View Single Post
Old 12-06-2019, 01:04 AM   #5487
WaveTrans
Human being with feelings
 
Join Date: Aug 2019
Location: Forest City
Posts: 336
Default

Got zoom working, using jogwheelhack from n0neīs files.
Set jogwheel to scroll left right.
Tried to use scrub for up down scroll, but that did not work, although the button code is sent

.mst
Code:
....
Widget Up
	Press 90 60 7f
WidgetEnd

Widget Down
	Press 90 61 7f
WidgetEnd

Widget Left
	Press 90 62 7f
WidgetEnd

Widget Right
	Press 90 63 7f
WidgetEnd

Widget Zoom
	Press 90 64 7f 90 64 00
	FB_TwoState 90 64 7f 90 64 00
WidgetEnd

Widget Scrub
	Press 90 65 7f 90 65 00
	FB_TwoState 90 65 7f 90 65 00
WidgetEnd

Widget JogWheelRotaryCW
	Press b0 3c 01
WidgetEnd

Widget JogWheelRotaryCW2
	Press b0 3c 02
WidgetEnd

Widget JogWheelRotaryCW3
	Press b0 3c 03
WidgetEnd

Widget JogWheelRotaryCW4
	Press b0 3c 04
WidgetEnd

Widget JogWheelRotaryCW5
	Press b0 3c 05
WidgetEnd

Widget JogWheelRotaryCW6
	Press b0 3c 06
WidgetEnd

Widget JogWheelRotaryCW7
	Press b0 3c 07
WidgetEnd

Widget JogWheelRotaryCCW
	Press b0 3c 41
WidgetEnd

Widget JogWheelRotaryCCW2
	Press b0 3c 42
WidgetEnd

Widget JogWheelRotaryCCW3
	Press b0 3c 43
WidgetEnd

Widget JogWheelRotaryCC4
	Press b0 3c 44
WidgetEnd

Widget JogWheelRotaryCCW5
	Press b0 3c 45
WidgetEnd

Widget JogWheelRotaryCCW6
	Press b0 3c 46
WidgetEnd

Widget JogWheelRotaryCCW7
	Press b0 3c 47
WidgetEnd
...

.zon
Code:
...
Zone JogWheelHack
/ scroll view left
	JogWheelRotaryCW Reaper 40140
	JogWheelRotaryCW2 Reaper 40140	
	JogWheelRotaryCW3 Reaper 40140	
	JogWheelRotaryCW4 Reaper 40140
	JogWheelRotaryCW5 Reaper 40140
	JogWheelRotaryCW6 Reaper 40140
	JogWheelRotaryCW7 Reaper 40140

/scroll view right
	JogWheelRotaryCCW Reaper 40141	
	JogWheelRotaryCCW2 Reaper 40141
	JogWheelRotaryCCW3 Reaper 40141
	JogWheelRotaryCCW4 Reaper 40141	
	JogWheelRotaryCCW5 Reaper 40141	
	JogWheelRotaryCCW6 Reaper 40141	
	JogWheelRotaryCCW7 Reaper 40141	

	Zoom+Up Reaper 40111
	Zoom+Down Reaper 40112
	Zoom+Right Reaper 1012
	Zoom+Left Reaper 1011
ZoneEnd
...
Had issues with power drive failure blue screens (win 10) during testing.
Guess itīs the antivirus.
WaveTrans is offline   Reply With Quote