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

Reply
 
Thread Tools Display Modes
Old 02-03-2020, 08:48 AM   #6321
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,184
Default

Quote:
Originally Posted by SebyMusic View Post
Hi again guys, I'm building an arduino Controller.
Right now, the arduino have one encoder lol, I'm starting out!.

When I analyse with midi OX, it seems that when I move the encoder, it's on channel 2 in.

My question is.
Does CSI car about on what channel the midi comes in?
Cause when I go to CSI learn mode and move the encoder, it seems to detect the "Fader" code that I've put in zon file.

Zon file
Code:
Zone "Home"
 	IncludedZones
    		"Buttons|"
    		"Channel|1-8"
  	IncludedZonesEnd
	Fader TrackVolume
ZoneEnd
mst
Code:
Widget Fader
	Fader7Bit b1 38 7f
	FB_Fader7Bit b1 38 7f
WidgetEnd
But the fader of the track itself does not move. So I don't know if it's in my code or the Arduino itself the problem
You're missing a context.

Which TrackVolume do you wantt to control ?

The answer is supplied by a Navigator.

Notice in any Channel Zones as well as many others, there are various types of Navigators.
__________________
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 02-03-2020, 08:50 AM   #6322
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,870
Default

Quote:
Originally Posted by Geoff Waddington View Post
You're missing a context.

Which TrackVolume do you wantt to control ?

The answer is supplied by a Navigator.

Notice in any Channel Zones as well as many others, there are various types of Navigators.

Whoops, missed that
MixMonkey is offline   Reply With Quote
Old 02-03-2020, 09:32 AM   #6323
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default

Quote:
Originally Posted by MixMonkey View Post
You haven't put a Channel Zone in your Home Zone, although with only one fader you probably don't need it. No quotation marks around Zone name, though. Try:
Code:
Zone Home
 	
	Fader TrackVolume

ZoneEnd
Regarding the channels, you've defined the fader as being on channel 2, so you should be fine.
Hi again, here's my try with your suggestion.
That is why I was wondering if channel 2 could be an issu on my controller
If not, any other idea why?

tks Guys
Seby
https://youtu.be/ejmFtoI31zY
SebyMusic is offline   Reply With Quote
Old 02-03-2020, 09:40 AM   #6324
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,990
Default

Quote:
Originally Posted by SebyMusic View Post
Hi again, here's my try with your suggestion.
That is why I was wondering if channel 2 could be an issu on my controller
If not, any other idea why?

tks Guys
Seby
https://youtu.be/ejmFtoI31zY
Seby, it looks like you're missing a navigator as Geoff suggested. Try adding:

SelectedTrackNavigator

...to your .zon file if you want the fader to work on the selected track.
Funkybot is online now   Reply With Quote
Old 02-03-2020, 09:51 AM   #6325
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default

Quote:
Originally Posted by Funkybot View Post
Seby, it looks like you're missing a navigator as Geoff suggested. Try adding:

SelectedTrackNavigator

...to your .zon file if you want the fader to work on the selected track.
Ok, that was it, tks guy.

Btw, is there a full list WITH explanation of all the HardCoded Function available and with maybe on how to use it somewhere?

tks
Seby
SebyMusic is offline   Reply With Quote
Old 02-03-2020, 10:47 AM   #6326
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Hi guys could someone tell me what the command would be in the zone file to switch to another page ? Thanks
Cragster is offline   Reply With Quote
Old 02-03-2020, 10:51 AM   #6327
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,990
Default

Quote:
Originally Posted by Cragster View Post
Hi guys could someone tell me what the command would be in the zone file to switch to another page ? Thanks
See post 6270 for some examples:

https://forum.cockos.com/showpost.ph...postcount=6270
Funkybot is online now   Reply With Quote
Old 02-03-2020, 10:53 AM   #6328
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by Funkybot View Post
Got it thanks man.
Cragster is offline   Reply With Quote
Old 02-03-2020, 11:00 AM   #6329
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by Funkybot View Post
Ima gonna have me some fun with this pages thing total reconfig.
Cragster is offline   Reply With Quote
Old 02-03-2020, 12:46 PM   #6330
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,990
Default

