Page 1 of 1

midi cc# 11 supported on LS?

Posted: Sat Sep 19, 2009 6:14 pm
by Greg
Hey guys,

Does LS support midi cc# 11 (expression)? I have instruments loaded that accept cc# 11 in Gigastudio, but not effecting them in LS. (cc# 7 and cc# 10 are working fine)

Thanks,

Greg

Re: midi cc# 11 supported on LS?

Posted: Mon Sep 21, 2009 2:38 pm
by cuse
Depends on what you mean exactly. There are MIDI controllers which are hard coded into the engine which work no matter which instrument you loaded. And there are MIDI controllers which are defined by the respective instrument. At the moment the following hard coded MIDI controllers are implemented in the Gigasampler engine:

Code: Select all

CC 5: poramento time
CC 6: data entry
CC 7: volume
CC 10: panpot
CC 64: sustain
CC 65: portamento on / off
CC 66: sostenuto
CC 100: RPN controller LSB
CC 101: RPN controller MSB

Channel Mode Messages:
CC 120: all sound off
CC 121: reset all controllers
CC 123: all notes off
CC 126: mono mode on
CC 127: poly mode on
You can check with gigedit (or with Gigastudios instrument editor) whether that expression controller is defined in the .gig file. If yes, then LinuxSampler should be able to interpret it with that instrument as well, and in this case you probably found a bug.