When cloning a deck, the state of muted/unmuted stems should be cloned as well, just like key changes are.
Also, is it possible to script a button to reset all pad stems to on?
Thanks ppl love these superhelpful forums!
Also, is it possible to script a button to reset all pad stems to on?
Thanks ppl love these superhelpful forums!
Posted Wed 24 Jun 20 @ 10:49 pm
1) yes in which case frequencies as well
2) yes : stem_pad all
2) yes : stem_pad all
Posted Wed 24 Jun 20 @ 11:59 pm
Nicotux wrote :
1) yes in which case frequencies as well
2) yes : stem_pad all
2) yes : stem_pad all
Thank you for the response. unfortunately I could not get the command "stem_pad all" to work.
I tried combining it with my unload button with the script:
unload & stem_pad all
but apart from unloading nothing is happening.
I also tried
mute_stem 'Vocal' ? stem_pad 'Vocal' : nothing
and that resets singular stems, but chaining that five times does not reset all at once, I have to push 5 times in a row to reset all :/
Posted Thu 25 Jun 20 @ 6:57 am
Ah yes,
"only_stem 'All'" and "only_stem 'None'" are only working when ALL stems pads are on/off :(
"stem_pad 'Vocal' off" ... are temporary
"stem_pad 'Instru'" on are working as stem_pad 'Instru' (toggles the pad)
"stem 'kick' 0" does not work in script
to chain mute_stem it would be needed to script all 32 set of 5 possibilities
"only_stem 'All'" and "only_stem 'None'" are only working when ALL stems pads are on/off :(
"stem_pad 'Vocal' off" ... are temporary
"stem_pad 'Instru'" on are working as stem_pad 'Instru' (toggles the pad)
"stem 'kick' 0" does not work in script
to chain mute_stem it would be needed to script all 32 set of 5 possibilities
Posted Thu 25 Jun 20 @ 8:06 am
"stem kick 0" works fine here
Posted Thu 25 Jun 20 @ 8:09 am
restarted VDJ and "stem kick 0" (as well as other) are working
but intensively playing with parameters there are some condition making them stop working
"working only when all 5 are same state" : this is not totally true
"All" & "None" are wrong guess, they are unused (as any erroneous parameters)
In a way to get everything ON in every case : this seems to work
only_stem MeloVocal & only_stem rhythm & only_stem Rhythm ? only_stem Rhythm & only_stem MeloVoice ? only_stem MeloVocal : nothing : only_stem MeloVocal ? only_stem MeloVocal : nothing
to get everything OFF in every case :
only_stem MeloVocal & only_stem rhythm & only_stem Rhythm ? only_stem Rhythm & only_stem MeloVoice ? only_stem MeloVocal : only_stem : only_stem MeloVocal ? only_stem MeloVocal : only_stem
but intensively playing with parameters there are some condition making them stop working
"working only when all 5 are same state" : this is not totally true
"All" & "None" are wrong guess, they are unused (as any erroneous parameters)
In a way to get everything ON in every case : this seems to work
only_stem MeloVocal & only_stem rhythm & only_stem Rhythm ? only_stem Rhythm & only_stem MeloVoice ? only_stem MeloVocal : nothing : only_stem MeloVocal ? only_stem MeloVocal : nothing
to get everything OFF in every case :
only_stem MeloVocal & only_stem rhythm & only_stem Rhythm ? only_stem Rhythm & only_stem MeloVoice ? only_stem MeloVocal : only_stem : only_stem MeloVocal ? only_stem MeloVocal : only_stem
Posted Thu 25 Jun 20 @ 11:11 am
Nicotux wrote :
restarted VDJ and "stem kick 0" (as well as other) are working
but intensively playing with parameters there are some condition making them stop working
"working only when all 5 are same state" : this is not totally true
"All" & "None" are wrong guess, they are unused (as any erroneous parameters)
In a way to get everything ON in every case : this seems to work
only_stem MeloVocal & only_stem rhythm & only_stem Rhythm ? only_stem Rhythm & only_stem MeloVoice ? only_stem MeloVocal : nothing : only_stem MeloVocal ? only_stem MeloVocal : nothing
to get everything OFF in every case :
only_stem MeloVocal & only_stem rhythm & only_stem Rhythm ? only_stem Rhythm & only_stem MeloVoice ? only_stem MeloVocal : only_stem : only_stem MeloVocal ? only_stem MeloVocal : only_stem
but intensively playing with parameters there are some condition making them stop working
"working only when all 5 are same state" : this is not totally true
"All" & "None" are wrong guess, they are unused (as any erroneous parameters)
In a way to get everything ON in every case : this seems to work
only_stem MeloVocal & only_stem rhythm & only_stem Rhythm ? only_stem Rhythm & only_stem MeloVoice ? only_stem MeloVocal : nothing : only_stem MeloVocal ? only_stem MeloVocal : nothing
to get everything OFF in every case :
only_stem MeloVocal & only_stem rhythm & only_stem Rhythm ? only_stem Rhythm & only_stem MeloVoice ? only_stem MeloVocal : only_stem : only_stem MeloVocal ? only_stem MeloVocal : only_stem
I don't understand what you did there, but it works now. Thank you very much, kind stranger! :)
Posted Thu 25 Jun 20 @ 2:57 pm
there is an error.... "MeloVoice" sould be "MeloVocal" ^^
but it is using the fact MeloVocal and rhythm being exclusive in a way to toggle everything the needed way
but it is using the fact MeloVocal and rhythm being exclusive in a way to toggle everything the needed way
Posted Thu 25 Jun 20 @ 3:12 pm