View Single Post
Old 02-13-2020, 06:26 AM   #6528
WaveTrans
Human being with feelings
 
Join Date: Aug 2019
Location: Forest City
Posts: 336
Default

Quote:
Originally Posted by Geoff Waddington View Post
Excellent, can everyone please check that everything is back to normal -- thanks.

I presume you are using RotaryPush for switching between Pan and PanWidth.

There is something subtle here that needs explanation.

Shift, Option, Control, Alt are modifiers that can alter the behaviour of a Widget by assigning another Action when the modifier is pressed.

The other modifiers alter how the Widget behaves with a specific Action (invert, Toggle, etc.), they don't alter the Action.
Yes, this part is from the pan-panwidth section of the CSI MCU.zon

I tried modifier (SHIFT; see below), it works, but it does not center pan in context with TrackPan "0" and sets it to right 100%

What would be the correct mode/action etc to achieve center pan?

Dontīknow if thatīs important but after start up of Reaper the controller is unresponsive first; only after actively choosing (clicking on) a track it resets the fader accordingly and works as expected.

Code:
Zone "Pan|1-1"
	TrackNavigator
	Rotary| TrackPan "0"
	DisplayUpper| TrackPanDisplay
	RotaryPush| GoZone "PanWidth|"
	Shift+RotaryPush| TrackPan "0"
ZoneEnd

Last edited by WaveTrans; 02-13-2020 at 07:36 AM.
WaveTrans is offline   Reply With Quote