Hi gurus! (and very best seasonal greetings to you all!)
I am modifying one of my own skins, and have moved the mic input from deck 3 to its own channel.
Previously I had EQs, VU, and FX selector with 4 params knobs. I have been able to replicate the EQs and VUs but cannot get the FX to work.
It would be great if I could have just changed DECK 3 to MIC in the deck command, but that won't work!
I have tried:
mic effect_select
'mic' effect_select
mic 1 effect_select
I think I'm misunderstanding something simple but cannot get it working...
Please help, I didnt have much hair to start with!!! LOL
I am modifying one of my own skins, and have moved the mic input from deck 3 to its own channel.
Previously I had EQs, VU, and FX selector with 4 params knobs. I have been able to replicate the EQs and VUs but cannot get the FX to work.
It would be great if I could have just changed DECK 3 to MIC in the deck command, but that won't work!
I have tried:
mic effect_select
'mic' effect_select
mic 1 effect_select
I think I'm misunderstanding something simple but cannot get it working...
Please help, I didnt have much hair to start with!!! LOL
Posted Tue 21 Dec 21 @ 11:28 am
effect_active 'mic' 'FXNAME'
effect_select 'mic'
effect_select 'mic'
Posted Tue 21 Dec 21 @ 11:41 am
ooops! thanks Locodog! :)
This bit for the parameter knob will not work using that syntax though?
<slider action="effect_slider 1 'mic'" dblclick="effect_slider_reset 1 'mic'" disabled="not effect_has_slider 1 'mic'" tooltip="FX Param 1"/>
This bit for the parameter knob will not work using that syntax though?
<slider action="effect_slider 1 'mic'" dblclick="effect_slider_reset 1 'mic'" disabled="not effect_has_slider 1 'mic'" tooltip="FX Param 1"/>
Posted Tue 21 Dec 21 @ 12:31 pm
<slider action="effect_slider 'mic' 1" dblclick="effect_slider_reset 'mic' 1" disabled="not effect_has_slider 'mic' 1" tooltip="FX Param 1"/>
This works!! :D
I need to brush up on my VDJ scripting hahaha!
This works!! :D
I need to brush up on my VDJ scripting hahaha!
Posted Tue 21 Dec 21 @ 12:36 pm