Wire get OSC address ?

"Where is Feature X? I need Feature X! How can you not have Feature X?"
Post Reply
zhuce223
Posts: 1
Joined: Wed Jan 18, 2023 22:16

Wire get OSC address ?

Post by zhuce223 »

Who knows how to get the OSC address variable from resolume? Address, not parameter.
Which node should be used ?
Attachments
2023000.png

Zoltán
Team Resolume
Posts: 7483
Joined: Thu Jan 09, 2014 13:08
Location: Székesfehérvár, Hungary

Re: Wire get OSC address ?

Post 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.
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu

SageGuy
Posts: 4
Joined: Thu Jun 20, 2024 00:27

Re: Wire get OSC address ?

Post 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

Zoltán
Team Resolume
Posts: 7483
Joined: Thu Jan 09, 2014 13:08
Location: Székesfehérvár, Hungary

Re: Wire get OSC address ?

Post by Zoltán »

moving to feature requests ;)
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu

SageGuy
Posts: 4
Joined: Thu Jun 20, 2024 00:27

Re: Wire get OSC address ?

Post 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

Zoltán
Team Resolume
Posts: 7483
Joined: Thu Jan 09, 2014 13:08
Location: Székesfehérvár, Hungary

Re: Wire get OSC address ?

Post 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!
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu

SageGuy
Posts: 4
Joined: Thu Jun 20, 2024 00:27

Re: Wire get OSC address ?

Post 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

Zoltán
Team Resolume
Posts: 7483
Joined: Thu Jan 09, 2014 13:08
Location: Székesfehérvár, Hungary

Re: Wire get OSC address ?

Post 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?
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu

Post Reply