快速登录:  

Forum: General Discussion

话题: mapping effect select on 2 decks to button

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

Just need a quick script to map a button to select or activate an effect on 2 decks, can map it to select/activate but only works on deck A but doesn`t work for deck B, by the way the pad is on akai apc mini
 

发表时间 Sun 29 Jan 17 @ 10:15 am
stalkker wrote :
can map it to select/activate but only works on deck A

Please post the mapping you used for this.

 

发表时间 Sun 29 Jan 17 @ 10:53 am
this is where i`m at for the moment effect_select "effect name" deleted the rest of mapping as it didn`t work, i have seen the script i need somewhere else in forum but can`t find it anywhere
 

发表时间 Sun 29 Jan 17 @ 10:59 am
djdadPRO InfinityDevelopment ManagerMember since 2005
you just need to specify the deck that the action will apply to.
So,
deck 1 effect_active
deck 2 effect_active
deck 1 effect_active 'Flanger'
deck 2 effect_active 'Echo'
deck 1 effect_select 'Flanger'
deck 2 effect_select 'Echo'
or use deck left /deck right instead to always apply to whatever deck is selected as LEFT/RIGHT in case you use more than 2 decks.
 

发表时间 Sun 29 Jan 17 @ 2:07 pm
Well if that's all you're feeding to VDJ then that's the issue. You're not telling VDJ to apply it to both decks.

It's like getting into a taxi and saying "take me home" without giving your address. :-)

Computers are stupid. You have to specify that you want to apply this to both decks.

djdad beat me to it :-)
 

发表时间 Sun 29 Jan 17 @ 2:07 pm
but using deck 1 or deck 2 only assigns the the effect to either deck 1 or deck 2, what i am trying to do is is use the same button to select the effect on both decks, other i`ll have to use 1 button for each deck
 

发表时间 Sun 29 Jan 17 @ 2:30 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
u need to chain the actions with the & character.
deck 1 effect_select 'Echo' & deck 2 effect_select 'Echo'
deck 1 effect_active & deck 2 effect_active
 

发表时间 Sun 29 Jan 17 @ 2:32 pm
Already tried that earlier and it wouldn`t work, so just tried again just for arguments sake and it worked, I must have mispelt something first time around lol.
Thanks for your help guys, that`s why i stick with vdj
 

发表时间 Sun 29 Jan 17 @ 2:50 pm


(陈旧帖子或论坛版块会自动关闭)