Go Back   Cockos Incorporated Forums > REAPER Forums > MIDI Hardware, Control Surfaces, and OSC

Reply
 
Thread Tools Display Modes
Old 01-20-2020, 11:45 AM   #6081
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 6,022
Default

Quote:
Originally Posted by Cragster View Post
ok thanks that worked. ill try get display in tomorrow.thanks for all ur help.
Check out the mcu.zon I mention in the post above for a potential clue as to how to integrate the fx button and get the displays working. First, just backup what you've got now so you can go back to it in case the other approach doesn't work.

Good luck. Glad you're making progress!
Funkybot is offline   Reply With Quote
Old 01-20-2020, 12:05 PM   #6082
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default

Quote:
Originally Posted by Mr. Green View Post
Hey Geoff,
New build seems good so far.
I have yet another question for you (sorry).
So I've managed to get the Faderport8 working using the MCU .mst and Zone files and got all the essentials working well. But I am noticing a peculiar behavior when writing send automation. When the track is set to "touch" automation and any moves are made with the controller and then released, the automation goes on recording as if it is in "latch" mode, not snapping back to the previous value. Moving the envelope fader in Reaper does, however, so all is right there. Also, touch commands are being sent properly from the Faderport8 as automating Track Volume envelopes works perfectly well. Also, I double-checked that the proper midi commands were being sent to Reaper (they are) and checked the .zon file, and all looks correct there to. Is this the correct behavior?
Hi Mr Green, do you think it could be possible to share you FaderPort 8 configuration files please?
Tks
Seby
SebyMusic is offline   Reply With Quote
Old 01-20-2020, 12:07 PM   #6083
WaveTrans
Human being with feelings
 
Join Date: Aug 2019
Location: Forest City
Posts: 336
Default

I tried modifier combinations like
SHIFT+Rotary1 but found none of the modifiers work on the IconNano.

I checked with the latest MCU files but couldnīt find any obvious syntax problems.

Anything else I missed or could do to get this running?

.mst
Code:
...
 /Purple5 
Widget Shift
	Press 90 46 7f 90 46 00
WidgetEnd
 /Purple6 
Widget Option
	Press 90 47 7f 90 47 00
WidgetEnd
 /Purple7 
Widget Control
	Press 90 48 7f 90 48 00
WidgetEnd
 /Purple8 
Widget Alt
	Press 90 49 7f 90 49 00
WidgetEnd
....
.zon
Code:
Zone "Buttons|"
	....
	/modifiers
	Shift 		Shift
	Option 		Option
	Control 	Control
	Alt 		Alt
...
ZoneEnd
WaveTrans is online now   Reply With Quote
Old 01-20-2020, 12:09 PM   #6084
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default FaderPort 8 settings

Hi, I have a faderport 8 also in my devices. What mode should I use MCU?
If yes witch one?
Midi mode, hui mode?

tks for your help
Seby
SebyMusic is offline   Reply With Quote
Old 01-20-2020, 12:57 PM   #6085
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default

Quote:
Originally Posted by SebyMusic View Post
Hi, I have a faderport 8 also in my devices. What mode should I use MCU?
If yes witch one?
Midi mode, hui mode?

tks for your help
Seby
Anyone with FaderPort8 WORKING configuration please?
Seby
SebyMusic is offline   Reply With Quote
Old 01-20-2020, 03:57 PM   #6086
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,882
Default

Quote:
Originally Posted by SebyMusic View Post
Hi Geoff (or others)
I have the plugin FabFilter EQ.
In one of the parameters, there's one called Band 3 State.
I wanted to control it's 3 states (disabled, Enabled, unused) but with one push button
only on my controller. Is it possible to cycle 3 different states with only one button? Cause now I can control only 2 state.

mst
Widget D3
Press b0 43 7f b0 43 00
WidgetEnd

zon
Toggle+D3 FXParam 14

tks for your help
Seby
This will be possible when Geoff implements the stepped FX parameter model. At the present time the only way to step through three value controls in (some) plugins is by using an absolute (Fader7Bit) control.

Inc/Dec encoders don't work with these parameters (aka "The Curse of Three")
MixMonkey is offline   Reply With Quote
Old 01-20-2020, 04:51 PM   #6087
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default CSI Mode button on Console 1 conflicting BCR2000? Why?

Hi, can you guide me on that one Geoff or any one else with a BCR2000.
it's really weird that I need to push the MODE buttton on my console 1 to be able to use the BCR2000. See the video
https://youtu.be/736pL2jTekQ

tks
Seby
SebyMusic is offline   Reply With Quote
Old 01-20-2020, 11:13 PM   #6088
pane.valentin
Human being with feelings
 
Join Date: Oct 2016
Posts: 35
Default

Hello!

@Geoff

Any change on implementing a feature (ForceTrackBank) for midi surfaces that will force the faders to bank the "BankTrack" number regardless of the Reaper track count?

As it is now, If I have 25 tracks in reaper, the banking system moves the 25'th track on fader 24 when baking 24 faders.



As I side note, It would be more flexible for the NoAction... action... (hehe) to affect only in the "Zone" it is set it, and not the whoe .zon file.

As I have tested, the NoAction placed in a "Zone" that is included in the "Home Zone" will affect the button in all the zones.

Thank you!
pane.valentin is offline   Reply With Quote
Old 01-21-2020, 01:25 AM   #6089
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by Funkybot View Post
Check out the mcu.zon I mention in the post above for a potential clue as to how to integrate the fx button and get the displays working. First, just backup what you've got now so you can go back to it in case the other approach doesn't work.

Good luck. Glad you're making progress!
Code:
Zone Home
OnTrackSelection MapSelectedTrackSendsToWidgets
OnTrackSelection MapSelectedTrackFXToWidgets
OnTrackSelection MapSelectedTrackFXToMenu
IncludedZones
"Buttons|"
"Channel|1-8"
"MasterChannel|"
IncludedZonesEnd
ZoneEnd

Zone "Buttons|"
Shift Shift
Option Option
Control Control
Alt Alt
Blank2 ToggleLearnMode
Blank3 Reaper "40605"INSERT MARKERINSERT
Shift+Blank3 Reaper "40199"
Blank4 Reaper "40454"
Blank5 Reaper "40455"
Send ToggleMapSelectedTrackSends
Send Reaper "40293"
Plugin ToggleMapSelectedTrackFX
Plugin Reaper "_S&M_SHOWFXCHAINSEL"
EQ ToggleMapSelectedTrackFXMenu
ChannelLeft TrackBank "-1"
ChannelRight TrackBank "1"
BankLeft TrackBank "-8"
BankRight TrackBank "8"
TimeDisplay TimeDisplay
smpteBeats CycleTimeDisplayModes
Rewind Rewind
FastForward FastForward
Stop Stop
Play Play
Record Reaper "1013"
Shift+Record Reaper "_S&M_CYCLACTION_6"
F1 Reaper "40157"
F2 Reaper "40931"
F2 Reaper "_SWSMARKERLIST13"
F4 Reaper "40702"
F5 Reaper "_S&M_CYCLACTION_4"
F6 Reaper "_44924b08811f144e9f88ca3a2918ff48"
Read TrackAutoMode "1"
Shift+Read GlobalAutoMode "1"
Write TrackAutoMode "3"
Shift+Write GlobalAutoMode "3"
Trim TrackAutoMode "0"
Shift+Trim GlobalAutoMode "0"
Touch TrackAutoMode "2"
Shift+Touch GlobalAutoMode "2"
Latch TrackAutoMode "4"
Shift+Latch GlobalAutoMode "4"
Save Reaper "40026"
Shift+Save Reaper "40022"
Undo Reaper "40029"
Shift+Undo Reaper "40030"
Normal Reaper "40173"
Marker Reaper "40172"
Option+Marker Reaper "40174"
Shift+Marker Reaper "40157"
Loop CycleTimeline
Click Reaper "40364"
Solo Reaper "40340"
Blank1 Reaper "_S&M_SHOWNOTESHELP"
Zoom Reaper "40113"
Up Reaper "40111"
Down Reaper "40112"
Left Reaper "1011"
Right Reaper "1012"
JogWheelRotaryCW Reaper "41667"
JogWheelRotaryCCW Reaper "41666"
/MasterFader MasterTrackVolume
ZoneEnd

Zone "Channel|"
	TrackNavigator
	VUMeter|  TrackOutputMeterMaxPeakLR
	/VUMeter|  TrackOutputMeterAverageLR
	DisplayUpper|  TrackNameDisplay
	DisplayLower|  TrackPanDisplay
	TrackTouch+DisplayLower|  TrackVolumeDisplay
	RotaryPush| GoZone PanWidth|
	Rotary| TrackPan "0"
	RecordArm|  TrackRecordArm
	Solo|  TrackSolo
	Mute| TrackMute
	Select|  TrackUniqueSelect
	Shift+Select|  TrackRangeSelect
	Control+Select|  TrackSelect
	Shift+Control+Select| TogglePin
	Option+Select| TrackFolderDive
	Fader|  TrackVolume
	TrackTouch+Fader|  TrackVolume
	FaderTouch|  TrackTouch
ZoneEnd

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

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

Zone "Send|1-8"
      SelectedTrackNavigator
      DisplayUpper| TrackSendNameDisplay
      TrackTouch+DisplayUpper| TrackSendVolumeDisplay
      Mute| TrackSendMute
      Fader| TrackSendVolume
      Rotary| TrackSendPan
      RotaryPush| NoAction
      TrackTouch+Fader| TrackSendVolume
      FaderTouch| TrackTouch
ZoneEnd

Zone "MasterChannel|"
	MasterTrackNavigator
	MasterFader TrackVolume
	MasterFaderTouch TrackTouch
ZoneEnd

Zone "FXMenu|1-8"
      SelectedTrackNavigator
      DisplayUpper| FXParamNameDisplay
      RotaryPush| GoFXSlot
