View Single Post
Old 07-24-2021, 04:56 AM   #14423
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,870
Default

Quote:
Originally Posted by Geoff Waddington View Post
Ok adding the FX slot automap on/off.

Propose doing it with an Action:

SetFXMenuSlotBankCausesAutomap

The default is off.

This makes sense if you use it this way:

Code:
OnInitialization SetFXMenuSlotBankCausesAutomap
or do you need to turn it on/off during a session ?
Why not just have it turned off permanently and then use:
Code:
SomeButton  FXSlotBank -1
SomeButton  GoCurrentFXSlot

SomeOtherButton  FXSlotBank 1
SomeOtherButton  GoCurrentFXSlot
...if you want the FX to map as you change slot?
MixMonkey is offline   Reply With Quote