It'd be great to have a way to fade in stems when u bring them back using performance pads, currently I haven't found a way.
I understand I can use stems on knobs, there's a "vocal" effect available, and there's "Instrumental Echo" and "Vocal Echo" on performance pads stems. That's great, but when i want to bring the stems back into my mix, it's a hard cut, would it be possible to have na option to choose the fade in /fade out time when I simply press the pads?
I really tried my best with custom scripts and a lot of googling, but not luck... so if there's anything I'm missing, please let me know :)
I understand I can use stems on knobs, there's a "vocal" effect available, and there's "Instrumental Echo" and "Vocal Echo" on performance pads stems. That's great, but when i want to bring the stems back into my mix, it's a hard cut, would it be possible to have na option to choose the fade in /fade out time when I simply press the pads?
I really tried my best with custom scripts and a lot of googling, but not luck... so if there's anything I'm missing, please let me know :)
Posted yesterday @ 10:44 am
http://www.virtualdj.com/forums/223743/General_Discussion/Script_School.html?page=3.80
query if stem dial is in a mute position,
if so we start a rsi to move stem dial up querying if we've hit > 0.5 to stop the rsi.
if not start a rsi to move the stem dial down querying if we've hit 0.0
query if stem dial is in a mute position,
if so we start a rsi to move stem dial up querying if we've hit > 0.5 to stop the rsi.
if not start a rsi to move the stem dial down querying if we've hit 0.0
Posted yesterday @ 11:24 am
locoDog wrote :
http://www.virtualdj.com/forums/223743/General_Discussion/Script_School.html?page=3.80
query if stem dial is in a mute position,
if so we start a rsi to move stem dial up querying if we've hit > 0.5 to stop the rsi.
if not start a rsi to move the stem dial down querying if we've hit 0.0
query if stem dial is in a mute position,
if so we start a rsi to move stem dial up querying if we've hit > 0.5 to stop the rsi.
if not start a rsi to move the stem dial down querying if we've hit 0.0
Thanks a lot for the advice! So the only way to gradually turn on / off a stem is by scripting the knobs / dials while they're in the stems EQ mode? I was looking to have this fade in / out via performance pads to reserve my EQ knobs for traditional EQ mixing. However, I made it so that at the beginning and end of the script it changes the EQ mode of the knobs for a brief second to do the fade in / out.
But just curious, is there a variable / command that the knobs are controlling, that I could use in my script using performance pads? Since now i'm writing a script for "eq_high" instead of some stems vocal variable.
I know there's stem_pad "vocal", but that's binary, only 0 and 1.
Posted 24 hours ago
you can access the stem dial directly with
stem vocal VALUE
Also if there's only you and me in this thread and the last message you're replying to is mine and directly above, then you don't have to quote the message,
look I haven't quote you and you understand I'm talking to you and what I'm replying to.
stem vocal VALUE
Also if there's only you and me in this thread and the last message you're replying to is mine and directly above, then you don't have to quote the message,
look I haven't quote you and you understand I'm talking to you and what I'm replying to.
Posted 24 hours ago
Got it! Oh was I blind :D Still very new to this environment. Thanks a lot and sorry about the confusion with quoting! It's my first time posting on any forums really.
Posted 24 hours ago