ZoneEnd
Code:
Zone "VST: ReaComp (Cockos)" 
	SelectedTrackNavigator
     Rotary1 FXParam "0" "Thresh"
	Rotary2 FXParam "1" 	"Ratio"
	Rotary3 FXParam "2" "Attack"
	Rotary4 FXParam "3" "Release"
	Rotary5 FXParam "10" "Dry"
      Rotary6 FXParam "11" "Wet"
 ZoneEnd
hey guys.im real close with the fx plugin map but i still cant get anything to show in the display ? so i have the plugin button mapped to switch rotarys to control plugin params and also to call the fx chain window for the selected track then the eq button for the display ? plugin button does what its supposed to but when i press the eq button it just blanks the upper display where the param name should be.i also tried to do just the fx name.i dont know if i explained that right and im sure im not doing this whole plugin thing right but evrything seems to work but the display ? ive been experimenting and this is where im at.also i was hoping someone could explain what the GoFXSlot is ? i pretty much just copied from the mcu zone.all is working but the display.any advice ?? thanks guys. i included my current zone files
Cragster is offline   Reply With Quote
Old 01-21-2020, 06:08 AM   #6090
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default

On my side, nothing is displayed at all on my FaderPort8, not even the tracks names. I don't understand why either
Seby

Quote:
Originally Posted by Cragster View Post
Code:
Zone Home
OnTrackSelection MapSelectedTrackSendsToWidgets
OnTrackSelection MapSelectedTrackFXToWidgets
OnTrackSelection MapSelectedTrackFXToMenu
IncludedZones
"Buttons|"
"Channel|1-8"
"MasterChannel|"
IncludedZonesEnd
ZoneEnd

Zone "Buttons|"
Shift Shift
Option Option
Control Control
Alt Alt
Blank2 ToggleLearnMode
Blank3 Reaper "40605"INSERT MARKERINSERT
Shift+Blank3 Reaper "40199"
Blank4 Reaper "40454"
Blank5 Reaper "40455"
Send ToggleMapSelectedTrackSends
Send Reaper "40293"
Plugin ToggleMapSelectedTrackFX
Plugin Reaper "_S&M_SHOWFXCHAINSEL"
EQ ToggleMapSelectedTrackFXMenu
ChannelLeft TrackBank "-1"
ChannelRight TrackBank "1"
BankLeft TrackBank "-8"
BankRight TrackBank "8"
TimeDisplay TimeDisplay
smpteBeats CycleTimeDisplayModes
Rewind Rewind
FastForward FastForward
Stop Stop
Play Play
Record Reaper "1013"
Shift+Record Reaper "_S&M_CYCLACTION_6"
F1 Reaper "40157"
F2 Reaper "40931"
F2 Reaper "_SWSMARKERLIST13"
F4 Reaper "40702"
F5 Reaper "_S&M_CYCLACTION_4"
F6 Reaper "_44924b08811f144e9f88ca3a2918ff48"
Read TrackAutoMode "1"
Shift+Read GlobalAutoMode "1"
Write TrackAutoMode "3"
Shift+Write GlobalAutoMode "3"
Trim TrackAutoMode "0"
Shift+Trim GlobalAutoMode "0"
Touch TrackAutoMode "2"
Shift+Touch GlobalAutoMode "2"
Latch TrackAutoMode "4"
Shift+Latch GlobalAutoMode "4"
Save Reaper "40026"
Shift+Save Reaper "40022"
Undo Reaper "40029"
Shift+Undo Reaper "40030"
Normal Reaper "40173"
Marker Reaper "40172"
Option+Marker Reaper "40174"
Shift+Marker Reaper "40157"
Loop CycleTimeline
Click Reaper "40364"
Solo Reaper "40340"
Blank1 Reaper "_S&M_SHOWNOTESHELP"
Zoom Reaper "40113"
Up Reaper "40111"
Down Reaper "40112"
Left Reaper "1011"
Right Reaper "1012"
JogWheelRotaryCW Reaper "41667"
JogWheelRotaryCCW Reaper "41666"
/MasterFader MasterTrackVolume
ZoneEnd

Zone "Channel|"
	TrackNavigator
	VUMeter|  TrackOutputMeterMaxPeakLR
	/VUMeter|  TrackOutputMeterAverageLR
	DisplayUpper|  TrackNameDisplay
	DisplayLower|  TrackPanDisplay
	TrackTouch+DisplayLower|  TrackVolumeDisplay
	RotaryPush| GoZone PanWidth|
	Rotary| TrackPan "0"
	RecordArm|  TrackRecordArm
	Solo|  TrackSolo
	Mute| TrackMute
	Select|  TrackUniqueSelect
	Shift+Select|  TrackRangeSelect
	Control+Select|  TrackSelect
	Shift+Control+Select| TogglePin
	Option+Select| TrackFolderDive
	Fader|  TrackVolume
	TrackTouch+Fader|  TrackVolume
	FaderTouch|  TrackTouch
ZoneEnd

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

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

Zone "Send|1-8"
      SelectedTrackNavigator
      DisplayUpper| TrackSendNameDisplay
      TrackTouch+DisplayUpper| TrackSendVolumeDisplay
      Mute| TrackSendMute
      Fader| TrackSendVolume
      Rotary| TrackSendPan
      RotaryPush| NoAction
      TrackTouch+Fader| TrackSendVolume
      FaderTouch| TrackTouch
ZoneEnd

Zone "MasterChannel|"
	MasterTrackNavigator
	MasterFader TrackVolume
	MasterFaderTouch TrackTouch
ZoneEnd

Zone "FXMenu|1-8"
      SelectedTrackNavigator
      DisplayUpper| FXParamNameDisplay
      RotaryPush| GoFXSlot
ZoneEnd
Code:
Zone "VST: ReaComp (Cockos)" 
	SelectedTrackNavigator
     Rotary1 FXParam "0" "Thresh"
	Rotary2 FXParam "1" 	"Ratio"
	Rotary3 FXParam "2" "Attack"
	Rotary4 FXParam "3" "Release"
	Rotary5 FXParam "10" "Dry"
      Rotary6 FXParam "11" "Wet"
 ZoneEnd
hey guys.im real close with the fx plugin map but i still cant get anything to show in the display ? so i have the plugin button mapped to switch rotarys to control plugin params and also to call the fx chain window for the selected track then the eq button for the display ? plugin button does what its supposed to but when i press the eq button it just blanks the upper display where the param name should be.i also tried to do just the fx name.i dont know if i explained that right and im sure im not doing this whole plugin thing right but evrything seems to work but the display ? ive been experimenting and this is where im at.also i was hoping someone could explain what the GoFXSlot is ? i pretty much just copied from the mcu zone.all is working but the display.any advice ?? thanks guys. i included my current zone files
SebyMusic is offline   Reply With Quote
Old 01-21-2020, 07:04 AM   #6091
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 6,022
Default

Quote:
Originally Posted by Cragster View Post
hey guys.im real close with the fx plugin map but i still cant get anything to show in the display ?
I have no experience with this, but looking at the MCU, I'd ask, what do your display widgets look like in the .mst files? Here's the section of mcu.mst file relating to meters and displays. Maybe try adding similar entries to your mst file if they're not already there:

Code:
Widget VUMeter1
	FB_MCUVUMeter 0
WidgetEnd

Widget VUMeter2
	FB_MCUVUMeter 1
WidgetEnd

Widget VUMeter3
	FB_MCUVUMeter 2
WidgetEnd

Widget VUMeter4
	FB_MCUVUMeter 3
WidgetEnd

Widget VUMeter5
	FB_MCUVUMeter 4
WidgetEnd

Widget VUMeter6
	FB_MCUVUMeter 5
WidgetEnd

Widget VUMeter7
	FB_MCUVUMeter 6
WidgetEnd

Widget VUMeter8
	FB_MCUVUMeter 7
WidgetEnd

Widget DisplayUpper1
	FB_MCUDisplayUpper 0
WidgetEnd

Widget DisplayUpper2
	FB_MCUDisplayUpper 1
WidgetEnd

Widget DisplayUpper3
	FB_MCUDisplayUpper 2
WidgetEnd

Widget DisplayUpper4
	FB_MCUDisplayUpper 3
WidgetEnd

Widget DisplayUpper5
	FB_MCUDisplayUpper 4
WidgetEnd

Widget DisplayUpper6
	FB_MCUDisplayUpper 5
WidgetEnd

Widget DisplayUpper7
	FB_MCUDisplayUpper 6
WidgetEnd

Widget DisplayUpper8
	FB_MCUDisplayUpper 7
WidgetEnd

Widget DisplayLower1
	FB_MCUDisplayLower 0
WidgetEnd

Widget DisplayLower2
	FB_MCUDisplayLower 1
WidgetEnd

Widget DisplayLower3
	FB_MCUDisplayLower 2
WidgetEnd

Widget DisplayLower4
	FB_MCUDisplayLower 3
WidgetEnd

Widget DisplayLower5
	FB_MCUDisplayLower 4
WidgetEnd

Widget DisplayLower6
	FB_MCUDisplayLower 5
WidgetEnd

Widget DisplayLower7
	FB_MCUDisplayLower 6
WidgetEnd

Widget DisplayLower8
	FB_MCUDisplayLower 7
WidgetEnd
Assuming your surface uses the MCU protocol, I'd hope that approach works. But couldn't be that easy could it?
Funkybot is offline   Reply With Quote
Old 01-21-2020, 07:23 AM   #6092
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,882
Default

Quote:
Originally Posted by Cragster View Post
hey guys.im real close with the fx plugin map but i still cant get anything to show in the display ? so i have the plugin button mapped to switch rotarys to control plugin params and also to call the fx chain window for the selected track then the eq button for the display ? plugin button does what its supposed to but when i press the eq button it just blanks the upper display where the param name should be.i also tried to do just the fx name.i dont know if i explained that right and im sure im not doing this whole plugin thing right but evrything seems to work but the display ? ive been experimenting and this is where im at.also i was hoping someone could explain what the GoFXSlot is ? i pretty much just copied from the mcu zone.all is working but the display.any advice ?? thanks guys. i included my current zone files
Here's my setup for the MCU, using the FX menu system.
Code:
Zone Home
		OnTrackSelection MapSelectedTrackSendsToWidgets
		OnTrackSelection MapSelectedTrackFXToMenu
		IncludedZones
			"Buttons|"
			"Channel|1-8"
			"MasterTrack|"
		IncludedZonesEnd
