Im in the middle of mapping my novation midi controller and have got through most of it okay... Im trying to use it as a sampler, effect cue, and for effect automations. Im through with the sampler and I have mapped buttons to toggle effects on the active deck. Most the effects I use have more than two automations but I have limited rotary knobs. I was hoping someone could help me with script to make another button to select which effect automation to control on a rotary knob within the activated effect. I can script to control a specific effect automation with one rotary knob but I want to press a button and have that same knob control a different automation.... In my head I know exactly what I want it to do but I hope that makes sense... haha. Any help would be much appreciated. Thanks!
geposted Sat 07 May 11 @ 9:33 pm
another similar situation... I want to control the beatgrid pattern sequencer to step +1 pattern with the press of a button. I don't know what to call that parameter in script. Anybody? Thanks in advanced!
geposted Sun 08 May 11 @ 9:29 am
Actually I just thought of something that would better apply to my controller... If I could map each (8) buttons to turn on an effect while simultaneously activating the (8) rotary knobs to that effect's automation sliders, then I could conserve more space on my controller for other things.
I have found some of what I was hoping to in this forum: http://www.virtualdj.com/forums/144840/General_Discussion/Re<span%20style=
Still a bit hazy when it comes to complex scripting and I have been trying for days trying to get this controller working how I'd like.
Heres an example of a problem I am having...
Im setting one button to turn on a "reverb" or any other effect and shift 8 rotary knobs to automate the reverb sliders (etc.). Im messing around with script and really cant get it to work. This is what I have tried for this specific example ("shiftreverb" is "my_var" for the reverb shift and "shiftlfo" is "my_var" for the lfo shift)
for the effect activation and shift toggle button;
effect "reverb" active toggle & set "$shiftreverb" toggle
effect "lfo" active toggle & set "$shiftlfo" toggle
and for the first rotary knob (to control two different automations when different shift buttons are toggled);
var "$shifreverb" ? effect "reverb" slider 1 : var "$shiftlfo" ? effect "lfo" slider 1 : nothing
So why does that not work? It will only move the reverb slider no matter which shift is pressed... I't makes sense that you can chain together true false macros like that right? I have also tried it like this;
var "$shiftreverb" ? effect "reverb" slider 1 : nothing & var "$shiftlfo" ? effect "lfo" slider 1 : nothing
CONFUSED!
I have found some of what I was hoping to in this forum: http://www.virtualdj.com/forums/144840/General_Discussion/Re<span%20style=
Still a bit hazy when it comes to complex scripting and I have been trying for days trying to get this controller working how I'd like.
Heres an example of a problem I am having...
Im setting one button to turn on a "reverb" or any other effect and shift 8 rotary knobs to automate the reverb sliders (etc.). Im messing around with script and really cant get it to work. This is what I have tried for this specific example ("shiftreverb" is "my_var" for the reverb shift and "shiftlfo" is "my_var" for the lfo shift)
for the effect activation and shift toggle button;
effect "reverb" active toggle & set "$shiftreverb" toggle
effect "lfo" active toggle & set "$shiftlfo" toggle
and for the first rotary knob (to control two different automations when different shift buttons are toggled);
var "$shifreverb" ? effect "reverb" slider 1 : var "$shiftlfo" ? effect "lfo" slider 1 : nothing
So why does that not work? It will only move the reverb slider no matter which shift is pressed... I't makes sense that you can chain together true false macros like that right? I have also tried it like this;
var "$shiftreverb" ? effect "reverb" slider 1 : nothing & var "$shiftlfo" ? effect "lfo" slider 1 : nothing
CONFUSED!
geposted Sun 08 May 11 @ 12:12 pm
wow ok figured it all out... when using the shift variable function I was putting the shift number within the " " and there held the problem.
geposted Sun 08 May 11 @ 5:22 pm
hey any of u guys or girls have ah mapping for the hercules rmx microphone (reverb) it had one for version 5. could someone pls install this effect thank u
geposted Tue 21 Jun 11 @ 2:47 pm