Hello there!
Well, i was able to solve any Lemur quest more less anything till this one
However, i am about to finish my template for Traktor and one last thing is bothering me:
I would like to assign MENU object to chose a SINGLE EFFECT in Traktor, something like this: I opened a Lemur MENU and the list of effects appear, from there, i can choose whichever effect i want, and at the same time they are loaded in Traktor.
You can assign a CC to each effect in Traktor.
I am a total newbie to scripting, not sure if there is a simple way?
Thank you
MENU object midi assign?
Re: MENU object midi assign?
I guess it's not possible then...?
-
- Regular
- Posts: 294
- Joined: 24 Jan 2012 18:22
Re: MENU object midi assign?
add a script to the menu on expression selecion, then insert an if clause where you ask for the selection and make a manual midi out argument. And make the menu itself not send any midi too, only the expression. It is getting more complicated if you want to have this bidirectional.
Re: MENU object midi assign?
Well, it would be good to have it bidirectional, but as i have no idea into scripting, it is complicated already for me, but, i will try to do it somehow! I can not find any detail manual on "how to: scripting"?
Thank you for your help!
Thank you for your help!
Re: MENU object midi assign?
Actually, there two ways to achieve this, considering you need a 127 CC value....
You can either use a custom midi out OR script. In the following examples both solutions are displayed - the menu otuputs on CC controllers 21-30 (10 options - notice the "selection+21" thing in both the solutions)
You can either use a custom midi out OR script. In the following examples both solutions are displayed - the menu otuputs on CC controllers 21-30 (10 options - notice the "selection+21" thing in both the solutions)
- Attachments
-
- menu-ccout.jzml
- (1.88 KiB) Downloaded 197 times
Re: MENU object midi assign?
Well, both examples doing very well, except it does not change the effectSoftcore wrote:Actually, there two ways to achieve this, considering you need a 127 CC value....
You can either use a custom midi out OR script. In the following examples both solutions are displayed - the menu otuputs on CC controllers 21-30 (10 options - notice the "selection+21" thing in both the solutions)
I did mapped every "option#" in menu bar, to a certain effect in Traktor ( Option 1 to Delay T3, Option 2 to Grain Delay, and so on....) and when i choose Option 1 or 2, Traktor receive the MIDI message but does not change the effect type.
If i use "Switches", make a 4 columns and assign each switch to a certain effect, it does work. :-/
Thanks for the help once again!
BTW; how can i learn more about scripting? Is there any manual or anything like it? Lemur is a limitless tool
-
- Newbie
- Posts: 16
- Joined: 21 May 2014 04:32
Re: MENU object midi assign?
Softcore wrote:Actually, there two ways to achieve this, considering you need a 127 CC value....
You can either use a custom midi out OR script. In the following examples both solutions are displayed - the menu otuputs on CC controllers 21-30 (10 options - notice the "selection+21" thing in both the solutions)
I've created a couple of Menu Objects with 5 or 6 items in each menu using the Custom Midi technique above and it works beautifully, except for one thing. One menu was for simple Edit menu items in Cubase (delete, copy, paste, etc.). Once an iPad/Lemur menu item had been selected, that item name (say, paste) would show on the closed menu and the data would have been pasted appropriately in Cubase. But if I wanted to repeat the paste to another location in Cubase, selecting paste again would do nothing. I would have to choose another menu item from that menu (like delete) and then reselect paste to complete the second paste action. Has anyone run into this before?
Thanks,
Joe
-
- Newbie
- Posts: 6
- Joined: 10 Nov 2015 05:25
Re: MENU object midi assign?
I'm experiencing the same. I'm a total script noob so I have no Idea what to do. Hopefully someone can sort it out.octobersongs wrote:Softcore wrote:Actually, there two ways to achieve this, considering you need a 127 CC value....
You can either use a custom midi out OR script. In the following examples both solutions are displayed - the menu otuputs on CC controllers 21-30 (10 options - notice the "selection+21" thing in both the solutions)
I've created a couple of Menu Objects with 5 or 6 items in each menu using the Custom Midi technique above and it works beautifully, except for one thing. One menu was for simple Edit menu items in Cubase (delete, copy, paste, etc.). Once an iPad/Lemur menu item had been selected, that item name (say, paste) would show on the closed menu and the data would have been pasted appropriately in Cubase. But if I wanted to repeat the paste to another location in Cubase, selecting paste again would do nothing. I would have to choose another menu item from that menu (like delete) and then reselect paste to complete the second paste action. Has anyone run into this before?
Thanks,
Joe