The Feb 2nd build isn't working at all here. CSI is getting input from the surfaces, but the widgets aren't being mapped as defined in the .zon files. Going back to the Jan 16 build puts everything back to normal.

Was there another syntax change or any reason that the latest build might not work?
Funkybot is online now   Reply With Quote
Old 02-03-2020, 02:17 PM   #6331
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by Funkybot View Post
The Feb 2nd build isn't working at all here. CSI is getting input from the surfaces, but the widgets aren't being mapped as defined in the .zon files. Going back to the Jan 16 build puts everything back to normal.

Was there another syntax change or any reason that the latest build might not work?
I had problems with the one before that. The one with curly brackets in the .ini file and learn mode shiwing up in actions. Learn mode doesnt show in actions and evry time i start reaper brackets go away.i tried brackets with spaces just like the csi.ini file that came with the download and then csi completely doesnt work. So im afraid to update to builds .evrything is working minus learn mode in actions so im gonna just stay with what i got b4 i really mess sometning up.its like my computer won't let me update
Cragster is offline   Reply With Quote
Old 02-03-2020, 02:26 PM   #6332
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,870
Default

Quote:
Originally Posted by Cragster View Post
I had problems with the one before that. The one with curly brackets in the .ini file and learn mode shiwing up in actions. Learn mode doesnt show in actions and evry time i start reaper brackets go away.i tried brackets with spaces just like the csi.ini file that came with the download and then csi completely doesnt work. So im afraid to update to builds .evrything is working minus learn mode in actions so im gonna just stay with what i got b4 i really mess sometning up.its like my computer won't let me update
It really sounds like you have two versions installed somehow. Are you sure you don't have one in Program Files/REAPER/Plugins and another in AppData/Roaming/REAPER/UserPlugins?
MixMonkey is offline   Reply With Quote
Old 02-03-2020, 02:32 PM   #6333
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by MixMonkey View Post
It really sounds like you have two versions installed somehow. Are you sure you don't have one in Program Files/REAPER/Plugins and another in AppData/Roaming/REAPER/UserPlugins?
I dont know i will check wen i can . Is there supposed to be the same version in both files ? Or just appdata/roaming/userplugins ?
Cragster is offline   Reply With Quote
Old 02-03-2020, 02:37 PM   #6334
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,870
Default

Quote:
Originally Posted by Cragster View Post
I dont know i will check wen i can . Is there supposed to be the same version in both files ? Or just appdata/roaming/userplugins ?
The files should only be in one location. On my Windows system the .dll is in AppData/Roaming/REAPER/UserPlugins and the CSI folder is in AppData/Roaming/REAPER. I have nothing CSI related in Program Files/REAPER.
MixMonkey is offline   Reply With Quote
Old 02-03-2020, 03:12 PM   #6335
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,990
Default

Quote:
Originally Posted by Cragster View Post
I had problems with the one before that. The one with curly brackets in the .ini file and learn mode shiwing up in actions. Learn mode doesnt show in actions and evry time i start reaper brackets go away.i tried brackets with spaces just like the csi.ini file that came with the download and then csi completely doesnt work. So im afraid to update to builds .evrything is working minus learn mode in actions so im gonna just stay with what i got b4 i really mess sometning up.its like my computer won't let me update
The weird thing is everything seems to be there, looks ok, and even the Learn Mode works, but the surfaces don’t do anything. Downgrade to the Jan 16 build and everything is gravy again.
Funkybot is online now   Reply With Quote
Old 02-03-2020, 03:28 PM   #6336
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by Funkybot View Post
The weird thing is everything seems to be there, looks ok, and even the Learn Mode works, but the surfaces don’t do anything. Downgrade to the Jan 16 build and everything is gravy again.
Im not at my computer but now that i think about it i think what mixmonkey said might be right as far as my issue. I remember wen i first started csi the readme said to put .dll in plugins folder and I wasn't sure which one so i might've put it in both.so soon as i get jan16 build straightened out i will try the new one and let you know if it works for me unless you resolve it before that
Cragster is offline   Reply With Quote
Old 02-03-2020, 03:50 PM   #6337
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,184
Default

