Accesso rapido:  

Forum: General Discussion

Topic: Script to control slider 1 of effect 'X'

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

All the examples of script to control slider 1 of e.g Reverb, use: effect_slider 1, but this works for present fx in slot.
How does the script look if I want to control slider 1 of reverb independently of the slot.
Example to show what I mean: effect_slider 1 "reverb"

 

Inviato Sat 01 Aug 15 @ 12:44 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
effect_slider 'Reverb' 1 controls the 1st Parameter of the Reverb Effect
 

Inviato Sat 01 Aug 15 @ 2:56 pm
Thanx, and what about differentiate between deck 1 and 2?

I will assign buttons exclusively for the two decks. Like: Deck 1effect_active 'reverb'
 

Inviato Sat 01 Aug 15 @ 4:46 pm
locodogPRO InfinityModeratorMember since 2013
just add "deck X" before the rest of the script,

so
deck 1 effect_slider "reverb" 1

the script wiki explains this all in a very concise way with the syntax description, but until you connect the dots yourself (trial&error) it can leave some ambiguity.
 

Inviato Sat 01 Aug 15 @ 5:36 pm


(Vecchi argomenti e forum sono automaticamente chiusi)