快速登录:  

Forum: General Discussion

话题: Defining Deck Select in Mapping/Script
Hey y'all,

How do you define which deck you want to be selected for a keyboard/midi input? Right now I've tried mapping an input to select a specific deck, e.g. "Deck A."

However, instead of selecting just that deck, it seems to cycle through decks a, b, c, d, and in that order. Is there a way to ensure the "select deck" command selects a specifically defined deck rather than cycling through them? Is there a different term I should be using for "deck a?" Or am I misinterpreting the "select deck" command? I want to also map certain commands to whichever deck is selected. Right now, the script I'm using is simply:
select Deck A
or
select Deck B
for a different keyboard input.

See this video here where I recorded my UI: https://youtu.be/ek5hrEaqgD8

As an aside, I'm trying to select "Deck A" but it just cycles through all decks. I've also tried mapping pfl to "deck active" and it only does it for Deck A regardless of which deck appears to be selected.
 

发表时间 Mon 15 Aug 22 @ 8:13 am
AdionPRO InfinityCTOMember since 2006
The "select" script does not take any parameters.
In vdjscript, the deck a script applies to comes before the script itself.
So to select deck 1, you can do
deck 1 select
 

发表时间 Mon 15 Aug 22 @ 11:53 am
Adion wrote :
The "select" script does not take any parameters.
In vdjscript, the deck a script applies to comes before the script itself.
So to select deck 1, you can do
deck 1 select


Thank you! This works!
 

发表时间 Fri 19 Aug 22 @ 11:39 pm