View Single Post
Old 06-08-2019, 07:03 AM   #3031
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.

You can now map Sends and a button to control the mapping

Code:
	OnTrackSelection MapSelectedTrackSendsToWidgets

	Send ToggleShouldMapSends
Now you just need to define some Sends Zones.

I decided to hardwire them, since the are like FX Zones which are hardwired by FX name (e.g. ReaComp).

All you need to do is define them like this:

Code:
Zone Send|1-4
	DisplayUpper|  TrackSendNameDisplay
	TrackTouch+DisplayUpper|  TrackSendVolumeDisplay
	Mute| TrackSendMute
	Fader|  TrackSendVolume
	TrackTouch+Fader|  TrackSendVolume
	FaderTouch|  TrackTouch
ZoneEnd
When mapping is enabled and a Track is selected, Sends Zones are mapped until there are no more Sends or no more Send Zones, whichever comes first.
__________________
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
Geoff Waddington is offline   Reply With Quote