Trigger multiple actions with singe OSC command?

Just let it all out, buddy. You're among friends here.
Post Reply
Rjdel
Met Resolume in a bar the other day
Posts: 9
Joined: Mon Feb 17, 2020 15:51

Trigger multiple actions with singe OSC command?

Post by Rjdel »

Arena 7:

So I know each function/button/fader, etc has a hard-coded OSC command to control it that can be discovered via "Edit OSC" and clicking on the item.

That said, is it possible to trigger multiple items with a single OSC command?

For example, if I want to play a clip in Layer 5, position 2, I would send the OSC message:
"/composition/layers/5/clips/2/connect"
But what if I wanted to trigger two clips in two different layers/positions at the same time?
(Or any two functions for that matter).

It seems I could use a tool like Chantaigne to map a bunch of OSC output commands to a given incoming OSC command, but is there any way to do something similar within Arena 7?

User avatar
Arvol
Might as well join the team
Posts: 2771
Joined: Thu Jun 18, 2015 17:36
Location: Oklahoma, USA

Re: Trigger multiple actions with singe OSC command?

Post by Arvol »

For your above question, Move those clips into the same column and do a column trigger.

Rjdel
Met Resolume in a bar the other day
Posts: 9
Joined: Mon Feb 17, 2020 15:51

Re: Trigger multiple actions with singe OSC command?

Post by Rjdel »

Thanks for the reply.

Yes, that will work for clips, in a very simple way, but what about for other non-clip items (or thing not able to be assigned to a column) triggering?

Is there no way to edit what command a given button/clip/column/etc is listening for? Are they 100% hard-coded? And no way to map otherwise?

Rjdel
Met Resolume in a bar the other day
Posts: 9
Joined: Mon Feb 17, 2020 15:51

Re: Trigger multiple actions with singe OSC command?

Post by Rjdel »

Looks like I may be able to do this with Osculator.
https://osculator.net/

Of course still would be nice to do it within Arena.

User avatar
Arvol
Might as well join the team
Posts: 2771
Joined: Thu Jun 18, 2015 17:36
Location: Oklahoma, USA

Re: Trigger multiple actions with singe OSC command?

Post by Arvol »

If you want 100 things triggered at once, that is the responsibility of the sender, not the receiver.
I use another app to make my custom OSC interfaces. It's actually a lot simpler that way. Less confusion. You will always know what to send out, no guessing if someone changed it or not.

Rjdel
Met Resolume in a bar the other day
Posts: 9
Joined: Mon Feb 17, 2020 15:51

Re: Trigger multiple actions with singe OSC command?

Post by Rjdel »

I suppose "responsibility" is one way to look at features.
It is not unheard of for a receiver to be able to parse/map incoming messages. VDMX is one example.

Also, one can configure Arena to have any number of commands listen to a single midi message, so thinking it may be possible to do the same for an OSC message is not completely without precedent.

That said, what program do you happen to use for that?

Empyfree
Is seriously in love with Resolume. Met the parents and everything
Posts: 292
Joined: Thu Mar 20, 2014 23:36

Re: Trigger multiple actions with singe OSC command?

Post by Empyfree »

I’m guessing Arvol will say Touch Designer? I’ve started using a combination of that and Companion. Companion being the initial trigger (simple messages). Touch designer listening to companion and then sending multiple messages as needed.

User avatar
Arvol
Might as well join the team
Posts: 2771
Joined: Thu Jun 18, 2015 17:36
Location: Oklahoma, USA

Re: Trigger multiple actions with singe OSC command?

Post by Arvol »

Empyfree wrote: Tue Feb 18, 2020 21:43 I’m guessing Arvol will say Touch Designer? I’ve started using a combination of that and Companion. Companion being the initial trigger (simple messages). Touch designer listening to companion and then sending multiple messages as needed.
Man you know me haha.
I've built a few apps that translate between midi/osc/dmx and can also go osc/osc with the option to rename the output channels. It's very basic to build.
I'm in the process of re-vamping ALL my apps to the same UI structure then I'll be doing a massive public release.

User avatar
Programfeed
Hasn't felt like this about software in a long time
Posts: 131
Joined: Mon Oct 28, 2013 21:56
Location: USA

Re: Trigger multiple actions with singe OSC command?

Post by Programfeed »

Arvol wrote: Wed Feb 19, 2020 02:11 I'm in the process of re-vamping ALL my apps to the same UI structure then I'll be doing a massive public release.
8-)

Post Reply