Page 1 of 1

Update cue duration with OSC

Posted: Tue Mar 21, 2023 7:43 pm
by evanlelliott
Hi,

Is it possible to update cue fades / durations with OSC?

I have 6 cues with the same quad, moving x and y positions across each cue. If I set the fade duration of each cue manually, they transition perfectly.

However, I am collecting data from an API and would like to update the Fade / Duration (sec) by sending an OSC message from Processing.

The Fade / Duration (sec) aren't listed in the OSC documentation, though I did find in the controls list there is an address for: "/cues/selected/cues/by_cell/col_1/row_1/duration_seconds". I've tried adding an int and String to an OSC message to this address, but it doesn't update the fade value.

Is this the right way to go about it? Or do you have any advice on another way to approach this?

Many thanks,

Evan.

Re: Update cue duration with OSC

Posted: Wed Mar 22, 2023 10:13 pm
by mad-matt
Hi,
I did find in the controls list there is an address for: "/cues/selected/cues/by_cell/col_1/row_1/duration_seconds"
You can see this address because you sent an OSC message to this address. But there's nothing there.
That's a feature request a bunch of people requested and we'll implement it but not in the coming month, please be patient, it will come with a bunch of deep changes!
Cheers

Re: Update cue duration with OSC

Posted: Thu Mar 23, 2023 12:23 pm
by evanlelliott
Sounds good! Thank you for your reply, Matt.