Page 1 of 1

clearing clip from layer with OSC doesn't work

Posted: Tue Aug 04, 2020 17:59
by p8guitar
I want to clear a clip from layer 1 with this OSC command:
/composition/layers/1/clear 1
The "x" button of the layer is highlighted, but the clip is not cleared.
?!?
OSC Clear doesn't clear the clip from the layer.jpg

Re: clearing clip from layer with OSC doesn't work

Posted: Tue Aug 04, 2020 20:39
by Zoltán
Does layer 1 stay this way for you for ever after these messages? I mean does the clip in layer 1 keep playing?

Re: clearing clip from layer with OSC doesn't work

Posted: Thu Aug 06, 2020 21:50
by p8guitar
Yes!

Re: clearing clip from layer with OSC doesn't work

Posted: Fri Aug 07, 2020 12:27
by Zoltán
I found a ticket about this, we're working on it.
Looks like the layer clear breaks via OSC, if the button status is not set back via /composition/layers/1/clear int 0
Try sending the int 0 before or after the clear int 1-s

Re: clearing clip from layer with OSC doesn't work

Posted: Fri Aug 07, 2020 17:40
by p8guitar
Great, with sending clear int 0 additionally, it works. Thanks! :-)