View Single Post
Old 06-26-2019, 08:44 AM   #3226
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,235
Default

Quote:
Originally Posted by MixMonkey View Post
OK, I think I see. So it's really only for use in the Zone Home context?
Well, that will be the most used i'd be willing to bet

But lets say you wanted Sends to take over a subset of the Buttons Zone, you could have something like this:

Code:
Zone Sends
	IncludedZones
		SendButtons
		Send|1-8
	IncludedZonesEnd
ZoneEnd

Zone Send|1-8
	DisplayUpper|  TrackSendNameDisplay
	TrackTouch+DisplayUpper|  TrackSendVolumeDisplay
	Mute| TrackSendMute
	Fader|  TrackSendVolume
	TrackTouch+Fader|  TrackSendVolume
	FaderTouch|  TrackTouch
ZoneEnd

Zone SendButtons
        ChannelLeft TrackSendBank -1
	ChannelRight TrackSendBank 1
	BankLeft TrackSendBank -8
	BankRight TrackSendBank 8
ZoneEnd
Quote:
Originally Posted by MixMonkey View Post
What I've been trying to do is get the sends to appear on the MCU faders when I press the sends button, but not on the C4.

And when I press SpotErase on the C4 to have the sends appear on the C4, but not on the MCU.

Here's my C4.zon:
Code:
Zone Home
OnFXFocus MapFocusedTrackFXToWidgets
OnTrackSelection MapSelectedTrackSendsToWidgets
/
SpotErase ToggleShouldMapSends
SlotUp Reaper _fba48393e4ca48f88d11cba0e4671ab3
SlotDown Reaper _265b374bdcd740f7af4550cd986e4e9c
TrackL Reaper _S&M_WNONLY1
TrackR Reaper _S&M_WNONLY2
Split Reaper _S&M_WNCLS3
BankLeft TrackBank -24
BankRight TrackBank 24
ChannelLeft TrackBank -1
ChannelRight TrackBank 1
ZoneEnd
/
Zone Send|1-8
	DisplayUpperD|  TrackSendNameDisplay
	DisplayLowerD|  TrackSendVolumeDisplay
	RotaryPushD| TrackSendMute
	RotaryD|  TrackSendVolume
ZoneEnd
At the moment, pressing either Send or SpotErase makes the Sends appear on both MCU Faders and C4 D row Rotaries.

I was thinking I could make a C4 Sends Zone, so that the MCU (in Home) didn't change. Does that sound realistic?



Seems to behave the same as before, with the sends appearing on all the surfaces faders instead of just the surface with the selected track. No biggie, quite happy with the sends appearing on just the MCU using my bodge

Is ZoneLink the same as Synch Zones Across Surfaces? Should this be checked or unchecked?
Yes, you should uncheck "Synch Zones Across Surfaces" on all surfaces.

Then, you should be able to push select on a single surface and have only that surface affected.
__________________
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