Hi out there,
does anyone know any tricks to getting Lemur to make program or bank changes in Ableton, particularly to Papen's Predator or Sub boom Bass? I cannot seem to get it to work...
Thanks for your help
Randall
Program Change from Lemur to Ableton
Re: Program Change from Lemur to Ableton
Here's an example - Im sure there might be more in user library
https://forum.liine.net/viewtopic.php?f=34&t=3276
https://forum.liine.net/viewtopic.php?f=34&t=3276
Re: Program Change from Lemur to Ableton
Thanks for that. I did get it to work.
since you were so quick to reply.... how about a knob that creates the program change instead of the key pad?
Thanks again!
since you were so quick to reply.... how about a knob that creates the program change instead of the key pad?
Thanks again!
Re: Program Change from Lemur to Ableton
Gotta warn ya.....Its not practical....there's no way to move one by one unless the knob is one huuuuuuuuuuuuuuuuuge knob. Also, most VST synths dont react particularly well to program change messages being fired at them with great speed so instead of automatically send the Prog Change message efverytime the knob is moved, we will still be needing a "send" button.
Re: Program Change from Lemur to Ableton
here it is, anyway
- Attachments
-
- program-change-knob.jzml
- (6.51 KiB) Downloaded 82 times
-
- Regular
- Posts: 315
- Joined: 02 Nov 2013 11:19
Re: Program Change from Lemur to Ableton
Doesn't the Knob object now have a z parameter? (the manual doesn't show it, but looking through the .jzml of an old script I see a z for knob)Softcore wrote:Gotta warn ya.....Its not practical....there's no way to move one by one unless the knob is one huuuuuuuuuuuuuuuuuge knob. Also, most VST synths don't react particularly well to program change messages being fired at them with great speed so instead of automatically send the Prog Change message every time the knob is moved, we will still be needing a "send" button.
If so, use an On Expression script when z goes from 1 to 0 to trigger the send back. I do this for faders (especially when sending Program Change commands) because the older synths can't cope with a fast stream of program changes. I display the potential new value in Lemur, but only send when the finger is lifted up.
Re: Program Change from Lemur to Ableton
yes of course, you are right I could use z too! Slipped my mind!
Re: Program Change from Lemur to Ableton
And here it is!
- Attachments
-
- program-change-knob-simpler.jzml
- (3.16 KiB) Downloaded 101 times