Page 1 of 1

setting loop position with OSC

Posted: Wed Jul 14, 2010 6:47 am
by nareto
Hello, I've been reading the "OSC interface to SooperLooper engine" doc and have a question: while it seems possible to get the current loop position through OSC, is it also possible to set it? how?

Also, is the update rate still fixed to 100ms or has this changed?

I have to say I really know nothing about OSC, I'll learn it just to interact with sooperlooper from supercollider - it will be double super ;)

cheers,
renato

Re: setting loop position with OSC

Posted: Wed Jul 14, 2010 11:18 am
by nareto
sorry, wrong section... didn't see there was an OSC specific one

So I managed to get the basic OSC messages between sc and sl, very cool! This really expands the potentialites of sooperlooper...

However, I still didn't manage to set the loop position. I tried:

/sl/0/set loop_pos 0.6

with a 4 second loop in position 0, but it doesn't work. Strange, because getting it works:

/sl/0/get loop_pos osc.udp://localhost:57120 /sc

Am I missing something?