ZoneEnd

Zone "Buttons|"
		Track					NoAction
		Send 					ToggleMapSelectedTrackSends
		Pan					NoAction
		Plugin 					ToggleMapSelectedTrackFXMenu
		EQ					NoAction
		Instrument				NoAction
		BankLeft 				TrackBank "-8"
		BankRight 				TrackBank "8"
		ChannelLeft 				TrackBank "-1"
		ChannelRight 				TrackBank "1"
/Show track receives		 		
		Flip 					Reaper "_RS2d7c45db741334cc839a1f91a475fb19c7f0ee17"
/Recall Master snapshot (snapshot 1)
		GlobalView 				Reaper "_SWSSNAPSHOT_GET1"		
/Save snaphot 1
		Shift+GlobalView 			Reaper "_1221c9a8a735384e9907c5755e45e1c3"		
/Show screen/track/item sets window
		nameValue 				Reaper "40422"
		smpteBeats 				CycleTimeDisplayModes		
		TimeDisplay 				TimeDisplay		
/Show only group 1 in MCP
		F1 					Reaper "_6a7ce1e08f02864289bc2cd8c19c22fa"		
/Show only group 2 in MCP
		F2 					Reaper "_ec47734ac9ff574d8260a011fd6963bc"		
/Show only group 3 in MCP
		F3					Reaper "_d27550cce1866b4981d7dc5ec70cfa9d"		
/Show only group 4 in MCP
		F4 					Reaper "_d6293ea43dc22449957aaca5eb4185f7"		
/Show only group 5 in MCP
		F5 					Reaper "_636dae3c1a2d7a43ad440a6d76ab337f"		
/Show only group 6 in MCP
		F6					Reaper "_11b745f89cfd2a4bac44b885f540c15d"		
/Show only group 7 in MCP
		F7 					Reaper "_ed00d35fe7321d4e8773bce198637610"		
/ Show only group 8 in MCP
		F8 					Reaper "_4949665177ce0f4886964a9f8de1224"			
		MidiTracks 				NoAction
		Inputs					NoAction
		AudioTracks				NoAction
		AudioInstrument				NoAction
		Aux					NoAction
		Busses					NoAction
		Outputs					NoAction
/Apply VCA		
		User 					Reaper "41982"			
		Shift 					Shift
		Option 					Option
		Control 				Control
		Alt 					Alt		
		Read					TrackAutoMode "1"
		Write					TrackAutoMode "3"
		Trim					TrackAutoMode "0"
		Touch					TrackAutoMode "2"
		Latch					TrackAutoMode "4"		
/Set track automation mode to latch preview
		Group					Reaper "42023"	
		Shift+Read				GlobalAutoMode "1"	
		Shift+Write				GlobalAutoMode "3"	
		Shift+Trim				GlobalAutoMode "0"	
		Shift+Touch				GlobalAutoMode "2"	
		Shift+Latch				GlobalAutoMode "4"		
/Set all tracks automation mode to latch preview	
		Shift+Group				Reaper "42024"		
		Save 					ToggleLearnMode
		Undo 					Reaper "40072"		
/Toggle show children of selected tracks
		Cancel 					Reaper "41665"		
		Enter					NoAction
/Open marker list		
		Marker 					Reaper "_SWSMARKERLIST1"		
/Insert marker at current position		
		Control+Marker 				Reaper "40157"			
/Delete marker near cursor		
		Shift+Marker 				Reaper "40613"		
/Toggle open/close nudge/set dialog	
		Nudge 					Reaper "41228"			
		Cycle 					CycleTimeline		
/Preroll on Play
		Drop 					Reaper "41818"		
/Preroll on Record
		Shift+Drop 				Reaper "41819"
		
		Replace					NoAction					
/Toggle metronome 						
		Click 					Reaper "40364"		
/Toggle surface scroll, Channel 17 LHS
		Solo 					ToggleScrollLink "17"		
/Go to prev marker/region	
		Rewind 					Reaper "_SWS_SELPREVMORR"
/Go to next marker/region
		FastForward 				Reaper "_SWS_SELNEXTMORR"		
		Stop 					Stop
		Play 					Play
		Record 					Record
/Move cursor right to grid division
		JogWheelRotaryCW 			Reaper "40647"		
/Move cursor left to grid division
		JogWheelRotaryCCW 			Reaper "40646"
		Scrub					NoAction
ZoneEnd

Zone "Channel|"
		TrackNavigator
		VUMeter| 				TrackOutputMeter
		DisplayUpper| 				TrackNameDisplay
		DisplayLower| 				TrackPanDisplay
		TrackTouch+DisplayLower| 		TrackVolumeDisplay
		RotaryPush| 				GoZone PanWidth|
		Rotary| 				TrackPan "0"
		RecordArm| 				TrackRecordArm
		Solo| 					TrackSolo
		Mute| 					TrackMute
		Select| 				TrackUniqueSelect
		Shift+Select| 				TrackRangeSelect
		Control+Select| 			TrackSelect
		Shift+Control+Select| 			TogglePin
		Option+Select| 				TrackFolderDive
		Fader| 					TrackVolume
		TrackTouch+Fader| 			TrackVolume
		FaderTouch| 				TrackTouch
ZoneEnd

Zone "MasterTrack|"
		MasterTrackNavigator
		MasterFader 				TrackVolume
		TrackTouch+MasterFader 			TrackVolume
		MasterFaderTouch 			TrackTouch
ZoneEnd

Zone "Send|1-8"
		SelectedTrackNavigator
		DisplayUpper|  				TrackSendNameDisplay
		DisplayLower|  				TrackSendVolumeDisplay
		Mute| 					TrackSendMute
		Fader|  				TrackSendVolume
		TrackTouch+Fader|  			TrackSendVolume
		FaderTouch|  				TrackTouch
ZoneEnd

Zone "PanWidth|1-8"
		TrackNavigator
		Rotary| 				TrackPanWidth 1
		DisplayLower|  				TrackPanWidthDisplay
		TrackTouch+DisplayLower|  		TrackVolumeDisplay
		RotaryPush| 				GoZone Home
ZoneEnd

Zone "FXMenu|1-8"
		SelectedTrackNavigator
		DisplayUpper| 				FXNameDisplay |
		DisplayLower| 				NoAction
		Rotary| 				NoAction	
		RotaryPush| 				GoFXSlot |
ZoneEnd
and here's an FX example, ReaEQ:
Code:
Zone "VST: ReaEQ (Cockos)" "ReaEQ"

SelectedTrackNavigator
 
DisplayUpper1 FXParamNameDisplay 0 "Freq1"
DisplayLower1 FXParamValueDisplay 0
Rotary1 FXParam 0
Toggle+RotaryPush1 FXParam 12

DisplayUpper2 FXParamNameDisplay 1 "Gain1"
DisplayLower2 FXParamValueDisplay 1
Rotary2 FXParam 1
Toggle+RotaryPush2 NoAction 

DisplayUpper3 FXParamNameDisplay 3 "Freq2"
DisplayLower3 FXParamValueDisplay 3
Rotary3 FXParam 3
Toggle+RotaryPush3 NoAction 

DisplayUpper4 FXParamNameDisplay 4 "Gain2"
DisplayLower4 FXParamValueDisplay 4
Rotary4 FXParam 4
Toggle+RotaryPush4 NoAction 

DisplayUpper5 FXParamNameDisplay 6 "Freq3"
DisplayLower5 FXParamValueDisplay 6
Rotary5 FXParam 6
Toggle+RotaryPush5 NoAction

DisplayUpper6 FXParamNameDisplay 7 "Gain3"
DisplayLower6 FXParamValueDisplay 7
Rotary6 FXParam 7
Toggle+RotaryPush6 NoAction 

DisplayUpper7 FXParamNameDisplay 9 "Freq4"
DisplayLower7 FXParamValueDisplay 9
Rotary7 FXParam 9
Toggle+RotaryPush7 NoAction

DisplayUpper8 FXParamNameDisplay 10 "Gain4"
DisplayLower8 FXParamValueDisplay 10
Rotary8 FXParam 10
Toggle+RotaryPush8 NoAction 

Shift+DisplayUpper1 FXParamNameDisplay 2 "Q1"
Shift+DisplayLower1 FXParamValueDisplay 2
Shift+Rotary1 FXParam 2
Shift+Toggle+RotaryPush1 NoAction

Shift+DisplayUpper2 FXParamNameDisplay 1 "Gain1"
Shift+DisplayLower2 FXParamValueDisplay 1
Shift+Rotary2 FXParam 1
Shift+Toggle+RotaryPush2 NoAction

Shift+DisplayUpper3 FXParamNameDisplay 5 "Q2"
Shift+DisplayLower3 FXParamValueDisplay 5
Shift+Rotary3 FXParam 5
Shift+Toggle+RotaryPush3 NoAction

Shift+DisplayUpper4 FXParamNameDisplay 4 "Gain2"
Shift+DisplayLower4 FXParamValueDisplay 4
Shift+Rotary4 FXParam 4
Shift+Toggle+RotaryPush4 NoAction

Shift+DisplayUpper5 FXParamNameDisplay 8 "Q3"
Shift+DisplayLower5 FXParamValueDisplay 8
Shift+Rotary5 FXParam 8
Shift+Toggle+RotaryPush5 NoAction 

Shift+DisplayUpper6 FXParamNameDisplay 7 "Gain3"
Shift+DisplayLower6 FXParamValueDisplay 7
Shift+Rotary6 FXParam 7
Shift+Toggle+RotaryPush6 NoAction 

