Hello, and please help :)

Welcome to the MIDI Kinetics forum. New users are required to post here in order to have access to the rest of the board.
Post Reply
pamisano
Newbie
Posts: 2
Joined: 22 Jul 2014 00:52

Hello, and please help :)

Post by pamisano »

I am new to Lemur. I found the Kemper template and am hoping to elaborate on it. Currently there are switches for Stomp 1-4, delay and reverb. Those switches use the midi mapping tab to send control changes, which is pretty straight forward and I have been able to create control changes using the midi mapping tab. However to turn off the EQ requires a NRPN to turn it on/off. That combination is CC 99 (MSB) value 11 and CC 98 (LSB) value 2. I added a switch, created a script for that switch and added the following lines on expression x:

ctlout(0,99,10,1);
ctlout(0,98,2,1);

That didn't work. What do I need to do to get those two lines to execute on the press of the switch?

Thanks,

Pete
Post Reply