Quote:
Originally Posted by Funkybot View Post
The weird thing is everything seems to be there, looks ok, and even the Learn Mode works, but the surfaces don’t do anything. Downgrade to the Jan 16 build and everything is gravy again.
Did you add the curly braces around the Page colours in CSI.ini ?
__________________
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 02-03-2020, 04:20 PM   #6338
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,990
Default

Quote:
Originally Posted by Geoff Waddington View Post
Did you add the curly braces around the Page colours in CSI.ini ?
Yep. Curly brackets are there...

Code:
Page "HomePage" FollowMCP NoSynchPages NoScrollLink NoTrackColoring { 0 0 0 }
MidiSurface "MFTwister" 7 8 "MIDIFighterTwister.mst" "MIDIFighterTwister" NoZoneLink AutoMapSends NoAutoMapFX NoAutoMapFXMenu AutoMapFocusedFX 
MidiSurface "CMC-QC" 10 11 "Stienberg_CMC-QC-2.mst" "CMC-QC-2_MixPage" NoZoneLink AutoMapSends NoAutoMapFX NoAutoMapFXMenu NoAutoMapFocusedFX 

Page "Mix" FollowMCP NoSynchPages NoScrollLink NoTrackColoring { 0 0 0 }
EuConSurface "EuCon" 1 8 "EuCon" NoZoneLink 8 16 3 
MidiSurface "MFTwisterMix" 7 9 "MIDIFighterTwister.mst" "MIDIFighterTwister_MixPage" NoZoneLink AutoMapSends NoAutoMapFX NoAutoMapFXMenu AutoMapFocusedFX 
MidiSurface "CMC-QC_Mix" 10 11 "Stienberg_CMC-QC-2.mst" "CMC-QC-2_MixPage" NoZoneLink AutoMapSends NoAutoMapFX NoAutoMapFXMenu NoAutoMapFocusedFX
Note: this is with multiple pages setup, but I tried it with just one page and still no go. At first I thought the issue was actually related to the pages, but again, everything works on the Jan 16th build, but not on the Feb 2nd build.

And the multiple page thing is great. Thanks for that Geoff!
Funkybot is online now   Reply With Quote
Old 02-03-2020, 04:26 PM   #6339
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by Geoff Waddington View Post
Did you add the curly braces around the Page colours in CSI.ini ?
Yes and i kept checking to see if learn mode showed up in actions and it never did.and i noticed evry time i would restart reaper or the csi i would check the CSI.ini file and the braces would be gone. I put it out on the forum nobody could figure out why. But mixmonkey just replied that i may have different versions at the same time in each of the plugins folders .i think i remember doing that wen i first started CSI cause i wasnt sure which one .ill check wen i get to my computer.hopfully that's it.if i do have an old .dll in the main plugins folder would it be safe just to delete it ?
Cragster is offline   Reply With Quote
Old 02-03-2020, 04:29 PM   #6340
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,870
Default

Quote:
Originally Posted by Funkybot View Post
The weird thing is everything seems to be there, looks ok, and even the Learn Mode works, but the surfaces don’t do anything. Downgrade to the Jan 16 build and everything is gravy again.
Nothing doing here either. Tried ditching the old CSI.ini and rebuilding, no good.
MixMonkey is offline   Reply With Quote
Old 02-03-2020, 04:29 PM   #6341
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by Cragster View Post
Yes and i kept checking to see if learn mode showed up in actions and it never did.and i noticed evry time i would restart reaper or the csi i would check the CSI.ini file and the braces would be gone. I put it out on the forum nobody could figure out why. But mixmonkey just replied that i may have different versions at the same time in each of the plugins folders .i think i remember doing that wen i first started CSI cause i wasnt sure which one .ill check wen i get to my computer.hopfully that's it.if i do have an old .dll in the main plugins folder would it be safe just to delete it ?
Oh dam sorry Geoff and funkybot i thought that reply was for me. Sry
Cragster is offline   Reply With Quote
Old 02-03-2020, 04:38 PM   #6342
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,990
Default

Quote:
Originally Posted by MixMonkey View Post
Nothing doing here either. Tried ditching the old CSI.ini and rebuilding, no good.
As long as it's not just me!

