Page 1 of 1

Wire get OSC address ?

Posted: Wed Jan 18, 2023 23:25
by zhuce223
Who knows how to get the OSC address variable from resolume? Address, not parameter.
Which node should be used ?

Re: Wire get OSC address ?

Posted: Thu Jan 19, 2023 11:42
by Zoltán
Which one would you like to use?

https://resolume.com/support/en/osc
Click on a highlighted item and the address will show in the Shortcuts panel.

Re: Wire get OSC address ?

Posted: Mon Jul 22, 2024 09:55
by SageGuy
Ideally, having the address as a string output node would help in parsing, rather than feed strings.

I want wire to check if string contains substring '/clips/ and '/connected' to give map out grids showcasing where clips are loaded position wise. there isn't a wild card on 'address' so you have to supply string instances of address, which takes more time to build. Option proposed gives more dynamic approach and let the flow dictate what happens

Re: Wire get OSC address ?

Posted: Mon Jul 29, 2024 19:45
by Zoltán
moving to feature requests ;)

Re: Wire get OSC address ?

Posted: Sat Sep 14, 2024 16:33
by SageGuy
Zoltán wrote: Mon Jul 29, 2024 19:45 moving to feature requests ;)

Just seeing this, made my day! had to build address listeners with string concats. above update would give me a new path and reduce my node count :D
noddddddeeeeess.PNG

Re: Wire get OSC address ?

Posted: Mon Sep 16, 2024 12:43
by Zoltán
Could you send us the patch, so we can check it out? mail@resolume.com or here via dm.
might give us some ideas for the workflow
Thanks!

Re: Wire get OSC address ?

Posted: Tue Sep 24, 2024 23:10
by SageGuy
Zoltán wrote: Mon Sep 16, 2024 12:43 Could you send us the patch, so we can check it out? mail@resolume.com or here via dm.
might give us some ideas for the workflow
Thanks!
You'll see if you load this as an effect patch in Resolume, the OSC messages are getting trapped in wire. Without ability to set PORT # for OSC IN/OUT nodes or without a FILTER OSC Node that can look for a prefix or specific message (which would be useful for most), it's not possible to do OSC Handler patches in Resolume Arena, unless I'm missing something.

See Dashboard in effect menu. The attached wire patch allows you to defined which clip tail strings to write on ('select` or `connect`) and which clip to send. Use the trigger to send the osc from Arena/Avenue
OSCExample.wire
(30.87 KiB) Downloaded 224 times

Re: Wire get OSC address ?

Posted: Wed Oct 02, 2024 12:14
by Zoltán
Thanks, looks like a lot simplified here than what you had in the shot before.
Is this the same patch/function?
SageGuy wrote: Tue Sep 24, 2024 23:10 it's not possible to do OSC Handler patches in Resolume Arena, unless I'm missing something.
Patches loaded in Resolume will use the Resolume OSC settings. You can send OSC from a patch just fine.
If you mean receive OSC in Wire and do stuff in the same Resolume host, that's indeed not possible, but then why not send to Resolume directly?