controlling "/2 duration" with OSC

Post your questions here and we'll all try to help.
Post Reply
p8guitar
Hasn't felt like this about software in a long time
Posts: 139
Joined: Sat Sep 16, 2017 18:20

controlling "/2 duration" with OSC

Post by p8guitar »

I want to control the "/2 duration" button of a clip's transport with OSC to increase the speed of the clip in several consecutive steps , but I cannot get it working.
Resolume tells me that the OSC address is
/composition/layers/4/clips/11/transport/position/behaviour/duration/divide
The OSC type tag is
Float 0.0 - 1.0 (range 0.0 - 1048576.0)
This confuses me. How can a button have a "range"? Either the button is on, or it is off.
In my opinion the OSC type tag should be rather
Int 0 or 1 ?!
But when I send an OSC command like this:
/composition/layers/4/clips/11/transport/position/behaviour/duration/divide 1
nothing happens, because I'm sending integer values and Resolume is expecting float vaulues. What should I send so that the duration of the clip is divided by 2 (means "/2 duration" button is on/pushed)?

I tried to send float 0.0-1.0, starting with 0 and rising coninuously to 1 (a straight line of parameter changes in ableton life). this freezes Resolume... :(

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

Re: controlling "/2 duration" with OSC

Post by Arvol »

This is a recently submitted bug, You an read about it here:
viewtopic.php?f=6&t=20365&start=20

Post Reply