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

Quote:
Originally Posted by lubvic View Post
here it is:

Zone Home
IncludedZones
Buttons
Channel|1-8
IncludedZonesEnd
ZoneEnd

Zone Buttons

Plugin MapFocusedTrackFXToWidgets
//
Instrument Reaper _S&M_SELFXNEXT /show next floating FX
/Instrument Reaper _S&M_WNONLY2
Shift+Plugin Reaper 40298 /bypass selected track FXs
ChannelLeft TrackBank -1
ChannelRight TrackBank 1
BankLeft TrackBank -8
BankRight TrackBank 8
Rewind Rewind
FastForward FastForward
Shift+Rewind Reaper 40172 //Go to prev marker
Shift+FastForward Reaper 40173 //Go to next marker
Stop Stop
Play Play
Record Record
F1 NextPage
//F7 PinSelectedTracks
//F8 UnpinSelectedTracks
Inputs Reaper 40251
Outputs Reaper 40293
smpteBeats CycleTimeDisplayModes
TimeDisplay TimeDisplay


Track GoZone Home
Track Reaper _S&M_WNCLS3

F8 Reaper 40757

Read Reaper 40401
Write Reaper 40403
Trim Reaper 40400
Touch Reaper 40402
Latch Reaper 40404
Group Reaper 42023

Shift+Read Reaper 40086
Shift+Write Reaper 40090
Shift+Trim Reaper 40088
Shift+Touch Reaper 40087
Shift+Latch Reaper 40266
Shift+Group Reaper 42024

Save Reaper 40026
Shift+Save Reaper 40022 //save as

Undo Reaper 40029
Shift+Undo Reaper 40030 //redo

Shift Shift
Option Option
Control Control
Alt Alt

Marker Reaper 40157 //insert-edit marker
Control+Marker Reaper 40613 //Delete marker
/Shift+Marker Reaper 40172 //go to prev. marker
/Option+Marker Reaper 40173 //go to next marker

Nudge Reaper 40174 //insert region from sel time
Cycle CycleTimeline
Shift+Cycle Reaper _SWS_LOOPITEMSECTION
Up Reaper 40138 //Scroll view up
Down Reaper 40139 //Scroll view down
Left Reaper 40140 //Scroll view left
Right Reaper 40141 //Scroll view right
Shift+Left Reaper 1011 //Zoom out horiz
Shift+Right Reaper 1012 //Zoom in horiz
Shift+Up Reaper 40111 //Zoom in vertically
Shift+Down Reaper 40112 //Zoom out vertically
Click Reaper 40364

JogWheelRotaryCW Reaper 40647
JogWheelRotaryCCW Reaper 40646
Shift+JogWheelRotaryCCW Reaper 1011 /ZoomOutHorizontal
Shift+JogWheelRotaryCW Reaper 1012 /ZoomInHorizontal
Control+JogWheelRotaryCCW Reaper 40112 /ZoomOutVertical
Control+JogWheelRotaryCW Reaper 40111 /ZoomInVertical
Option+JogWheelRotaryCCW Reaper 40138 /Scroll view up
Option+JogWheelRotaryCW Reaper 40139 /Scroll view down
MasterFader MasterTrackVolume
Scrub Reaper 992 //Scrub/jog
Zoom Reaper _SWS_HZOOMITEMS //horiz. zoom sel item
Zoom Reaper _SWS_VZOOMIITEMS

ZoneEnd


Zone Channel|1-8
TrackNavigator
DisplayUpper| TrackNameDisplay
DisplayLower| TrackVolumeDisplay
Shift+DisplayLower| TrackPanDisplay
Shift+Rotary| TrackPan 1
RotaryPush| TrackCycle PanWidthCycle 2
PanWidthCycle+Rotary| TrackPan 1
PanWidthCycle+Rotary| TrackPanWidth 1
RecordArm| TrackRecordArm
Solo| TrackSolo
Mute| TrackMute
Select| TrackUniqueSelect
Shift+Select| TrackRangeSelect
Control+Select| TrackSelect
Fader| TrackVolume
VUMeterMain| TrackOutputMeterMaxPeakLR
ZoneEnd

do you notice something strange?
Yes, a few things:

Code:
Instrument Reaper _S&M_SELFXNEXT	/show next floating FX
This won't work because of the trailing "/show next floating FX"

You need to remove that and all the others that look like that in your file.

That alone will get a lot of things working that aren't now.

Code:
Shift+DisplayLower| TrackPanDisplay
Not sure about this, the modifiers are not meant for displays, does this work ?

Code:
Shift+Rotary| TrackPan 1
RotaryPush| TrackCycle PanWidthCycle 2
PanWidthCycle+Rotary| TrackPan 1
PanWidthCycle+Rotary| TrackPanWidth 1
Not sure you can mix
Code:
Shift+Rotary| TrackPan 1
with the rest, try removing that line.
__________________
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