View Single Post
Old 05-23-2019, 12:04 PM   #2938
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,254
Default

New build is up that supports Custom Modifiers -- right now just Cycle -- here's how you use it:

Code:
	RotaryPush TrackCycle PanWidthCycle 2
	PanWidthCycle+Rotary TrackPan 0
	PanWidthCycle+Rotary TrackPanWidth 1
RotaryPush increments a Track context Cycler -- the Custom Modifier is named "PanWidthCycle" and it expects 2 items.

Code:
	PanWidthCycle+Rotary TrackPan 0
	PanWidthCycle+Rotary TrackPanWidth 1
are the 2 cycled items.

If you have 3 things just adjust the Cycler definition number to 3

Code:
	RotaryPush TrackCycle PanWidthSomethingElseCycle 3
and add enough things to do :

Code:
	PanWidthSomethingElseCycle+Rotary TrackPan 0
	PanWidthSomethingElseCycle+Rotary TrackPanWidth 1
	PanWidthSomethingElseCycle+Rotary SomethingElse
__________________
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