Shift+DisplayUpper7 FXParamNameDisplay 11 "Q4"
Shift+DisplayLower7 FXParamValueDisplay 11
Shift+Rotary7 FXParam 11
Shift+Toggle+RotaryPush7 NoAction 

Shift+DisplayUpper8 FXParamNameDisplay 10 "Gain4"
Shift+DisplayLower8 FXParamValueDisplay 10
Shift+Rotary8 10
Shift+Toggle+RotaryPush8 NoAction

ZoneEnd

Notice in the first line of the ReaEQ map, "ReaEQ". This is the alias name that will appear in the FX menu.



Take a look through your .zon and delete the following:

Code:
OnTrackSelection MapSelectedTrackFXToWidgets
you don't need this if you're using the FX menu.

also delete:

Code:
INSERT MARKERINSERT
when you make syntax errors like this the result is unpredictable.

Also, I'd probably change:
Code:
Plugin ToggleMapSelectedTrackFX
to
Code:
Plugin ToggleMapSelectedTrackFXMenu
and
Code:
EQ ToggleMapSelectedTrackFXMenu
to
Code:
 EQ NoAction
- let's just stick with one FX method initially

The action GoFXSlot selects that particular FX slot from the FX menu and maps the FX in that slot to the controls.

Good luck any questions, just ask.
MixMonkey is offline   Reply With Quote
Old 01-21-2020, 08:28 AM   #6093
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Thanks alot guys !!! Yes i knew my setup wasnt right but i gave it the best try.ill refer to your(MixMonkey)files and make the changes.i noticed in your plugin zone file you had the diplay mapped there.thats where i think i went wrong(among alot of over things haha).i dont have the display mapped in the actual reacomp zone file. THANK YOU ALL !!! Again
Cragster is offline   Reply With Quote
Old 01-21-2020, 09:22 AM   #6094
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default Why no screen display on FP8

Here's the zon code used. Am I missing something?
Is there a reason why it does not work?
Code:
Zone Home
	OnTrackSelection MapSelectedTrackSendsToWidgets
	IncludedZones
		"Buttons|"
		"Channel|1-8"
		"MasterChannel|"
	IncludedZonesEnd
ZoneEnd

Zone "Buttons|"
	Track 		ToggleMapSelectedTrackFXMenu
	Send 		ToggleMapSelectedTrackSends
ZoneEnd


Zone "Channel|"
	TrackNavigator
	DisplayUpper|  			TrackNameDisplay
	DisplayLower|  			TrackPanDisplay
	TrackTouch+DisplayLower|	TrackVolumeDisplay
	Solo|  				TrackSolo
	Mute|				TrackMute
	Select|  			TrackUniqueSelect
	Fader|  			TrackVolume
	FaderTouch|  			TrackTouch
ZoneEnd

Zone "Send|1-8"
	SelectedTrackNavigator
	DisplayUpper|  			TrackSendNameDisplay
	TrackTouch+DisplayUpper| 	TrackSendVolumeDisplay
	Mute| 				TrackSendMute
	Fader|  			TrackSendVolume
	TrackTouch+Fader|  		TrackSendVolume
	FaderTouch|  			TrackTouch
ZoneEnd
SebyMusic is offline   Reply With Quote
Old 01-21-2020, 09:47 AM   #6095
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by SebyMusic View Post
Here's the zon code used. Am I missing something?
Is there a reason why it does not work?
Code:
Zone Home
	OnTrackSelection MapSelectedTrackSendsToWidgets
	IncludedZones
		"Buttons|"
		"Channel|1-8"
		"MasterChannel|"
	IncludedZonesEnd
ZoneEnd

Zone "Buttons|"
	Track 		ToggleMapSelectedTrackFXMenu
	Send 		ToggleMapSelectedTrackSends
ZoneEnd


Zone "Channel|"
	TrackNavigator
	DisplayUpper|  			TrackNameDisplay
	DisplayLower|  			TrackPanDisplay
	TrackTouch+DisplayLower|	TrackVolumeDisplay
	Solo|  				TrackSolo
	Mute|				TrackMute
	Select|  			TrackUniqueSelect
	Fader|  			TrackVolume
	FaderTouch|  			TrackTouch
ZoneEnd

Zone "Send|1-8"
	SelectedTrackNavigator
	DisplayUpper|  			TrackSendNameDisplay
	TrackTouch+DisplayUpper| 	TrackSendVolumeDisplay
	Mute| 				TrackSendMute
	Fader|  			TrackSendVolume
	TrackTouch+Fader|  		TrackSendVolume
	FaderTouch|  			TrackTouch
ZoneEnd
The only difference i see in yours from mine is your missing a Zone End at the end of your Home Zone
Cragster is offline   Reply With Quote
Old 01-21-2020, 09:48 AM   #6096
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 6,022
Default

Quote:
Originally Posted by SebyMusic View Post
Here's the zon code used. Am I missing something?
Is there a reason why it does not work?
So everything is working except the displays? You may want to post the .mst file for the surface too in case the problem is there. Also, what surface?
Funkybot is offline   Reply With Quote
Old 01-21-2020, 09:51 AM   #6097
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Oh wait never mind .i was wrong my bad
Cragster is offline   Reply With Quote
Old 01-21-2020, 10:01 AM   #6098
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default

Quote:
Originally Posted by Funkybot View Post
So everything is working except the displays? You may want to post the .mst file for the surface too in case the problem is there. Also, what surface?
I use a FaderPort 8. So I started with the provided FP16 file in Geoff zip.
But yes, faders seems to work, even sends, but zero display , nothing.
Seby

ZON
Code:
Zone Home
	OnTrackSelection MapSelectedTrackSendsToWidgets
	IncludedZones
		"Buttons|"
		"Channel|1-8"
		"MasterChannel|"
	IncludedZonesEnd
ZoneEnd

Zone "Buttons|"
	Track 		ToggleMapSelectedTrackFXMenu
	Send 		ToggleMapSelectedTrackSends
ZoneEnd


Zone "Channel|"
	TrackNavigator
	DisplayUpper|  			TrackNameDisplay
	DisplayLower|  			TrackPanDisplay
	TrackTouch+DisplayLower|	TrackVolumeDisplay
	Solo|  				TrackSolo
	Mute|				TrackMute
	Select|  			TrackUniqueSelect
	Fader|  			TrackVolume
	FaderTouch|  			TrackTouch
ZoneEnd

Zone "Send|1-8"
	SelectedTrackNavigator
	DisplayUpper|  			TrackSendNameDisplay
	TrackTouch+DisplayUpper| 	TrackSendVolumeDisplay
	Mute| 				TrackSendMute
	Fader|  			TrackSendVolume
	TrackTouch+Fader|  		TrackSendVolume
	FaderTouch|  			TrackTouch
ZoneEnd
MST
Code:
Widget Track
	Press 90 28 7f
	FB_TwoState 90 28 7f 90 28 00
WidgetEnd

Widget Plugin
	Press 90 2b 7f
	FB_TwoState 90 2b 7f 90 2b 00
WidgetEnd

Widget Send
	Press 90 29 7f
	FB_TwoState 90 29 7f 90 29 00
WidgetEnd

Widget Pan
	Press 90 2a 7f
	FB_TwoState 90 2a 7f 90 2a 00
WidgetEnd

Widget AudioBtn
	Press 90 3e 7f
	FB_TwoState 90 3e 7f 90 3e 00
WidgetEnd

Widget Instrument
	Press 90 3f 7f
	FB_TwoState 90 3f 7f 90 3f 00
WidgetEnd

Widget BusBtn
	Press 90 40 7f
	FB_TwoState 90 40 7f 90 40 00
WidgetEnd

Widget VCABtn
	Press 90 41 7f
	FB_TwoState 90 41 7f 90 41 00
WidgetEnd

Widget AllBtn
	Press 90 42 7f
	FB_TwoState 90 42 7f 90 42 00
WidgetEnd

Widget ShiftRight
	Press 90 06 7f 90 06 00
WidgetEnd

Widget Arm
	Press 90 00 7f
	FB_TwoState 90 00 7f 90 00 00
WidgetEnd

Widget SoloClear
	Press 90 01 7f
	FB_TwoState 90 01 7f 90 01 00
WidgetEnd

Widget MuteClear
	Press 90 02 7f
	FB_TwoState 90 02 7f 90 02 00
WidgetEnd

Widget Bypass
	Press 90 03 7f
	FB_TwoState 90 03 7f 90 03 00
WidgetEnd

Widget Macro
	Press 90 04 7f
	FB_TwoState 90 04 7f 90 04 00
WidgetEnd

Widget Link
	Press 90 05 7f
	FB_TwoState 90 05 7f 90 05 00
WidgetEnd

Widget ShiftLeft
	Press 90 46 7f 90 46 00
WidgetEnd

Widget Read
	Press 90 4a 7f
	FB_TwoState 90 4a 7f 90 4a 00
WidgetEnd

Widget Write
	Press 90 4b 7f
	FB_TwoState 90 4b 7f 90 4b 00
WidgetEnd

Widget Trim
	Press 90 4c 7f
	FB_TwoState 90 4c 7f 90 4c 00
WidgetEnd

Widget Touch
	Press 90 4d 7f
	FB_TwoState 90 4d 7f 90 4d 00
WidgetEnd

Widget Latch
	Press 90 4e 7f
	FB_TwoState 90 4e 7f 90 4e 00
WidgetEnd

Widget Off
	Press 90 4f 7f
	FB_TwoState 90 4f 7f 90 4f 00
WidgetEnd

Widget ChannelLeft
	Press b0 3c 41
WidgetEnd

Widget ChannelRight
	Press b0 3c 01
WidgetEnd

Widget BankLeft
	Press 90 2E 7f
WidgetEnd

Widget BankRight
	Press 90 2F 7f
WidgetEnd

