View Single Post
Old 05-18-2021, 02:43 AM   #1231
ivanmihaljevic
Human being with feelings
 
Join Date: May 2021
Posts: 102
Default

I'm trying to make it so that when I touch a fader on my X-Touch the lower display switches from MCUTrackPanDisplay to TrackVolumeDisplay with no luck.

What am I doing wrong here?

Code:
Zone "Channel"
     TrackNavigator
     DisplayUpper|            TrackNameDisplay
     DisplayLower|            MCUTrackPanDisplay		 Rotary|
     TrackTouch+ DisplayLower|  TrackVolumeDisplay
     Rotary|                  MCUTrackPan								// [ (0.005,0.01,0.025,0.034,0.05) ]
     RecordArm|               TrackRecordArm
//     Control+RecordArm|       CycleTrackAutoMode
//     Shift+RecordArm|         Reaper         40495                         //Cycle track record monitor
     Solo|                    TrackSolo
     Mute|                    TrackMute
     Select|                  TrackUniqueSelect
     Shift+Select|            TrackRangeSelect
     Hold+Select|             TrackUniqueSelect
     Hold+Select|             Reaper 41665                            //Mixer: Toggle show tracks in folders in mixer
     Hold+Select|             TrackToggleVCASpill
     Shift+Control+Select|    TogglePin
     Fader|                   TrackVolume
     VUMeter|                 TrackOutputMeter
     TrackTouch+Fader|        TrackVolume
     FaderTouch|              TrackTouch
ZoneEnd
I thought it could be that the "FaderTouch" widget idea that I found in the documentation is deprecated (and not defined in my mst file), so I thought since the mst file defines "Touch" for each fader I could use that so I tried:

Code:
     Fader+DisplayLower|  TrackVolumeDisplay
But without any luck. So, can I make this work somehow?

The other thing that bugs me is that I need to give the pan pot a good swirl to get it to move from the center position. Then I can use small adjustments. But if I start out with just one click to the left or right, it does nothing. Why?
ivanmihaljevic is offline   Reply With Quote