portnoyslp / qualm

A flexible MIDI event processor tailored towards doing fast patch changes in live performances
http://portnoyslp.github.com/qualm
3 stars 1 forks source link

Data-Driven delegate for adding new synthesizers? #2

Open portnoyslp opened 13 years ago

portnoyslp commented 13 years ago

From Matt Putnam:

I was also thinking it might be nice to create a generic, data-driven delegate, where you could configure the signals in a text file:

<device name='Roland XV-5080'>
<bank name='PrA' MSB='87' LSB='0'/>
<bank name='PrB' MSP='87' LSB='1'/>
...
</device>