Hi
I'm trying to create a template to control some macroes in Cubase.
I manage to do this by assigning midi CC's to some buttons in the Mapping Panel (to the left) in the Lemur Editor (5.3.2).
Now I try to do it the other way as suggested by a guy that knows a thing or two about Cubase.
He suggest to create a little script and use the function "ctlout". So in f ex. if I want to send CC20 to Cubase on port 0, midi channel 1, this should be the script: ctlout(0,20,127,1); and the script should run when I press the button.
But it doesn't work. I have created another button also connected to CC20 but the traditional way, and that works.
What am I missing?
can't make the ctlout work
Re: can't make the ctlout work
Does your computer computer receive the midi sent by Lemur or doesn't send Lemur anything at all?
And just to be sure, you've set the script to fire On expression x right?
And just to be sure, you've set the script to fire On expression x right?
"Having no silence in music is like having no black or white in a painting" - Brian Eno
https://soundcloud.com/mrcorba
https://soundcloud.com/mrcorba
Re: can't make the ctlout work
I managed! I had forgot the "x" in the On Expression formular!