On Saturday 07 January 2006 23:22, schwaahed wrote: > Thanks for the fix. I am excitied to get this working > in realtime. > > It seems to work fine when I play from the rotormid.mid file. (I just > add `-F rotormid.mid` to the options) > > When I try to play from a live midi input I get this > warning and no sound: > > WARNING: instr 1 p16 illegal for MIDI > > Is this instrument not suitable for realtime midi input > as is? > > If it is suitable for realtime midi input, what do I need to do to > succesfully use the instrument? > > If it isn't suitable for realtime midi input, what adjustment would I > need to make to make it suitable to play from a live midi controller? Only instr 3 is usable from MIDI, and the rotormid.mid file uses channel 3 (there are no massign statements in the orchestra). So, you either need to use channel 3 for real time MIDI input, or add calls to massign and/or pgmassign in the orchestra header so that other channels will use instr 3, too. Also, the other (effect) instruments need to be activated from the score (or you could just output directly from instr 3 instead of adding to gaorgan, but then lose the effects).