Widget Channel
	Press 90 36 7f
	FB_TwoState 90 36 7f 90 36 00
WidgetEnd

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

Widget Scroll
	Press 90 38 7f
	FB_TwoState 90 38 7f 90 38 00
WidgetEnd

Widget Bank
	Press 90 39 7f
	FB_TwoState 90 39 7f 90 39 00
WidgetEnd

Widget Master
	Press 90 3a 7f
	FB_TwoState 90 3a 7f 90 3a 00
WidgetEnd

Widget Click
	Press 90 3b 7f
	FB_TwoState 90 3b 7f 90 3b 00
WidgetEnd

Widget Section
	Press 90 3c 7f
	FB_TwoState 90 3c 7f 90 3c 00
WidgetEnd

Widget Marker
	Press 90 3d 7f
	FB_TwoState 90 3d 7f 90 3d 00
WidgetEnd

Widget Rewind
	Press 90 5b 7f
	FB_TwoState 90 5b 7f 90 5b 00
WidgetEnd

Widget FastForward
	Press 90 5c 7f
	FB_TwoState 90 5c 7f 90 5c 00
WidgetEnd

Widget Stop
	Press 90 5d 7f
	FB_TwoState 90 5d 7f 90 5d 00
WidgetEnd

Widget Play
	Press 90 5e 7f
	FB_TwoState 90 5e 7f 90 5e 00
WidgetEnd

Widget Record
	Press 90 5f 7f
	FB_TwoState 90 5f 7f 90 5f 00
WidgetEnd

Widget RotarySmall
	Encoder b0 00 7f
WidgetEnd

Widget Fader1
	Fader14Bit e0 7f 7f
	FB_Fader14Bit e0 7f 7f
WidgetEnd

Widget Fader2
	Fader14Bit e1 7f 7f
	FB_Fader14Bit e1 7f 7f
WidgetEnd

Widget Fader3
	Fader14Bit e2 7f 7f
	FB_Fader14Bit e2 7f 7f
WidgetEnd

Widget Fader4
	Fader14Bit e3 7f 7f
	FB_Fader14Bit e3 7f 7f
WidgetEnd

Widget Fader5
	Fader14Bit e4 7f 7f
	FB_Fader14Bit e4 7f 7f
WidgetEnd

Widget Fader6
	Fader14Bit e5 7f 7f
	FB_Fader14Bit e5 7f 7f
WidgetEnd

Widget Fader7
	Fader14Bit e6 7f 7f
	FB_Fader14Bit e6 7f 7f
WidgetEnd

Widget Fader8
	Fader14Bit e7 7f 7f
	FB_Fader14Bit e7 7f 7f
WidgetEnd

Widget Fader9
	Fader14Bit e8 7f 7f
	FB_Fader14Bit e8 7f 7f
WidgetEnd

Widget Fader10
	Fader14Bit e9 7f 7f
	FB_Fader14Bit e9 7f 7f
WidgetEnd

Widget Fader11
	Fader14Bit ea 7f 7f
	FB_Fader14Bit ea 7f 7f
WidgetEnd

Widget Fader12
	Fader14Bit eb 7f 7f
	FB_Fader14Bit eb 7f 7f
WidgetEnd

Widget Fader13
	Fader14Bit ec 7f 7f
	FB_Fader14Bit ec 7f 7f
WidgetEnd

Widget Fader14
	Fader14Bit ed 7f 7f
	FB_Fader14Bit ed 7f 7f
WidgetEnd

Widget Fader15
	Fader14Bit ee 7f 7f
	FB_Fader14Bit ee 7f 7f
WidgetEnd

Widget Fader16
	Fader14Bit ef 7f 7f
	FB_Fader14Bit ef 7f 7f
WidgetEnd

Widget FaderTouch1
	Press 90 68 7f 90 68 00
WidgetEnd

Widget FaderTouch2
	Press 90 69 7f 90 69 00
WidgetEnd

Widget FaderTouch3
	Press 90 6a 7f 90 6a 00
WidgetEnd

Widget FaderTouch4
	Press 90 6b 7f 90 6b 00
WidgetEnd

Widget FaderTouch5
	Press 90 6c 7f 90 6c 00
WidgetEnd

Widget FaderTouch6
	Press 90 6d 7f 90 6d 00
WidgetEnd

Widget FaderTouch7
	Press 90 6e 7f 90 6e 00
WidgetEnd

Widget FaderTouch8
	Press 90 6f 7f 90 6f 00
WidgetEnd

Widget FaderTouch9
	Press 90 70 7f 90 70 00
WidgetEnd

Widget FaderTouch10
	Press 90 71 7f 90 71 00
WidgetEnd

Widget FaderTouch11
	Press 90 72 7f 90 72 00
WidgetEnd

Widget FaderTouch12
	Press 90 73 7f 90 73 00
WidgetEnd

Widget FaderTouch13
	Press 90 74 7f 90 74 00
WidgetEnd

Widget FaderTouch14
	Press 90 75 7f 90 75 00
WidgetEnd

Widget FaderTouch15
	Press 90 76 7f 90 76 00
WidgetEnd

Widget FaderTouch16
	Press 90 77 7f 90 77 00
WidgetEnd

Widget Solo1
	Press 90 08 7f
	FB_TwoState 90 08 7f 90 08 00
WidgetEnd

Widget Solo2
	Press 90 09 7f
	FB_TwoState 90 09 7f 90 09 00
WidgetEnd

Widget Solo3
	Press 90 0a 7f
	FB_TwoState 90 0a 7f 90 0a 00
WidgetEnd

Widget Solo4
	Press 90 0b 7f
	FB_TwoState 90 0b 7f 90 0b 00
WidgetEnd

Widget Solo5
	Press 90 0c 7f
	FB_TwoState 90 0c 7f 90 0c 00
WidgetEnd

Widget Solo6
	Press 90 0d 7f
	FB_TwoState 90 0d 7f 90 0d 00
WidgetEnd

Widget Solo7
	Press 90 0e 7f
	FB_TwoState 90 0e 7f 90 0e 00
WidgetEnd

Widget Solo8
	Press 90 0f 7f
	FB_TwoState 90 0f 7f 90 0f 00
WidgetEnd

Widget Solo9
	Press 90 50 7f
	FB_TwoState 90 50 7f 90 50 00
WidgetEnd

Widget Solo10
	Press 90 51 7f
	FB_TwoState 90 51 7f 90 51 00
WidgetEnd

Widget Solo11
	Press 90 52 7f
	FB_TwoState 90 52 7f 90 52 00
WidgetEnd

Widget Solo12
	Press 90 58 7f
	FB_TwoState 90 58 7f 90 58 00
WidgetEnd

Widget Solo13
	Press 90 54 7f
	FB_TwoState 90 54 7f 90 54 00
WidgetEnd

Widget Solo14
	Press 90 55 7f
	FB_TwoState 90 55 7f 90 55 00
WidgetEnd

Widget Solo15
	Press 90 59 7f
	FB_TwoState 90 59 7f 90 59 00
WidgetEnd

Widget Solo16
	Press 90 57 7f
	FB_TwoState 90 57 7f 90 57 00
WidgetEnd

Widget Mute1
	Press 90 10 7f
	FB_TwoState 90 10 7f 90 10 00
WidgetEnd

Widget Mute2
	Press 90 11 7f
	FB_TwoState 90 11 7f 90 11 00
WidgetEnd

Widget Mute3
	Press 90 12 7f
	FB_TwoState 90 12 7f 90 12 00
WidgetEnd

Widget Mute4
	Press 90 13 7f
	FB_TwoState 90 13 7f 90 13 00
WidgetEnd

Widget Mute5
	Press 90 14 7f
	FB_TwoState 90 14 7f 90 14 00
WidgetEnd

Widget Mute6
	Press 90 15 7f
	FB_TwoState 90 15 7f 90 15 00
WidgetEnd

Widget Mute7
	Press 90 16 7f
	FB_TwoState 90 16 7f 90 16 00
WidgetEnd

Widget Mute8
	Press 90 17 7f
	FB_TwoState 90 17 7f 90 17 00
WidgetEnd

Widget Mute9
	Press 90 78 7f
	FB_TwoState 90 78 7f 90 78 00
WidgetEnd

Widget Mute10
	Press 90 79 7f
	FB_TwoState 90 79 7f 90 79 00
WidgetEnd

Widget Mute11
	Press 90 7a 7f
	FB_TwoState 90 7a 7f 90 7a 00
WidgetEnd

Widget Mute12
	Press 90 7b 7f
	FB_TwoState 90 7b 7f 90 7b 00
WidgetEnd

Widget Mute13
	Press 90 7c 7f
	FB_TwoState 90 7c 7f 90 7c 00
WidgetEnd

Widget Mute14
	Press 90 7d 7f
	FB_TwoState 90 7d 7f 90 7d 00
WidgetEnd

Widget Mute15
	Press 90 7e 7f
	FB_TwoState 90 7e 7f 90 7e 00
WidgetEnd

Widget Mute16
	Press 90 7f 7f
	FB_TwoState 90 7f 7f 90 7f 00
WidgetEnd

Widget Select1
	Press 90 18 7f
	FB_TwoState 90 18 7f 90 18 00
WidgetEnd

Widget Select2
	Press 90 19 7f
	FB_TwoState 90 19 7f 90 19 00
WidgetEnd

Widget Select3
	Press 90 1a 7f
	FB_TwoState 90 1a 7f 90 1a 00
WidgetEnd

Widget Select4
	Press 90 1b 7f
	FB_TwoState 90 1b 7f 90 1b 00
WidgetEnd

Widget Select5
	Press 90 1c 7f
	FB_TwoState 90 1c 7f 90 1c 00
WidgetEnd

Widget Select6
	Press 90 1d 7f
	FB_TwoState 90 1d 7f 90 1d 00
WidgetEnd

Widget Select7
	Press 90 1e 7f
	FB_TwoState 90 1e 7f 90 1e 00
