Old 02-26-2020, 07:06 AM   #1
RSethT
Human being with feelings
 
Join Date: Jul 2019
Posts: 9
Default CSI & X-Touch One - Firmware Upgrade?

Quick question -- should I or should I not upgrade my X-Touch One firmware to 1.07?

I know when it came out it broke some functionality, so I've not done the upgrade. I'd imagine all new units are shipping with 1.07, and I believe the issue was with MCU compatibility with Reaper, so. . .

Anyone?
RSethT is offline   Reply With Quote
Old 02-26-2020, 08:41 AM   #2
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,990
Default

I only got mine a week or two ago. Using it very successfully with CSI. How do we even check the firmware version? I can check after work if I knew how.

I noticed that one button does nothing in Reaper mode, but I’m using it with CSI in the MCU STD mode with a custom setup that’s kind of in between Reaper and Cubase modes.
Funkybot is online now   Reply With Quote
Old 02-26-2020, 08:45 AM   #3
RSethT
Human being with feelings
 
Join Date: Jul 2019
Posts: 9
Default

Quote:
Originally Posted by Funkybot View Post
I only got mine a week or two ago. Using it very successfully with CSI. How do we even check the firmware version? I can check after work if I knew how.

I noticed that one button does nothing in Reaper mode, but I’m using it with CSI in the MCU STD mode with a custom setup that’s kind of in between Reaper and Cubase modes.
Hold the REC button while turning it on, I believe, shows the firmware version.
RSethT is offline   Reply With Quote
Old 02-26-2020, 10:49 AM   #4
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,990
Default

Quote:
Originally Posted by RSethT View Post
Hold the REC button while turning it on, I believe, shows the firmware version.
Turning it on? There’s no off button (which is really annoying). Am I supposed to unplug and hold rec while plugging it in? There’s got to be a better procedure for this. Behringer doesn’t have the best documentation.
Funkybot is online now   Reply With Quote
Old 02-26-2020, 10:57 AM   #5
RSethT
Human being with feelings
 
Join Date: Jul 2019
Posts: 9
Default

Quote:
Originally Posted by Funkybot View Post
Turning it on? There’s no off button (which is really annoying). Am I supposed to unplug and hold rec while plugging it in? There’s got to be a better procedure for this. Behringer doesn’t have the best documentation.
Agreed - I wish it had a power switch. But yes, you have to unplug and plug it back in again to cycle power.
RSethT is offline   Reply With Quote
Old 02-26-2020, 04:46 PM   #6
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,990
Default

Quote:
Originally Posted by RSethT View Post
Quick question -- should I or should I not upgrade my X-Touch One firmware to 1.07?

I know when it came out it broke some functionality, so I've not done the upgrade. I'd imagine all new units are shipping with 1.07, and I believe the issue was with MCU compatibility with Reaper, so. . .

Anyone?
Just checked. I'm currently on 1.04 and it's working great with CSI (using MCU Std) so absent some compelling reason to update to 1.07, I'll probably stay put.
Funkybot is online now   Reply With Quote
Old 02-26-2020, 04:54 PM   #7
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,990
Default

And just for good measure, here's the current version of the X-Touch_One.zon file I'm using with CSI. This uses MCU STD mode.

The biggest change is that if you hit Shift+F2 you'll enter FocusedFX Parameter mode where you can click a plugin parameter, and it immediately gets assigned to the fader. Hit Shift+F1 to go back to the normal Fader = TrackVolume mode.

If you happen to be using the X-Touch One and the Fader isn't working, see the note at the top of the .zon file.

Note: some actions require SWS extensions, there's even a custom action or two you won't have. Feel free to reassign those (anything really).

Code:
/uses MCU Std mode. If not working, enter one of the MCU DAW modes and hit Channel Select button a few times until fader1 (address e0) is active. Then return to MCU Std mode.

Zone Home
	OnFXFocus MapFocusedFXToWidgets
	IncludedZones
		"SelChannelButtons|"
		"GlobalButtons|"
		"Channel|1-1"
		"MasterChannel|"
		"JogWheelHack|"
	IncludedZonesEnd
ZoneEnd

Zone "SelChannelButtons|"
	SelectedTrackNavigator
	F1 				TrackAutoMode 1 	//Read
	F2 				TrackAutoMode 3 	//Write
	F3 				TrackAutoMode 0 	//Trim
	F4 				TrackAutoMode 2 	//touch
	F5				TrackAutoMode 4 	//Latch

ZoneEnd

