Quick Sign In:  

Forum: General Discussion

Topic: stem pad button script assignments
ewitlesPRO InfinityMember since 2006
gang -
i still love and use 're-condensed' skin. it has 4 buttons that can be customized.
how can i make a simple stem pad on/off per deck?
when i do stem_pad 'Vocal", it kills vocals for both decks. don't need all the fancy stem features, but basic on/off per deck.
thanks :)
 

geposted Thu 02 Dec 21 @ 4:20 pm
locodogPRO InfinityModeratorMember since 2013
deck all mute_stem 'vocal'
 

geposted Thu 02 Dec 21 @ 4:24 pm
ewitlesPRO InfinityMember since 2006
thanks.
will this work for each deck? press my custom button to enable stem per deck?
 

geposted Thu 02 Dec 21 @ 4:29 pm
locodogPRO InfinityModeratorMember since 2013
you said all decks, if you want per deck, just don't include the bit,
deck all
 

geposted Thu 02 Dec 21 @ 4:40 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
stem_pad 'vocal' should do the job but in case it's an old skin without <deck> containers, you may have to add deck x in front, and probably assign 2 buttons (1 for each Deck)..

deck 1 stem_pad 'vocal'

deck 2 stem_pad 'vocal'
 

geposted Thu 02 Dec 21 @ 5:04 pm
ewitlesPRO InfinityMember since 2006
that works, but... the effect is applied w/o pressing the button.

i'm looking to play normal and apply only for duration of button. i know a new skin might be better, but just love this really old skin.

and later maybe assign a random button on my beloved dac-3 (yes, a dac-3) :)
 

geposted Thu 02 Dec 21 @ 6:03 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
add while_pressed

deck 1 stem_pad 'vocal' while_pressed
 

geposted Thu 02 Dec 21 @ 6:23 pm
There is a good YouTube video on this.
 

geposted Tue 07 Dec 21 @ 12:09 am