View Single Post
Old 08-22-2019, 02:01 AM   #4125
AbbeH
Human being with feelings
 
Join Date: Aug 2019
Posts: 13
Default Midi back to X-Touch Mini?

Hello!
I'm just starting getting my xtouch mini to work with csi much thanks to CraigGE's zon and mst.

For now I'm trying to get pan to work properly. I've managed to get the x-touch to set the pan in reaper, but when i change the pan setting on a track in reaper the led ring on the x-touch doesn't respond. I can se that reaper outputs the midi information constantly.

"OUT -> mix1 ba 01 3f" for when the pan is centered and "OUT -> mix1 ba 01 00" when set to 100% L.

If i want to use the same encoder for something more than pan this becomes problematic.

My mst and zon for the rotary looks like this:
mst:
Code:
Widget Rotary1
	Fader7Bit ba 01 7f
	FB_Fader7Bit ba 01 7f 0.5
WidgetEnd
zon:
Code:
Zone Channel|1-8
	TrackNavigator
	RotaryPush| GoZone PanWidth|
	Rotary| TrackPan 0
ZoneEnd

Zone Pan|1-8
	TrackNavigator
	Rotary| TrackPan 0
	RotaryPush| GoZone PanWidth|
ZoneEnd

Zone PanWidth|1-8
	TrackNavigator
	ParentZone Channel|
	Rotary| TrackPanWidth 1
	RotaryPush| GoZone Pan|
ZoneEnd
Also, my play button doesn't light up when play is pressed in reaper, so i guess eiher wrong midi message is being output or the x-touch mini is not responding to midi input. How do I go about finding out what's wrong? I've tried setting the rotary encoders to relative 1, 2 and 3 instead of absolute and changing to pitch bend and program change without success.
AbbeH is offline   Reply With Quote