Anmelden:     


Forum: General Discussion

Topic: effects page scripting

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

hi i was wondering what scripting i would use to set a button to jump to effects page then two more buttons for scrolling through the effects page as well as two more buttons to activate on either deck 1 or 2? im using a control u 33 e made by m audio and it has multiple sliders and knobs that im going to use basically as an effects unit.
 

geposted Thu 27 Dec 12 @ 8:36 pm
you should check out the wiki, it has heaps of useful info.
http://www.virtualdj.com/wiki/VDJscript_verbs.html

but it's...

button to jump to the effect page
show_pluginpage 'Sound Effects'

to change effects up the list
effect select -1

to change effects down the list
effect select +1

if you want to get a little tricky you can query whether the effect page is showing, if not jump to it and then move effects on further presses..

up
show_pluginpage 'Sound Effects' ? effect select -1 : show_pluginpage 'Sound Effects'

down
show_pluginpage 'Sound Effects' ? effect select +1 : show_pluginpage 'Sound Effects'

...You could even jump back to the browser when you activate the effect.

effect on/off button
effect active & show_pluginpage 'Sound Effects' ? page 'browser' : nothing

This only uses the "main" effect slot. If you want to use specific effects on each button just script it in ;-)
 

so i tried effect active & show_pluginpage 'Sound Effects' ? page 'browser' : nothing with no prevail i also tried another one from dj dad (page "effects" ? page "Browser" : show_pluginpage "Sound Effects") but it only jumped to the effects sound page but wouldnt jump back i sent him a message and am waiting for a reply. i have scripting set up for deck 1 effect select-1 deck 1 effect select +1 then the same but for deck 2. so im looking to set up two buttons 1 per deck, that activate the chosen. effect dj dad gave me a script for it which was:
deck x effect active
will activate the selected effect on the deck x
to which i set up two buttons as "deck 1 effect active" and " deck 2 effect active" but it didnt seem to activate the effect though, i can now scroll through them and jump from browser to effects page.
 

This one...
page "effects" ? page "Browser" : show_pluginpage "Sound Effects"

works fine here. Copy-paste and try again.
 

Hi i tried this again with no avail im using it in the simple midi wrapper since im an ultra newb at writing mappers. is it maybe the type of button or something?
 



(Alte Themen und Foren werden automatisch geschlossen)