Zone "GlobalButtons|"
	Shift+F1			GoZone Home
	Shift+F2			GoZone FocusedFXParam
	F6				Reaper 40364 		//toggle click
	Shift+F6			Reaper _SWS_AWCOUNTRECTOG //toggle: count-in before recording
	Zoom				Shift	
	BankLeft 			TrackBank "-8"
	BankRight 			TrackBank "8"
        ChannelLeft 			TrackBank "-1"
	ChannelRight			TrackBank "1"
	Rewind 				Rewind
	Shift+Rewind			Reaper 40042		//go to start of project
	FastForward			FastForward
	Shift+FastForward		Reaper 40043		//go to end of project
	Stop 				Stop
	Play 				Play
	Shift+Play			Reaper 1068		//Toggle repeat
	Record 				Record
	Write 				Reaper 40364 		//toggle click
	Marker 				Reaper 40078		//open mixer (Mix View in S1 mode)
	Shift+Marker			Reaper 40716		//toggle MIDI editor
	Nudge 				Reaper 40271		//open FX Browser
	Cycle 				Reaper _S&M_TOGLFXCHAIN	//SWS/S&M: Toggle show FX chain windows for selected tracks
        Drop				Reaper 40293		//Track io routing view
        Replace				Reaper 40172 		//go to previous marker or project start
	Click 				Reaper 40171		//Insert marker at current or edit position
	Solo				Reaper 40173 		//go to next marker or project end				
	Save 				Reaper 40026		//save project
	Scrub 				Reaper 40029		//undo
	Shift+Scrub			Reaper 40030		//redo
	Up 				Reaper 40111		//zoom in vertical
	Down				Reaper 40112		//zoom out vertical
	Right 				Reaper 40837		//Move edit cursor to start of next measure
	Left 				Reaper _34cd4010d1d9fa45b0157b7da0cf19bf //Custom action: move edit cursor back to start of previous measure
	Shift+Left			Reaper 1011		//zoom out horizontal
	Shift+Right			Reaper 1012		//zoom in horizontal
	Shift+Down			Reaper 40727		//minimize all tracks
	Shift+Up 			Reaper 40113		//toggle track height to maximum
	
ZoneEnd

Zone "Channel|"
	TrackNavigator
	DisplayUpper|  			TrackNameDisplay
	DisplayLower| 			TrackPanDisplay
	TrackTouch+DisplayLower| 	TrackVolumeDisplay
	Rotary| 			TrackPan "0"
	RotaryPush| 			GoZone PanWidth|
	Solo|				TrackSolo
	Mute|				TrackMute
	RecordArm| 			TrackRecordArm
	Shift+RecordArm|		Reaper 40495		//Cycle track record monitor
	Select|				TrackUniqueSelect
	Fader|  			TrackVolume
	FaderTouch|  			TrackTouch
	VUMeter|			TrackOutputMeter
ZoneEnd

Zone "MasterChannel|"
	MasterTrackNavigator
	MasterFader 			TrackVolume
ZoneEnd

Zone "Pan|1-1"
	TrackNavigator
	Rotary| 	TrackPan "0"
	DisplayLower|	TrackPanDisplay
	RotaryPush| 	GoZone PanWidth|
ZoneEnd

Zone "PanWidth|1-1"
	TrackNavigator
	Rotary| 	TrackPanWidth "1"
	DisplayLower|	TrackPanWidthDisplay
	RotaryPush| 	GoZone Pan|
ZoneEnd

Zone "FocusedFXParam"
        Fader1 FocusedFXParam
	DisplayUpper1 FocusedFXParamNameDisplay
	DisplayLower1 FocusedFXParamValueDisplay
ZoneEnd

Zone "JogWheelHack|"
	JogWheelRotaryCW 		Reaper 40141
	JogWheelRotaryCW2 		Reaper 40141
	JogWheelRotaryCW3 		Reaper 40141
	JogWheelRotaryCW4 		Reaper 40141
	JogWheelRotaryCW5 		Reaper 40141
	JogWheelRotaryCW6 		Reaper 40141
	JogWheelRotaryCW7 		Reaper 40141

	JogWheelRotaryCCW 		Reaper 40140
	JogWheelRotaryCCW2 		Reaper 40140
	JogWheelRotaryCCW3 		Reaper 40140
	JogWheelRotaryCCW4 		Reaper 40140
	JogWheelRotaryCCW5 		Reaper 40140
	JogWheelRotaryCCW6 		Reaper 40140
	JogWheelRotaryCCW7 		Reaper 40140
ZoneEnd
Funkybot is online now   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 06:45 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.