WidgetEnd

Widget Select8
	Press 90 1f 7f
	FB_TwoState 90 1f 7f 90 1f 00
WidgetEnd

Widget Select9
	Press 90 07 7f
	FB_TwoState 90 07 7f 90 07 00
WidgetEnd

Widget Select10
	Press 90 21 7f
	FB_TwoState 90 21 7f 90 21 00
WidgetEnd

Widget Select11
	Press 90 22 7f
	FB_TwoState 90 22 7f 90 22 00
WidgetEnd

Widget Select12
	Press 90 23 7f
	FB_TwoState 90 23 7f 90 23 00
WidgetEnd

Widget Select13
	Press 90 24 7f
	FB_TwoState 90 24 7f 90 24 00
WidgetEnd

Widget Select14
	Press 90 25 7f
	FB_TwoState 90 25 7f 90 25 00
WidgetEnd

Widget Select15
	Press 90 26 7f
	FB_TwoState 90 26 7f 90 26 00
WidgetEnd

Widget Select16
	Press 90 27 7f
	FB_TwoState 90 27 7f 90 27 00
WidgetEnd

Last edited by SebyMusic; 01-21-2020 at 10:12 AM.
SebyMusic is offline   Reply With Quote
Old 01-21-2020, 10:40 AM   #6099
WaveTrans
Human being with feelings
 
Join Date: Aug 2019
Location: Forest City
Posts: 336
Default

Any ideas, why the modifiers donīt work with the Nano?

Since many .zon files contain shift+somebutton commands I assume they are implemented.

Quote:
Originally Posted by WaveTrans View Post
I tried modifier combinations like
SHIFT+Rotary1 but found none of the modifiers work on the IconNano.

I checked with the latest MCU files but couldnīt find any obvious syntax problems.

Anything else I missed or could do to get this running?

.mst
Code:
...
 /Purple5 
Widget Shift
	Press 90 46 7f 90 46 00
WidgetEnd
 /Purple6 
Widget Option
	Press 90 47 7f 90 47 00
WidgetEnd
 /Purple7 
Widget Control
	Press 90 48 7f 90 48 00
WidgetEnd
 /Purple8 
Widget Alt
	Press 90 49 7f 90 49 00
WidgetEnd
....
.zon
Code:
Zone "Buttons|"
	....
	/modifiers
	Shift 		Shift
	Option 		Option
	Control 	Control
	Alt 		Alt
...
ZoneEnd
WaveTrans is online now   Reply With Quote
Old 01-21-2020, 11:02 AM   #6100
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default

Has anyone been able to show stuff on screen of their FaderPort 8 or 16?

Quote:
Originally Posted by SebyMusic View Post
I use a FaderPort 8. So I started with the provided FP16 file in Geoff zip.
But yes, faders seems to work, even sends, but zero display , nothing.
Seby

ZON
Code:
Zone Home
	OnTrackSelection MapSelectedTrackSendsToWidgets
	IncludedZones
		"Buttons|"
		"Channel|1-8"
		"MasterChannel|"
	IncludedZonesEnd
ZoneEnd

Zone "Buttons|"
	Track 		ToggleMapSelectedTrackFXMenu
	Send 		ToggleMapSelectedTrackSends
ZoneEnd


Zone "Channel|"
	TrackNavigator
	DisplayUpper|  			TrackNameDisplay
	DisplayLower|  			TrackPanDisplay
	TrackTouch+DisplayLower|	TrackVolumeDisplay
	Solo|  				TrackSolo
	Mute|				TrackMute
	Select|  			TrackUniqueSelect
	Fader|  			TrackVolume
	FaderTouch|  			TrackTouch
ZoneEnd

Zone "Send|1-8"
	SelectedTrackNavigator
	DisplayUpper|  			TrackSendNameDisplay
	TrackTouch+DisplayUpper| 	TrackSendVolumeDisplay
	Mute| 				TrackSendMute
	Fader|  			TrackSendVolume
	TrackTouch+Fader|  		TrackSendVolume
	FaderTouch|  			TrackTouch
ZoneEnd
MST
Code:
Widget Track
	Press 90 28 7f
	FB_TwoState 90 28 7f 90 28 00
WidgetEnd

Widget Plugin
	Press 90 2b 7f
	FB_TwoState 90 2b 7f 90 2b 00
WidgetEnd

Widget Send
	Press 90 29 7f
	FB_TwoState 90 29 7f 90 29 00
WidgetEnd

Widget Pan
	Press 90 2a 7f
	FB_TwoState 90 2a 7f 90 2a 00
WidgetEnd

Widget AudioBtn
	Press 90 3e 7f
	FB_TwoState 90 3e 7f 90 3e 00
WidgetEnd

Widget Instrument
	Press 90 3f 7f
	FB_TwoState 90 3f 7f 90 3f 00
WidgetEnd

Widget BusBtn
	Press 90 40 7f
	FB_TwoState 90 40 7f 90 40 00
WidgetEnd

Widget VCABtn
	Press 90 41 7f
	FB_TwoState 90 41 7f 90 41 00
WidgetEnd

Widget AllBtn
	Press 90 42 7f
	FB_TwoState 90 42 7f 90 42 00
WidgetEnd

Widget ShiftRight
	Press 90 06 7f 90 06 00
WidgetEnd

Widget Arm
	Press 90 00 7f
	FB_TwoState 90 00 7f 90 00 00
WidgetEnd

Widget SoloClear
	Press 90 01 7f
	FB_TwoState 90 01 7f 90 01 00
WidgetEnd

Widget MuteClear
	Press 90 02 7f
	FB_TwoState 90 02 7f 90 02 00
WidgetEnd

Widget Bypass
	Press 90 03 7f
	FB_TwoState 90 03 7f 90 03 00
WidgetEnd

Widget Macro
	Press 90 04 7f
	FB_TwoState 90 04 7f 90 04 00
WidgetEnd

Widget Link
	Press 90 05 7f
	FB_TwoState 90 05 7f 90 05 00
WidgetEnd

Widget ShiftLeft
	Press 90 46 7f 90 46 00
WidgetEnd

Widget Read
	Press 90 4a 7f
	FB_TwoState 90 4a 7f 90 4a 00
WidgetEnd

Widget Write
	Press 90 4b 7f
	FB_TwoState 90 4b 7f 90 4b 00
WidgetEnd

Widget Trim
	Press 90 4c 7f
	FB_TwoState 90 4c 7f 90 4c 00
WidgetEnd

Widget Touch
	Press 90 4d 7f
	FB_TwoState 90 4d 7f 90 4d 00
WidgetEnd

Widget Latch
	Press 90 4e 7f
	FB_TwoState 90 4e 7f 90 4e 00
WidgetEnd

Widget Off
	Press 90 4f 7f
	FB_TwoState 90 4f 7f 90 4f 00
WidgetEnd

Widget ChannelLeft
	Press b0 3c 41
WidgetEnd

Widget ChannelRight
	Press b0 3c 01
WidgetEnd

Widget BankLeft
	Press 90 2E 7f
WidgetEnd

Widget BankRight
	Press 90 2F 7f
WidgetEnd

Widget Channel
	Press 90 36 7f
	FB_TwoState 90 36 7f 90 36 00
WidgetEnd

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

Widget Scroll
	Press 90 38 7f
	FB_TwoState 90 38 7f 90 38 00
WidgetEnd

Widget Bank
	Press 90 39 7f
	FB_TwoState 90 39 7f 90 39 00
WidgetEnd

Widget Master
	Press 90 3a 7f
	FB_TwoState 90 3a 7f 90 3a 00
WidgetEnd

Widget Click
	Press 90 3b 7f
	FB_TwoState 90 3b 7f 90 3b 00
WidgetEnd

Widget Section
	Press 90 3c 7f
	FB_TwoState 90 3c 7f 90 3c 00
WidgetEnd

Widget Marker
	Press 90 3d 7f
	FB_TwoState 90 3d 7f 90 3d 00
WidgetEnd

Widget Rewind
	Press 90 5b 7f
	FB_TwoState 90 5b 7f 90 5b 00
WidgetEnd

Widget FastForward
	Press 90 5c 7f
	FB_TwoState 90 5c 7f 90 5c 00
WidgetEnd

Widget Stop
	Press 90 5d 7f
	FB_TwoState 90 5d 7f 90 5d 00
WidgetEnd

Widget Play
	Press 90 5e 7f
	FB_TwoState 90 5e 7f 90 5e 00
WidgetEnd

Widget Record
	Press 90 5f 7f
	FB_TwoState 90 5f 7f 90 5f 00
WidgetEnd

Widget RotarySmall
	Encoder b0 00 7f
WidgetEnd

Widget Fader1
	Fader14Bit e0 7f 7f
	FB_Fader14Bit e0 7f 7f
WidgetEnd

Widget Fader2
	Fader14Bit e1 7f 7f
	FB_Fader14Bit e1 7f 7f
WidgetEnd

Widget Fader3
	Fader14Bit e2 7f 7f
	FB_Fader14Bit e2 7f 7f
WidgetEnd

Widget Fader4
	Fader14Bit e3 7f 7f
	FB_Fader14Bit e3 7f 7f
WidgetEnd

Widget Fader5
	Fader14Bit e4 7f 7f
	FB_Fader14Bit e4 7f 7f
WidgetEnd

Widget Fader6
	Fader14Bit e5 7f 7f
	FB_Fader14Bit e5 7f 7f
WidgetEnd

Widget Fader7
	Fader14Bit e6 7f 7f
	FB_Fader14Bit e6 7f 7f
WidgetEnd

Widget Fader8
	Fader14Bit e7 7f 7f
	FB_Fader14Bit e7 7f 7f
WidgetEnd

Widget Fader9
	Fader14Bit e8 7f 7f
	FB_Fader14Bit e8 7f 7f
WidgetEnd

Widget Fader10
	Fader14Bit e9 7f 7f
	FB_Fader14Bit e9 7f 7f
