View Single Post
Old 03-20-2019, 06:37 AM   #2761
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,184
Default

Quote:
Originally Posted by MixMonkey View Post
Shouldn't...
Code:
Zone Home
	IncludedZones
		Buttons 
		Channel1
		Channel2
		Channel3
		Channel4
		Channel5
		Channel6
		Channel7
		Channel8
	IncludedZonesEnd
ZoneEnd
...also include: Zone ButtonsWithShiftPressed, Zone ButtonsWithOptionPressed, Zone ChannelsWithShiftPressed|1-8, Zone ChannelsWithControlPressed|1-8 and Zone ChannelsWithAltPressed|1-8?

Or included in the Buttons Zone or Channel Zone like:
Code:
Zone Channel|1-8
	IncludedZones
		TrackTouchControlledDisplay|
		TrackCyclePanWidth|
	IncludedZonesEnd
Nope, let's take a look at the "Home" Zone and "Shift" Zones.

When the "Home" Zone is activated, all the Widgets behave in their "default" fashion, controlling their "normal" actions.

When you activate the "Shift" Zones the actions controlled by Widgets in the "Home" Zone are replaced by the actions in the "Shift" Zones .

The Widgets are now connected to the "Shift" Zone actions.

When you release "Shift" the Widgets once more control the actions in the "Home" Zone.

The Widgets are once again connected to the "Home" Zone actions.


Quote:
Originally Posted by MixMonkey View Post
Like the new style of organisation, though
Thanks, it's starting to take shape...
__________________
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