Fantastic video bro! Helped clear up a few things for me (how to map large banks of controls efficiently) I abandoned a larger layout I'd started for MA2 and Resolume recently because of the tedium of mapping each control one at a time... Then going back and fixing them all one at a time after I'd made a mistake or changed my mind. So glad there's a better way!
For clip selection toggle status, they send on either 1 (disconnected) or 3 (connected) on for example: '/composition/layers/5/clips/1/connected' I added two osc message handlers to convert x integer either 1 to 0, or 3 to 1 repeatedly
please can you copy your script here. I am building a touch osc resolume interface and I would love to be able to see what clip is playing in resolume as I use auto pilot a lot.
hello, what a great video, it is very useful to me, I have the following question: the grid window does not appear to select exclusive (16:45), what can I do, thank you very much
Hey bro, I wanted to know whether there is a way to connect Toschosc to the ipad without any time delay? Like when i move the fader can it move without any delay? Thanks for the Video!
Hii! I loved ur tutorial! Thank you so much!!! I have a problem that TouchOSC wont react to what i do in Resolume. Ive tried everything and nothing. Im pretty certain that my Outgoin port is ok and my Fader has the Recive option turned on. Somebody could help me?
Very nice tutorial. I also have question. Do you know if there is any possibility to get Column and Clip names to be shown in TouchOSC, taken automagically from Resolume? And when renaming them in Resolume then changes will be shown accordingly in TouchOSC as well?
Can I do this with adobe audition, when I installed the touchosc adobe audition recognise it in the control surfacebut I don't know how t link the command to the radials and faders. I have a rotary encoder (a dial) and I'm using it like midi or OSC with a ip and a port to link this rotary encoder to touchOSC like the video and it's working and is recognise it like a Midi with channels as well. Now I would like to link the TouchOSC to adobe audition but I don´t know how, I don't see any ip in adobe auditions options but I only know that is recognising touchOSC. I want to use the dial to control the playback, the jog or scroll. THank you.
Great video, have you already found a solution for how to see what’s clip is currently playing back in TouchOSC? Instead only the pres/release.. many thanks
How does touchosc create the Text Animator editing box of Arena, under osc so that I can edit, copy and paste text under iPad and play it onarena6. Thank you
HI I want to trigger clips with SMPTE so they play along with the music but I want them to have a 1.5 sec fade in. my problem is every time the clip gets triggered it cuts and is not the look I'm after is there a way to trigger then have it fade in??? thanks in advanced
Hi R Gunness, Yep there sure is. You just need to set the Layer Transition Time. (it is the slider at the very right on the layer) If its not visible you can turn it on under View > Show Layer Transition Controls
Is it possible to start the faders for layer opacity grid to start on another layer instead of layer 1 and have it continue up? I only want opacity faders for layers 3-8 but with the ease of programming OSC like the way you are in grid style. Thanks!
Hello, This can be done by changing the scale of the index (i) in the osc address. The scale i used of 1 and 2 started at the first layer. So to start at layer 4 for example change the scale to 4 and 5
@@mith awesome! Thank you very much for the tip and following up with my question! You definitely earned my subscription! I needed up buying an APC MKII but will continue to use OSC for more features. Hope to see some more videos regarding OSC and Resolume from you in the future. Thank you!
Hi Mith, you may know how to retrieve names from clips, columns, decks, etc to be displayed on labels on Touch Osc? I'm looking at and I couldn't figure out yet
You can get things like layer names from the OSC address in Resolume into a "Text" object in TouchOSC. For example " /composition/layers/1/name" will get the name of the layer. Set the OSC message in TouchOSC and enable Feedback. However the only draw back is Resolume will only send the OSC on change, so it only works when they get changed. You can Poll Resolume to send values by using a "?" So you could add a script in the global canvas of TouchOSC to call these values at startup: function init() sendOSC('/composition/layers/1/name', '?') sendOSC('/composition/layers/2/name', '?') sendOSC('/composition/layers/3/name', '?') sendOSC('/composition/layers/4/name', '?') sendOSC('/composition/layers/5/name', '?') sendOSC('/composition/layers/6/name', '?') end
@@mith amazing, I was trying to retreive the info with the same OSC address but actually Resolume did not sent that data, I will try with "?" I will try it right now, thanks a lot!
Absolutely killer! Plan to use this with touch designer as well to create custom UI for different projects and parameters.
Man I was struggling, and moving forward sooooo slowly in TouchOSC. This tutorial is really helpful, thanks!
Many Thanks. Greetings from Sweden!
Fantastic video bro!
Helped clear up a few things for me (how to map large banks of controls efficiently)
I abandoned a larger layout I'd started for MA2 and Resolume recently because of the tedium of mapping each control one at a time...
Then going back and fixing them all one at a time after I'd made a mistake or changed my mind.
So glad there's a better way!
THANKYOU! this helped me so much. There are hardly any tutorials on the new version of TouchOSC
Thanks Matt, yeah I couldn't find any either when I was trying to figure it out. So hopefully mine save others some time :)
Great Tutorial, just finished following your video and all works just exactly as you show! Thanks!!
Great to hear!
omg thanks all i need in one video !!!
i dont see the parent.parent script in my touch osc. what should i do?
Great one :). I spent hours to build a 8x5 matrix. Don't know about the grid function.
For clip selection toggle status, they send on either 1 (disconnected) or 3 (connected) on for example: '/composition/layers/5/clips/1/connected' I added two osc message handlers to convert x integer either 1 to 0, or 3 to 1 repeatedly
please can you copy your script here. I am building a touch osc resolume interface and I would love to be able to see what clip is playing in resolume as I use auto pilot a lot.
hello, what a great video, it is very useful to me, I have the following question: the grid window does not appear to select exclusive (16:45), what can I do, thank you very much
A consultation works with an Android cell phone. Or only with an iPad when linking. Thanks for your response
amazing thanks ......
Thanks for this video! Is there any OSC preparation method that would enable us to use the *edit OSC* command? Thanks!
Hey bro, I wanted to know whether there is a way to connect Toschosc to the ipad without any time delay? Like when i move the fader can it move without any delay? Thanks for the Video!
Amazing!!!!!!
Hii! I loved ur tutorial! Thank you so much!!!
I have a problem that TouchOSC wont react to what i do in Resolume. Ive tried everything and nothing. Im pretty certain that my Outgoin port is ok and my Fader has the Recive option turned on. Somebody could help me?
Thanks bro for this tutorial
Any way to resolve delaying issue ?
When using ipad i found delay
Do you know how to delete name under the address field on an iPad?
Very nice tutorial. I also have question. Do you know if there is any possibility to get Column and Clip names to be shown in TouchOSC, taken automagically from Resolume? And when renaming them in Resolume then changes will be shown accordingly in TouchOSC as well?
Thanks TuikoTrew,
I haven't found a way to get naming data back from Resolume.
@@mith Im at the same page 😅
Can I do this with adobe audition, when I installed the touchosc adobe audition recognise it in the control surfacebut I don't know how t link the command to the radials and faders. I have a rotary encoder (a dial) and I'm using it like midi or OSC with a ip and a port to link this rotary encoder to touchOSC like the video and it's working and is recognise it like a Midi with channels as well. Now I would like to link the TouchOSC to adobe audition but I don´t know how, I don't see any ip in adobe auditions options but I only know that is recognising touchOSC. I want to use the dial to control the playback, the jog or scroll. THank you.
Hey, Pretty sure Audition can be controlled via midi or OSC like most other DAW's - however im not sure what the addresses are
Great video, have you already found a solution for how to see what’s clip is currently playing back in TouchOSC? Instead only the pres/release.. many thanks
Thanks :)
No, i haven't figured out how to get the triggered clip back in Touch OSC
Good video ! Could you tell me How can add a layout to the OSC of ipad? I can't find the Sync on the new version
搞好了吗,留个v交流一下大佬
How does touchosc create the Text Animator editing box of Arena, under osc so that I can edit, copy and paste text under iPad and play it onarena6. Thank you
Hey,
The text fields in Resolume need OSC as String and im not sure how to do this in TouchOSC, I'll look into it
HI I want to trigger clips with SMPTE so they play along with the music but I want them to have a 1.5 sec fade in. my problem is every time the clip gets triggered it cuts and is not the look I'm after is there a way to trigger then have it fade in??? thanks in advanced
Hi R Gunness,
Yep there sure is.
You just need to set the Layer Transition Time. (it is the slider at the very right on the layer)
If its not visible you can turn it on under View > Show Layer Transition Controls
hello a question how can I add the colorize effect in touchosc of resolume arena
Hey, can you explain a bit more?
You can map the colourize effect in a few ways, it depends how you want to control it,
Is it possible to start the faders for layer opacity grid to start on another layer instead of layer 1 and have it continue up? I only want opacity faders for layers 3-8 but with the ease of programming OSC like the way you are in grid style. Thanks!
Good question, Ill have to have a look into it next time im playing with it. Ill get back to you
Hello,
This can be done by changing the scale of the index (i) in the osc address.
The scale i used of 1 and 2 started at the first layer.
So to start at layer 4 for example change the scale to 4 and 5
@@mith awesome! Thank you very much for the tip and following up with my question! You definitely earned my subscription! I needed up buying an APC MKII but will continue to use OSC for more features. Hope to see some more videos regarding OSC and Resolume from you in the future. Thank you!
Hi Mith, you may know how to retrieve names from clips, columns, decks, etc to be displayed on labels on Touch Osc? I'm looking at and I couldn't figure out yet
You can get things like layer names from the OSC address in Resolume into a "Text" object in TouchOSC.
For example " /composition/layers/1/name" will get the name of the layer.
Set the OSC message in TouchOSC and enable Feedback.
However the only draw back is Resolume will only send the OSC on change, so it only works when they get changed.
You can Poll Resolume to send values by using a "?"
So you could add a script in the global canvas of TouchOSC to call these values at startup:
function init()
sendOSC('/composition/layers/1/name', '?')
sendOSC('/composition/layers/2/name', '?')
sendOSC('/composition/layers/3/name', '?')
sendOSC('/composition/layers/4/name', '?')
sendOSC('/composition/layers/5/name', '?')
sendOSC('/composition/layers/6/name', '?')
end
@@mith amazing, I was trying to retreive the info with the same OSC address but actually Resolume did not sent that data, I will try with "?" I will try it right now, thanks a lot!
@@mith It works man, amazing, now its really interactive. You are the best, thanks a lot
Awesome!! :)
Me trying to understand -> 👁👄👁
Hi. Great Video! Any idea if we can input text strings from TouchOsc into Resolume's Text animator text box? To change the text via Touch Osc.
I've been trying to figure this out, but haven't yet
@@mith Haha.. Hopefully you get it.. I've given up on trying..