Quick Sign In:  

Forum: VirtualDJ Skins

Topic: [VDJScript] (Bug?) pitch_range affects all decks...
Is this a bug? I created a button to toggle through Pitch Range settings per-deck as follows:


<deck deck="1">
...
<button action="pitch_range '8,16,50' +1">
<pos x="+4" y="+0"/>
<size width="40" height="24"/>
<up border_size="1" border="PrimaryOutlineColor" color="#CC8C00"/>
<over border_size="2" border="PrimaryOutlineColor" color="#CC8C00"/>
<text fontsize="12" align="center" color="#FFFFFF" format="±`param_multiply pitch_range 100`%"/>
</button>
...
</deck>


Expected Behavior: When the button is pressed, the Pitch Range toggles between 8%, 16%, and 50% for just Deck 1, and this value on all other decks remains unchanged.

Actual Behavior: When the button is pressed, the Pitch Range value toggles between 8%, 16%, and 50% for all decks.
 

Posted Sun 07 Aug 22 @ 5:51 am
AdionPRO InfinityCTOMember since 2006
Pitch range is indeed a global setting, it cannot be customized per deck
 

Posted Sun 07 Aug 22 @ 5:53 am