View Single Post
Old 03-26-2019, 04:05 AM   #2777
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,243
Default

Quote:
Originally Posted by Freex View Post
Am I right in thinking that (On MCU) the Marker and Nudge Buttons will be Activators for the the RW and FF buttons.
And the Zoom button an Activator for the arrow keys.
and the scrub tool for the wheel.

Are these called activator zones?
Very close, let's use your example:

Code:
Zone Buttons
        ChannelLeft TrackBank -1
	ChannelRight TrackBank 1
	BankLeft TrackBank -20
	BankRight TrackBank 20
	Rewind Rewind
	FastForward FastForward
	Stop Stop
	Play Play
	Record Record
	F1 NextPage
	F7 PinSelectedTracks
	F8 UnpinSelectedTracks
	Read Reaper 40401
	Write Reaper 40403
	Trim Reaper 40400
	Touch Reaper 40402
	Latch Reaper 40404
	Group Reaper 42023
	Save Reaper 40026
	Undo Reaper 40029

	Marker Reaper 40172

	Nudge Reaper 40173
	Cycle CycleTimeline
	Click Reaper 40364

	MasterFader MasterTrackVolume
ZoneEnd

Zone Markers
        Activator Marker
        Rewind PreviousMarker
        FastForward NextMarker
ZoneEnd

Zone NudgeRightLeft
        Activator Nudge
        Rewind NudgeLeft
        FastForward NudgeRight
ZoneEnd
The "Home " Zone is Activated by definition.

The "Buttons" Zone is included in the "Home" Zone.

Therefore, the "Buttons" Zone is Activated.

When you want to go to markers you press the Marker button and the Rewind and FastForward buttons get re-patched to the PreviousMarker/NextMarker Actions.

Maybe that's another valuable way to look at this:

When you Activate a Zone, the Widgets listed in the Zone get their Actions re-patched to the Actions in the newly Activated Zone.
__________________
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