I am very new to lemur and I'm trying to make a template for my sample libraries. I mostly use Kontakt and most of the articulations require multiple keyswitches. How can I assign more than one midi message to a custom button so that the right articulation is selected?
Thanks.
Assign multiple note on midi messages on a button.
Re: Assign multiple note on midi messages on a button.
Is it done with scripts? Unfortunatelly I'm very new to this and I dont know scripts. Can someone please give me some direction?
Thanks in advance.
Thanks in advance.
Re: Assign multiple note on midi messages on a button.
Besides scripts, you can simply create custom expressions (button x= in the desktop editor),
make them all "follow" x (or any other desired, factory expression of an object) - set them so that CustomExpression = x
and then simply map them!
In the following example, a knob sends 4 control change Midi messages on CC 21, CC 22 , CC 23, CC 24 without the use of scripting.
make them all "follow" x (or any other desired, factory expression of an object) - set them so that CustomExpression = x
and then simply map them!
In the following example, a knob sends 4 control change Midi messages on CC 21, CC 22 , CC 23, CC 24 without the use of scripting.
- Attachments
-
- multiple-expressions-outs.jzml
- (2.99 KiB) Downloaded 101 times
Re: Assign multiple note on midi messages on a button.
Thank you very much! I will try this!