View Single Post
Old 02-25-2020, 08:14 AM   #7014
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,254
Default

Quote:
Originally Posted by cjewellstudios View Post
-the 16 knobs control track volume
-shiftrotary control pan (or potentially the shift modifier + rotary)
-shift modifier + B1rotarypress = track solo

Code:
Widget B1RotaryPress1
  Press B1 00 7F
WidgetEnd

Widget B1Rotarypress2
  Press B1 01 7F
WidgetEnd

Widget B1RotaryPress3
    Press B1 02 7F
    FB_TwoState B1 02 7F B1 02 00
WidgetEnd

Widget B1RotaryPress4
    Press B1 03 7F
    FB_TwoState B1 03 7F B1 03 00
WidgetEnd

Widget B1Rotarypress5
    Press B1 04 7F
    FB_TwoState B1 04 7F B1 04 00
WidgetEnd
Notice the inconsistent capitalization, that won't work
__________________
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