midi cc# 11 supported on LS?

You're new to the LinuxSampler world? You don't know where to start and nothing works? Here's the place to ask for help.
Post Reply
Greg
Newbie
Posts: 12
Joined: Wed Aug 27, 2008 7:12 pm
Location: Southern CA
Contact:

midi cc# 11 supported on LS?

Post by Greg » Sat Sep 19, 2009 6:14 pm

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

User avatar
cuse
Developer
Posts: 366
Joined: Wed Jan 23, 2008 10:07 pm
Location: Germany

Re: midi cc# 11 supported on LS?

Post by cuse » Mon Sep 21, 2009 2:38 pm

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.

Post Reply