View Single Post
Old 08-13-2019, 05:43 AM   #4002
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,184
Default

New build is up.

It's better, but watch out for quirky behaviour and please report any you find.

Here are the key statements:

Code:
	OnTrackSelection MapSelectedTrackSendsToWidgets
        OnTrackSelection MapSelectedTrackFXToWidgets
	OnTrackSelection MapSelectedTrackFXToMenu

	Send ToggleMapSends
	Pan ToggleMapFX
	Track ToggleMapFXMenu
Order matters for the OnTrackSelection lines.

If they are all toggled ON, MapSelectedTrackFXToMenu wins in the example above.

You can, of course, change the order to anything you like, whatever suits your workflow.

Also a bit of unfinished mapping.

The FXMenu Zone defines almost nothing, Widget wise.

You can get strange things like the Faders on Sends, but the display on FXMenu choices.

To clean this up it is simply a matter of mapping NoAction to all the Widgets you want blanked when the FXMenu Zone is Activated.

In other words more entires in the FXMenu Zone, each pointing to NoAction.

It's likely there is other weirdness in here, we are balancing on the knife edge of flexibility/intuitive operation, all accomplished without any notion of stacks, tricky game
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com

Last edited by Geoff Waddington; 08-13-2019 at 06:59 AM.
Geoff Waddington is offline   Reply With Quote