Search found 3 matches

by nareto
Wed Jul 14, 2010 12:09 pm
Forum: OSC Interface
Topic: Controlling Loop Position
Replies: 5
Views: 29436

Re: Controlling Loop Position

yeah, while set_sync_pos working as it does may be very cool in some situations, it would also be nice to have another command, something like:

/sl/0/set sync_pos 1.5

and

/sl/0/get sync_pos osc.udp://localhost:port path
by nareto
Wed Jul 14, 2010 11:18 am
Forum: Miscellaneous
Topic: setting loop position with OSC
Replies: 1
Views: 16840

Re: setting loop position with OSC

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 ...
by nareto
Wed Jul 14, 2010 6:47 am
Forum: Miscellaneous
Topic: setting loop position with OSC
Replies: 1
Views: 16840

setting loop position with OSC

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 k...