Who knows how to get the OSC address variable from resolume? Address, not parameter.
Which node should be used ?
Wire get OSC address ?
Re: Wire get OSC address ?
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.
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
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: Wire get OSC address ?
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
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 ?
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
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: Wire get OSC address ?
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

Re: Wire get OSC address ?
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!
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
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: Wire get OSC address ?
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.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!
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
Re: Wire get OSC address ?
Thanks, looks like a lot simplified here than what you had in the shot before.
Is this the same patch/function?
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?
Is this the same patch/function?
Patches loaded in Resolume will use the Resolume OSC settings. You can send OSC from a patch just fine.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.
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
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu