setting loop position with OSC

Anything that doesn't fit anywhere else

Moderator: jesse

Post Reply
nareto
Posts: 3
Joined: Wed Apr 21, 2010 4:56 am

setting loop position with OSC

Post 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
nareto
Posts: 3
Joined: Wed Apr 21, 2010 4:56 am

Re: setting loop position with OSC

Post 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?
Post Reply