Quote:
Originally Posted by Cragster
Oh dam sorry Geoff and funkybot i thought that reply was for me. Sry
No sweat. Who knows, the issues could be related.
Funkybot is online now   Reply With Quote
Old 02-03-2020, 04:42 PM   #6343
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,990
Default

Also, I forgot about all the weird Eucon initialization bugs. I think I'm going to go back to my old CSI+legacy Eucon approach until things are further ironed out.

Geoff, I'll still be happy to test any new builds along the way. Particularly to troubleshoot whatever is going on with the groundhog day build.
Funkybot is online now   Reply With Quote
Old 02-03-2020, 06:47 PM   #6344
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default Open plugin automatically on receiving midi.

Hi guys, little question for you.
I guess it's possible to do that, but was wondering if it already exist.

Let's say I have a Arduino or other controller assign to one plugin only, like dedicated to it.

If the FX is on the track and I move the controller, then it popup the plugin automatically to show it to me.

is it possible to do that?

tks
Seby
SebyMusic is offline   Reply With Quote
Old 02-03-2020, 07:46 PM   #6345
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by SebyMusic View Post
Hi guys, little question for you.
I guess it's possible to do that, but was wondering if it already exist.

Let's say I have a Arduino or other controller assign to one plugin only, like dedicated to it.

If the FX is on the track and I move the controller, then it popup the plugin automatically to show it to me.

is it possible to do that?

tks
Seby
Theres probly a better way but i mapped a button to show the fx window. That way i can call it up whenever i want
Cragster is offline   Reply With Quote
Old 02-03-2020, 07:48 PM   #6346
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by Cragster View Post
Theres probly a better way but i mapped a button to show the fx window. That way i can call it up whenever i want
Its show fx chain for selected track i think. Not at my computer
Cragster is offline   Reply With Quote
Old 02-04-2020, 04:39 AM   #6347
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default

Quote:
Originally Posted by Cragster View Post
Theres probly a better way but i mapped a button to show the fx window. That way i can call it up whenever i want
hi, that, I could accomplish it, I was tying to be maybe faster a little, but I guess it's not efficient
Seby
SebyMusic is offline   Reply With Quote
Old 02-04-2020, 10:52 AM   #6348
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by MixMonkey View Post
It really sounds like you have two versions installed somehow. Are you sure you don't have one in Program Files/REAPER/Plugins and another in AppData/Roaming/REAPER/UserPlugins?
AHHH I finally got the jan 16th build all good.THANK YOU mixmonkey.you were right dumb newbie me had 2 different .dll versions one in each plugins folder.dam thats like finding a needle in haystack .good call mixmonkey.learnmode is showing up in action list now.thanks all. onward i go to the pages thing
Cragster is offline   Reply With Quote
Old 02-04-2020, 04:59 PM   #6349
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,870
Default

Quote:
Originally Posted by Cragster View Post
AHHH I finally got the jan 16th build all good.THANK YOU mixmonkey.you were right dumb newbie me had 2 different .dll versions one in each plugins folder.dam thats like finding a needle in haystack .good call mixmonkey.learnmode is showing up in action list now.thanks all. onward i go to the pages thing
You're welcome So which one did you go with in the end, Program Files or AppData?
MixMonkey is offline   Reply With Quote
Old 02-04-2020, 06:05 PM   #6350
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by MixMonkey View Post
You're welcome So which one did you go with in the end, Program Files or AppData?
Went with appData. Yea i had an earlier .dll in program files and kept trying to update to the new build in appData and i guess it kept reverting back to the earlier build i had in Program files. Thanks man i never would've figured that out in a million years
Cragster is offline   Reply With Quote
Old 02-04-2020, 06:22 PM   #6351
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,990
Default

Quote:
Originally Posted by Cragster View Post
Went with appData. Yea i had an earlier .dll in program files and kept trying to update to the new build in appData and i guess it kept reverting back to the earlier build i had in Program files. Thanks man i never would've figured that out in a million years
From the CSI Readme.pdf...

Quote:
64 bit - Put reaper_csurf_integrator64.dll in Program Files\Reaper 4 (x64)\Plugins\


In all seriousness, I'd get rid of the copies in AppData and keep the .dll in the Program Files\plugins folder.

