Button sending different CC on/off help

Discuss Lemur and share techniques.
Post Reply
whatisvalis
Regular
Posts: 153
Joined: 31 Dec 2011 17:12

Button sending different CC on/off help

Post by whatisvalis »

I'm working through the manual, but it's a slow process because I'm new to scripting so wondered if I could get some input from experienced users.

Is it possible to get the custom button object to send different CC messages for it's on and off state?

Cheers,

JD
whatisvalis
Regular
Posts: 153
Joined: 31 Dec 2011 17:12

Re: Button sending different CC on/off help

Post by whatisvalis »

so i got this to work using custom midi

Setting the controller to x?68:69

When the button is set to switch mode it's on state sends 68 and off sends 69

To make it work I also had to set the Value to x?68:69

If any one has a second could they explain how the value box works for a custom Midi CC? Why do these two fields need duplicating?

cheers,

JD
highmountain
Newbie
Posts: 21
Joined: 13 Dec 2011 05:52

Re: Button sending different CC on/off help

Post by highmountain »

Controller is the CC#, value is the position of that controller.

If you want the button to send two different positions on the same CC#, for example if you want to switch between two different filter positions on an instrument, then you should set the controller field to the CC# you want and the value field to your expression.

If you want to send the same position but on two different CCs, then the value should get the constant number and the controller field should have the expression. This might be the case when controlling Traktor, midi lights, or the like.

The only case in which you'd need x?1:2 type expression in both fields is when you want to send two different positions on two different CCs.
whatisvalis
Regular
Posts: 153
Joined: 31 Dec 2011 17:12

Re: Button sending different CC on/off help

Post by whatisvalis »

Thanks for the explanation

I was using it to toggle two CC numbers on one button that were mapped to Cubase's view insert/view sends commands for the mixer
Post Reply