Is this a bug? I created a button to toggle through Pitch Range settings per-deck as follows:
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.
<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.
Inviato Sun 07 Aug 22 @ 5:51 am
Pitch range is indeed a global setting, it cannot be customized per deck
Inviato Sun 07 Aug 22 @ 5:53 am