WidgetEnd

Widget Fader11
	Fader14Bit ea 7f 7f
	FB_Fader14Bit ea 7f 7f
WidgetEnd

Widget Fader12
	Fader14Bit eb 7f 7f
	FB_Fader14Bit eb 7f 7f
WidgetEnd

Widget Fader13
	Fader14Bit ec 7f 7f
	FB_Fader14Bit ec 7f 7f
WidgetEnd

Widget Fader14
	Fader14Bit ed 7f 7f
	FB_Fader14Bit ed 7f 7f
WidgetEnd

Widget Fader15
	Fader14Bit ee 7f 7f
	FB_Fader14Bit ee 7f 7f
WidgetEnd

Widget Fader16
	Fader14Bit ef 7f 7f
	FB_Fader14Bit ef 7f 7f
WidgetEnd

Widget FaderTouch1
	Press 90 68 7f 90 68 00
WidgetEnd

Widget FaderTouch2
	Press 90 69 7f 90 69 00
WidgetEnd

Widget FaderTouch3
	Press 90 6a 7f 90 6a 00
WidgetEnd

Widget FaderTouch4
	Press 90 6b 7f 90 6b 00
WidgetEnd

Widget FaderTouch5
	Press 90 6c 7f 90 6c 00
WidgetEnd

Widget FaderTouch6
	Press 90 6d 7f 90 6d 00
WidgetEnd

Widget FaderTouch7
	Press 90 6e 7f 90 6e 00
WidgetEnd

Widget FaderTouch8
	Press 90 6f 7f 90 6f 00
WidgetEnd

Widget FaderTouch9
	Press 90 70 7f 90 70 00
WidgetEnd

Widget FaderTouch10
	Press 90 71 7f 90 71 00
WidgetEnd

Widget FaderTouch11
	Press 90 72 7f 90 72 00
WidgetEnd

Widget FaderTouch12
	Press 90 73 7f 90 73 00
WidgetEnd

Widget FaderTouch13
	Press 90 74 7f 90 74 00
WidgetEnd

Widget FaderTouch14
	Press 90 75 7f 90 75 00
WidgetEnd

Widget FaderTouch15
	Press 90 76 7f 90 76 00
WidgetEnd

Widget FaderTouch16
	Press 90 77 7f 90 77 00
WidgetEnd

Widget Solo1
	Press 90 08 7f
	FB_TwoState 90 08 7f 90 08 00
WidgetEnd

Widget Solo2
	Press 90 09 7f
	FB_TwoState 90 09 7f 90 09 00
WidgetEnd

Widget Solo3
	Press 90 0a 7f
	FB_TwoState 90 0a 7f 90 0a 00
WidgetEnd

Widget Solo4
	Press 90 0b 7f
	FB_TwoState 90 0b 7f 90 0b 00
WidgetEnd

Widget Solo5
	Press 90 0c 7f
	FB_TwoState 90 0c 7f 90 0c 00
WidgetEnd

Widget Solo6
	Press 90 0d 7f
	FB_TwoState 90 0d 7f 90 0d 00
WidgetEnd

Widget Solo7
	Press 90 0e 7f
	FB_TwoState 90 0e 7f 90 0e 00
WidgetEnd

Widget Solo8
	Press 90 0f 7f
	FB_TwoState 90 0f 7f 90 0f 00
WidgetEnd

Widget Solo9
	Press 90 50 7f
	FB_TwoState 90 50 7f 90 50 00
WidgetEnd

Widget Solo10
	Press 90 51 7f
	FB_TwoState 90 51 7f 90 51 00
WidgetEnd

Widget Solo11
	Press 90 52 7f
	FB_TwoState 90 52 7f 90 52 00
WidgetEnd

Widget Solo12
	Press 90 58 7f
	FB_TwoState 90 58 7f 90 58 00
WidgetEnd

Widget Solo13
	Press 90 54 7f
	FB_TwoState 90 54 7f 90 54 00
WidgetEnd

Widget Solo14
	Press 90 55 7f
	FB_TwoState 90 55 7f 90 55 00
WidgetEnd

Widget Solo15
	Press 90 59 7f
	FB_TwoState 90 59 7f 90 59 00
WidgetEnd

Widget Solo16
	Press 90 57 7f
	FB_TwoState 90 57 7f 90 57 00
WidgetEnd

Widget Mute1
	Press 90 10 7f
	FB_TwoState 90 10 7f 90 10 00
WidgetEnd

Widget Mute2
	Press 90 11 7f
	FB_TwoState 90 11 7f 90 11 00
WidgetEnd

Widget Mute3
	Press 90 12 7f
	FB_TwoState 90 12 7f 90 12 00
WidgetEnd

Widget Mute4
	Press 90 13 7f
	FB_TwoState 90 13 7f 90 13 00
WidgetEnd

Widget Mute5
	Press 90 14 7f
	FB_TwoState 90 14 7f 90 14 00
WidgetEnd

Widget Mute6
	Press 90 15 7f
	FB_TwoState 90 15 7f 90 15 00
WidgetEnd

Widget Mute7
	Press 90 16 7f
	FB_TwoState 90 16 7f 90 16 00
WidgetEnd

Widget Mute8
	Press 90 17 7f
	FB_TwoState 90 17 7f 90 17 00
WidgetEnd

Widget Mute9
	Press 90 78 7f
	FB_TwoState 90 78 7f 90 78 00
WidgetEnd

Widget Mute10
	Press 90 79 7f
	FB_TwoState 90 79 7f 90 79 00
WidgetEnd

Widget Mute11
	Press 90 7a 7f
	FB_TwoState 90 7a 7f 90 7a 00
WidgetEnd

Widget Mute12
	Press 90 7b 7f
	FB_TwoState 90 7b 7f 90 7b 00
WidgetEnd

Widget Mute13
	Press 90 7c 7f
	FB_TwoState 90 7c 7f 90 7c 00
WidgetEnd

Widget Mute14
	Press 90 7d 7f
	FB_TwoState 90 7d 7f 90 7d 00
WidgetEnd

Widget Mute15
	Press 90 7e 7f
	FB_TwoState 90 7e 7f 90 7e 00
WidgetEnd

Widget Mute16
	Press 90 7f 7f
	FB_TwoState 90 7f 7f 90 7f 00
WidgetEnd

Widget Select1
	Press 90 18 7f
	FB_TwoState 90 18 7f 90 18 00
WidgetEnd

Widget Select2
	Press 90 19 7f
	FB_TwoState 90 19 7f 90 19 00
WidgetEnd

Widget Select3
	Press 90 1a 7f
	FB_TwoState 90 1a 7f 90 1a 00
WidgetEnd

Widget Select4
	Press 90 1b 7f
	FB_TwoState 90 1b 7f 90 1b 00
WidgetEnd

Widget Select5
	Press 90 1c 7f
	FB_TwoState 90 1c 7f 90 1c 00
WidgetEnd

Widget Select6
	Press 90 1d 7f
	FB_TwoState 90 1d 7f 90 1d 00
WidgetEnd

Widget Select7
	Press 90 1e 7f
	FB_TwoState 90 1e 7f 90 1e 00
WidgetEnd

Widget Select8
	Press 90 1f 7f
	FB_TwoState 90 1f 7f 90 1f 00
WidgetEnd

Widget Select9
	Press 90 07 7f
	FB_TwoState 90 07 7f 90 07 00
WidgetEnd

Widget Select10
	Press 90 21 7f
	FB_TwoState 90 21 7f 90 21 00
WidgetEnd

Widget Select11
	Press 90 22 7f
	FB_TwoState 90 22 7f 90 22 00
WidgetEnd

Widget Select12
	Press 90 23 7f
	FB_TwoState 90 23 7f 90 23 00
WidgetEnd

Widget Select13
	Press 90 24 7f
	FB_TwoState 90 24 7f 90 24 00
WidgetEnd

Widget Select14
	Press 90 25 7f
	FB_TwoState 90 25 7f 90 25 00
WidgetEnd

Widget Select15
	Press 90 26 7f
	FB_TwoState 90 26 7f 90 26 00
WidgetEnd

Widget Select16
	Press 90 27 7f
	FB_TwoState 90 27 7f 90 27 00
WidgetEnd
SebyMusic is offline   Reply With Quote
Old 01-21-2020, 11:06 AM   #6101
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 6,022
Default

Quote:
Originally Posted by SebyMusic View Post
Has anyone been able to show stuff on screen of their FaderPort 8 or 16?
See how there's a "DisplayUpper" widget in the .zon file but there's no corresponding "DisplayUpper" widget in the .mst? On first glance, that seems to me like it would be the problem. Same for the DisplayLower or any others.

There's no way the for the .zon file to display things if they're not designated in the .mst file. The .zon files are the instructions about what to do, the .mst files are the files that define what the surface is capable of.
Funkybot is offline   Reply With Quote
Old 01-21-2020, 12:08 PM   #6102
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default

Quote:
Originally Posted by Funkybot View Post
See how there's a "DisplayUpper" widget in the .zon file but there's no corresponding "DisplayUpper" widget in the .mst? On first glance, that seems to me like it would be the problem. Same for the DisplayLower or any others.

There's no way the for the .zon file to display things if they're not designated in the .mst file. The .zon files are the instructions about what to do, the .mst files are the files that define what the surface is capable of.
I thought it was hardcode programmed .
Can you provide me an example please to display name of the track for instance?
Cause I did not find that in other mst
tks
Seby
SebyMusic is offline   Reply With Quote
Old 01-21-2020, 01:03 PM   #6103
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,882
Default

