Hey everybody! First a huge thanks in helping me learn this amazing software. The community has been super helpful 👍
Since I have a hardware mixer, my knowledge of VDJ's FX is limited. I'm trying to apply an FX to specific stems whenever I push my encoder in. (Midi Fighter Twister) I've created the following action:
It acts only as a toggle for the echo effect and the while_pressed doesn't make a difference. It would be amazing if it could shut back off when the key is in the off state. Could anyone help with this one?
Since I have a hardware mixer, my knowledge of VDJ's FX is limited. I'm trying to apply an FX to specific stems whenever I push my encoder in. (Midi Fighter Twister) I've created the following action:
deck 1 padfx "Echo" 50% stemfx:vocal while_pressed
It acts only as a toggle for the echo effect and the while_pressed doesn't make a difference. It would be amazing if it could shut back off when the key is in the off state. Could anyone help with this one?
Inviato Tue 05 Dec 23 @ 7:10 am
change "while_pressed" to
smart_pressed
smart_pressed
Inviato Tue 05 Dec 23 @ 8:12 am
I believe your script looks almost perfect
Only need to add quotes around the "stemfx:vocal" also for it to work
Only need to add quotes around the "stemfx:vocal" also for it to work
deck 1 padfx "Echo" 50% "stemfx:vocal" while_pressed
Inviato Tue 05 Dec 23 @ 8:14 am
Thanks for the responses guys! I gave them both a shot:
But it still behaves exactly like:
Only toggles the FX when pushed, but doesn't untoggle when released. Also "stemfx:vocal" still applies the FX to the whole channel.
Any other suggestions please?
deck 1 padfx "Echo" 50% "stemfx:vocal" smart_pressed
But it still behaves exactly like:
deck 1 padfx "Echo" 50%
Only toggles the FX when pushed, but doesn't untoggle when released. Also "stemfx:vocal" still applies the FX to the whole channel.
Any other suggestions please?
Inviato Tue 05 Dec 23 @ 6:55 pm
In case anyone ever runs into this issue with a midi fighter twister, I reuploaded the config file in the MF Utility app. Now the mapping:
Works as intended. Thanks again to the community for your help!
deck 1 padfx "Echo" 50% "stemfx:vocal" smart_pressed
Works as intended. Thanks again to the community for your help!
Inviato Sat 16 Dec 23 @ 11:06 am
So, this will now work? I can simply hold button and release when I need and stems vocals toggles?
Inviato Tue 19 Dec 23 @ 7:39 pm