[linux-audio-user] ALSA Midi device naming/config proposal.

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: [linux-audio-user] ALSA Midi device naming/config proposal.
From: Juan Linietsky (coding_AT_reduz.com.ar)
Date: Thu Mar 21 2002 - 22:12:28 EET


Hello! I had this idea for a while, and thought about submiting it to the alsa list, but i'd like to first discuss it here with users so we could submit something more mature and better thought out.

Basically, the idea is this, since midi is by default a 1-way protocol, there's no standard way to retrieve info from a device, this means that if we do have a midi port, we have no standard way to know which banks does it have or the names of the patches. The only work around to this, in midi sequencing programs is to create propertary (to the program itself) files describing the patch layout. This is very annoying when we, for example, use some external synth and we have to create all the sample definitions for a program, or when we use a soundfont and we have to manually create the definitions to each instrument, when it comes in the soundfont itself!
Or if we use some random sofstynth and we get to create some neat sound
or bank, we have to yet again recreate the instrument definitions.

To avoid this instrument naming madness, i propose to add an extension
to both the alsa user interface, driver interface, and sequencer client inerface which could work this way:

from the program side:

-ability to poll the midi port for amount of banks and their parameters (or default bank if no banks).
-ability to poll for patch names in a bank
-ability to poll the midi port for rynth channels/patches (default is channel 10, i know, but some synths use channel 16 or more than one rynth channel), or to poll if a certain patch number is a rythm patch (some synths use a certain patch number for the drums)
-ability to poll for changes in the devices (or a callback manybe?) so they can be retrieved and updated
-ability to poll DEFAULT VALUES of patches (such as controller values, poly/mono, portamento, sustain, expression, volume etc) which the patch
sets to when selected. This is extremely useful in external synth modules/keyboards.

from driver/synth client side:

-if the driver supports it (such as, for exampe, a sblive or sbawe, opl3 (sbi loading), or alike, or a sequencer client which can hold the patch names itself, such as timidity, saturno, iiwusynth, smurf, etc then the driver itself will take care of answering the client request.
-if the driver doesnt support this, (for example, an external midi uart)
 then it should be possible to create a STANDARD instrument definition file for this device, like for example:

djleet_AT_myworkstation:/etc/alsa/definitions$ vi my_trance_machine.def

device {

        name = " r0x0r tranc3m4chine "
        port = "MIDI 0-1"

}

bank {

        name = "rezocool phasers"

        msb = 31
        lsb = 22

        patch_1 = " super acid pad "
        patch_2 = " cool juicy 303 thing "
        patch_2_control_default = 55,20
        patch_3 = " temple of doom "

}

bank {

        name "basses"

        msb = 32
        lsb = 22

        patch_1 = " super six poles filtered FM bass "
        patch 2 = " pick bass "

}

etc.

---

This should basically avoid us users and programmers to do all this work from the sequencer program side.

As I said before, this would be extensions to the current ALSA sequencer system, which I think it rocks, so I think nothing should become incompatible or anything.

Well, i'd like to hear what you people think.

thanks for reading this!

Juan Linietsky


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Mar 21 2002 - 21:58:56 EET