CSI folder goes in AppData. The plugin goes in Program Files\Reaper\Plugins\.
Funkybot is online now   Reply With Quote
Old 02-04-2020, 06:34 PM   #6352
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by Funkybot View Post
From the CSI Readme.pdf...





In all seriousness, I'd get rid of the copies in AppData and keep the .dll in the Program Files\plugins folder.

CSI folder goes in AppData. The plugin goes in Program Files\Reaper\Plugins\.
Oh ok i thought in that reply u gave me a while back about this that you kept evrything in one place. The appData one
Cragster is offline   Reply With Quote
Old 02-04-2020, 07:16 PM   #6353
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,990
Default

Quote:
Originally Posted by Cragster View Post
Oh ok i thought in that reply u gave me a while back about this that you kept evrything in one place. The appData one
That wouldn't have been me. I'd suggest keeping everything as documented just so there's one fewer thing to troubleshoot in case of issues.
Funkybot is online now   Reply With Quote
Old 02-04-2020, 07:29 PM   #6354
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by Funkybot View Post
That wouldn't have been me. I'd suggest keeping everything as documented just so there's one fewer thing to troubleshoot in case of issues.
Oh sry .it was mixmonkey who said that earlier
Cragster is offline   Reply With Quote
Old 02-04-2020, 07:31 PM   #6355
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,870
Default

Quote:
Originally Posted by Cragster View Post
Oh sry .it was mixmonkey who said that earlier
....and I am known for wandering off the reservation
MixMonkey is offline   Reply With Quote
Old 02-04-2020, 07:32 PM   #6356
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by Funkybot View Post
From the CSI Readme.pdf...





In all seriousness, I'd get rid of the copies in AppData and keep the .dll in the Program Files\plugins folder.

CSI folder goes in AppData. The plugin goes in Program Files\Reaper\Plugins\.
Ok so you say i should put .dll in Program Files/Reaper/plugins and the CSI folder in appdata ?
Cragster is offline   Reply With Quote
Old 02-04-2020, 07:36 PM   #6357
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,990
Default

Quote:
Originally Posted by Cragster View Post
Ok so you say i should put .dll in Program Files/Reaper/plugins and the CSI folder in appdata ?
Yep, exactly. That's what the CSI Readme indicates, so I'd just stick with that.

So over here:

.dll in C:\Program Files\Reaper (x64)\Plugins

CSI folder in C:\Users\[UserName]\AppData\Roaming\Reaper
Funkybot is online now   Reply With Quote
Old 02-04-2020, 07:39 PM   #6358
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by MixMonkey View Post
....and I am known for wandering off the reservation
Haha im sry all this computer csi coding type stuff is new and sometimes confusing to me but im getting there...thanks to u guys.learning something evry day
Cragster is offline   Reply With Quote
Old 02-04-2020, 07:40 PM   #6359
Cragster
Human being with feelings
 
Join Date: Apr 2019
Location: Inman, SC USA
Posts: 859
Default

Quote:
Originally Posted by Funkybot View Post
Yep, exactly. That's what the CSI Readme indicates, so I'd just stick with that.

So over here:

.dll in C:\Program Files\Reaper (x64)\Plugins

CSI folder in C:\Users\[UserName]\AppData\Roaming\Reaper
Ok got it. Thanks man .i will switch it around
Cragster is offline   Reply With Quote
Old 02-05-2020, 01:31 AM   #6360
pane.valentin
Human being with feelings
 
Join Date: Oct 2016
Posts: 35
Default

Hello everybody! Quick question...

Code:
Zone Home
	OnTrackSelection MapSelectedTrackSendsToWidgets
	IncludedZones
		"Buttons|"
		"Channel|1-24"
	IncludedZonesEnd
ZoneEnd
Zone "Buttons|"
	[...]
ZoneEnd
Zone "Channel|"
        [...]
ZoneEnd
Zone "Send|17-24"
	SelectedTrackNavigator
	Fader| TrackSendVolume < HERE IS THE PROBLEM
ZoneEnd
What am I doing wrong?

My goal is to assign faders 17-24 to control the first 8 sends of the selected tracks.

I would also like to do that to control plugins. But I have yet to find a way to designate groups of faders to work independently because... well... the above is the only idea I got. haha!

Thanks!
pane.valentin 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 05:36 PM.


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