Track receive names and REAPER.
Posted: 28 Feb 2016 17:30
Hey all,
I am so frustrated right now.
I am trying to make a headphone mixer controller for my jams with friends.
I have something that works, tho looks awful in TouchOSC.
I have had Liine Lemur for quite a while now and am just coming back to it.
I have some basic usage questions that I can't find in the manual.
1. How do I get track_name to show up in a label?
In TouchOSC I just give it the address. I looked at Binder 1.1 and found that he used Control(OSC_ARGS) with a script, is it really that complicated to get the name of a track on the label, please tell it's not. I tried this method above and it works for two labels in my project - the CueMix1 and CueMix2
that has
but it does not work with a complex address like
----------------------------
EDIT - the next day, after a reboot.
The text seems to be parsing now.
I added more text labels and all but 2 of those are working...
Weird - other questions below this item remain.
-----------------------------
The REAPER touchOsc file entry
Lemur custom address
I have/need two submix (cue buss) tracks that I route to hardware output headphones.
One for vocals one for instruments.
I need this when I am playing and someone complains they can't hear something...
Each submix track has around 8 tracks sending to it.
I need the label for each receive to show up so I know.
The file is for Ipad. Related Can't get LastMarker or LastRegion to work either
----------------------------------------------------------------
2. How do I make a multi slider work with osc?
In a different project I created a multislider for the receive tracks
however, could not find how to address the OSC to different receives
I need 8 receives per track. I made an 8 multislider.
I tried
which works for the first receive but the 2nd - 8th don't do anything.
Help, please.
I am so frustrated right now.
I am trying to make a headphone mixer controller for my jams with friends.
I have something that works, tho looks awful in TouchOSC.
I have had Liine Lemur for quite a while now and am just coming back to it.
I have some basic usage questions that I can't find in the manual.
1. How do I get track_name to show up in a label?
In TouchOSC I just give it the address. I looked at Binder 1.1 and found that he used Control(OSC_ARGS) with a script, is it really that complicated to get the name of a track on the label, please tell it's not. I tried this method above and it works for two labels in my project - the CueMix1 and CueMix2
that has
Code: Select all
REAPERosc file
TRACK_NAME s/track/@/name/content
and
/track/1/name/content
as the custom address
----------------------------
EDIT - the next day, after a reboot.
The text seems to be parsing now.
I added more text labels and all but 2 of those are working...
Weird - other questions below this item remain.
-----------------------------
The REAPER touchOsc file entry
Code: Select all
TRACK_RECV_NAME s/track/recv/@/name s/track/@/recv/@/name/content
Code: Select all
/track/1/recv/1/name/content
One for vocals one for instruments.
I need this when I am playing and someone complains they can't hear something...
Each submix track has around 8 tracks sending to it.
I need the label for each receive to show up so I know.
The file is for Ipad. Related Can't get LastMarker or LastRegion to work either
Code: Select all
REAPER osc addresses:
LAST_MARKER_NAME s/lastmarker/name/content
LAST_REGION_NAME s/lastregion/name/content
Lemur custom address:
/lastmarker/name/content
/lastregion/name/content
2. How do I make a multi slider work with osc?
In a different project I created a multislider for the receive tracks
however, could not find how to address the OSC to different receives
Code: Select all
REAPER OSC:
TRACK_RECV_VOLUME n/track/@/recv/@/volume/x
I tried
Code: Select all
Lemur custom address
/track/1/recv/1/volume/x
Help, please.