Quote:
Originally Posted by SebyMusic View Post
I thought it was hardcode programmed .
Can you provide me an example please to display name of the track for instance?
Cause I did not find that in other mst
tks
Seby
Add this to the .mst (it's from the MCU.mst):

Code:
Widget DisplayUpper1
	FB_MCUDisplayUpper 0
WidgetEnd

Widget DisplayUpper2
	FB_MCUDisplayUpper 1
WidgetEnd

Widget DisplayUpper3
	FB_MCUDisplayUpper 2
WidgetEnd

Widget DisplayUpper4
	FB_MCUDisplayUpper 3
WidgetEnd

Widget DisplayUpper5
	FB_MCUDisplayUpper 4
WidgetEnd

Widget DisplayUpper6
	FB_MCUDisplayUpper 5
WidgetEnd

Widget DisplayUpper7
	FB_MCUDisplayUpper 6
WidgetEnd

Widget DisplayUpper8
	FB_MCUDisplayUpper 7
WidgetEnd

Widget DisplayLower1
	FB_MCUDisplayLower 0
WidgetEnd

Widget DisplayLower2
	FB_MCUDisplayLower 1
WidgetEnd

Widget DisplayLower3
	FB_MCUDisplayLower 2
WidgetEnd

Widget DisplayLower4
	FB_MCUDisplayLower 3
WidgetEnd

Widget DisplayLower5
	FB_MCUDisplayLower 4
WidgetEnd

Widget DisplayLower6
	FB_MCUDisplayLower 5
WidgetEnd

Widget DisplayLower7
	FB_MCUDisplayLower 6
WidgetEnd

Widget DisplayLower8
	FB_MCUDisplayLower 7
WidgetEnd
MixMonkey is offline   Reply With Quote
Old 01-21-2020, 01:22 PM   #6104
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default

HEY!!!!! tks MixMonkey. Now, it does work if I'm in an MCU mode on the Faderport.
What could I change if I want to be in the Studio One Mode when loading the controller.
Cause all MST address codes seems to come from the Studio One mode.
tks
Seby

Quote:
Originally Posted by MixMonkey View Post
Add this to the .mst (it's from the MCU.mst):

Code:
Widget DisplayUpper1
	FB_MCUDisplayUpper 0
WidgetEnd

Widget DisplayUpper2
	FB_MCUDisplayUpper 1
WidgetEnd

Widget DisplayUpper3
	FB_MCUDisplayUpper 2
WidgetEnd

Widget DisplayUpper4
	FB_MCUDisplayUpper 3
WidgetEnd

Widget DisplayUpper5
	FB_MCUDisplayUpper 4
WidgetEnd

Widget DisplayUpper6
	FB_MCUDisplayUpper 5
WidgetEnd

Widget DisplayUpper7
	FB_MCUDisplayUpper 6
WidgetEnd

Widget DisplayUpper8
	FB_MCUDisplayUpper 7
WidgetEnd

Widget DisplayLower1
	FB_MCUDisplayLower 0
WidgetEnd

Widget DisplayLower2
	FB_MCUDisplayLower 1
WidgetEnd

Widget DisplayLower3
	FB_MCUDisplayLower 2
WidgetEnd

Widget DisplayLower4
	FB_MCUDisplayLower 3
WidgetEnd

Widget DisplayLower5
	FB_MCUDisplayLower 4
WidgetEnd

Widget DisplayLower6
	FB_MCUDisplayLower 5
WidgetEnd

Widget DisplayLower7
	FB_MCUDisplayLower 6
WidgetEnd

Widget DisplayLower8
	FB_MCUDisplayLower 7
WidgetEnd
SebyMusic is offline   Reply With Quote
Old 01-21-2020, 01:57 PM   #6105
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default LED button on or off or color

Hi, on my FaderPort 8, I'm in MCU Logic mode.
But when loading in that mode. all SELECT button are YELLOW.
Nothing is selected and even if I press it, they stay that way.
As for the send button for instance, it's always blue. Even if it does trigger the sends correctly, the button is alway blue.
Is there something that can be do to change those color issues?

tks
Seby
SebyMusic is offline   Reply With Quote
Old 01-21-2020, 02:06 PM   #6106
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,882
Default

Quote:
Originally Posted by SebyMusic View Post
HEY!!!!! tks MixMonkey. Now, it does work if I'm in an MCU mode on the Faderport.
What could I change if I want to be in the Studio One Mode when loading the controller.
Cause all MST address codes seems to come from the Studio One mode.
tks
Seby
If the Studio One mode uses a different, proprietary display coding, you're probably going to want to use the MCU Logic mode or have no displays.

If the existing FP16.mst is using the Studio One mode, you'd better check what messages are sent in Logic mode and build an .mst around that or just use the MCU.mst with Logic mode and see how far you get.

Regarding the colours, this is likely to be proprietary too. Get the basics working first and then see where you are.
MixMonkey is offline   Reply With Quote
Old 01-21-2020, 02:52 PM   #6107
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default

Quote:
Originally Posted by MixMonkey View Post
If the Studio One mode uses a different, proprietary display coding, you're probably going to want to use the MCU Logic mode or have no displays.

If the existing FP16.mst is using the Studio One mode, you'd better check what messages are sent in Logic mode and build an .mst around that or just use the MCU.mst with Logic mode and see how far you get.

Regarding the colours, this is likely to be proprietary too. Get the basics working first and then see where you are.
Ok, I understand MixMonkey. I have another question for you then. Cause I wanted to use the FP8 almost just for checking/changing SENDS on a track. What way would you recommend to to that maybe over OSC?
If so, can you guide me a little about it please?
tks
Seby
SebyMusic is offline   Reply With Quote
Old 01-21-2020, 03:09 PM   #6108
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,882
Default

Quote:
Originally Posted by SebyMusic View Post
Ok, I understand MixMonkey. I have another question for you then. Cause I wanted to use the FP8 almost just for checking/changing SENDS on a track. What way would you recommend to to that maybe over OSC?
If so, can you guide me a little about it please?
tks
Seby
If you're not going to use the FP8 to select tracks in Reaper, forget about:

Code:
ToggleMapSelectedTrackSends
and just select the Auto Map Sends option in the CSI prefs.

That way when you move from track to track via some other surface, the FP8 will display sends 1-8 for the selected track. I have my Mackie C4 set up like this, Rotaries A1-8 are always the selected track's sends 1-8.
MixMonkey is offline   Reply With Quote
Old 01-22-2020, 01:08 AM   #6109
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

[QUOTE=

let's just stick with one FX method initially

The action GoFXSlot selects that particular FX slot from the FX menu and maps the FX in that slot to the controls.

Good luck any questions, just ask.[/QUOTE]

Im finally controlling the reacomp plugin on my surface complete with display !!! Couldnt of done without you all help. thanks again. i think setting this thing up is half the fun. haha
Cragster is offline   Reply With Quote
Old 01-22-2020, 01:10 AM   #6110
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

yea i botched that reply haha .quote was from Mix Monkey. thanks man !!!
Cragster is offline   Reply With Quote
Old 01-22-2020, 02:59 AM   #6111
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,882
Default

Quote:
Originally Posted by Cragster View Post
yea i botched that reply haha .quote was from Mix Monkey. thanks man !!!

No worries Did you get the FX menu working correctly?
MixMonkey is offline   Reply With Quote
Old 01-22-2020, 06:58 AM   #6112
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by MixMonkey View Post
No worries Did you get the FX menu working correctly?
Yes all seens to be working fine.params are mapped and working.names and values are showing up on the display.thanks !
Cragster is offline   Reply With Quote
Old 01-22-2020, 10:48 AM   #6113
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 6,022
Default

Quote:
Originally Posted by Cragster View Post
Yes all seens to be working fine.params are mapped and working.names and values are showing up on the display.thanks !
You may want to consider sharing so the next person can have a more plug and play experience. Glad you got it up and running!
Funkybot is offline   Reply With Quote
Old 01-22-2020, 11:25 AM   #6114
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by Funkybot View Post
You may want to consider sharing so the next person can have a more plug and play experience. Glad you got it up and running!
Yes i will . Not a problem. I will post my working zone files for fx plugin soon as im back infront of my computer! I hope it can help the next person
Cragster is offline   Reply With Quote
Old 01-22-2020, 01:21 PM   #6115
WaveTrans
Human being with feelings
 
Join Date: Aug 2019
Location: Forest City
Posts: 336
Default

Modifiers working Ok with everyone?

Couldnīt find any synthax problems but still
no modifiers working with the Nano.

Maybe the beta will resolve this issue.
WaveTrans is online now   Reply With Quote
Old 01-22-2020, 03:35 PM   #6116
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by WaveTrans View Post
Modifiers working Ok with everyone?

Couldnīt find any synthax problems but still
no modifiers working with the Nano.

Maybe the beta will resolve this issue.
You mean shift option cont alt ? Yes seem to be working ok here.didnt really get that far yet with my mapping but iknow control works
Cragster is offline   Reply With Quote
Old 01-22-2020, 03:52 PM   #6117
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,882
Default

Quote:
Originally Posted by WaveTrans View Post
Modifiers working Ok with everyone?

Couldnīt find any synthax problems but still
no modifiers working with the Nano.

Maybe the beta will resolve this issue.

Forgive me if this is a stupid question, but are the modifiers defined in the .mst you're using?
MixMonkey is offline   Reply With Quote
Old 01-22-2020, 07:24 PM   #6118
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,235
Default

Thanks guys (you know who you are ) for holding down the fort whilst I completely redesign/rewrite large portions of the internals for the beta
__________________
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
Old 01-22-2020, 08:13 PM   #6119
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by Geoff Waddington View Post
Thanks guys (you know who you are ) for holding down the fort whilst I completely redesign/rewrite large portions of the internals for the beta
Yes thanks guys ! (Me being one of the forts that needed holding down haha).learned alot though
Cragster is offline   Reply With Quote
Old 01-22-2020, 11:24 PM   #6120
mschnell
Human being with feelings
 
mschnell's Avatar
 
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,773
Default

Quote:
Originally Posted by Funkybot View Post
You may want to consider sharing so the next person can have a more plug and play experience. Glad you got it up and running!
... Looking forward to see ReaPack allowing for sharing CSI config files ....
-Michael
mschnell is offline   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 04:01 AM.


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