On Thursday 19 January 2006 08:22, Phil wrote: > I'm having a bit of a problem driving csound via Midi. When collectin > Continuous Controller data and storing it in a k-rate variable, i get > the following error: > > "ctrl118 has no exclus list" This means that controller 118 is not supported and is ignored; however, the other controllers should still work. If you do not need any GM compatible functionality (sustain pedal, all notes off, RPNs for setting pitch bend range etc.), then you can use the -+raw_controller_mode=1 option with Csound 5. This will disable all special handling of various controllers, and you can use all the 128 controllers for any purpose. Alternatively, you could just use a different controller instead of 118.