Page 1 of 1

OSC command for 'pitch' and 'stretch

Posted: Mon Apr 28, 2014 8:44 am
by bloomingworks
Hi Jesse
I'm setting up Pure Data patch to send OSC commands to control SooperLooper. Is there a way I can send OSC messages to 'pitch' and 'stretch'.
I tried :
send /sl/-3/set pitch $1
send /sl/-3/set stretch $1
It do not work.
Could you help me please .

Merci
Dominique eyraud
( I loveeee sooperlooper, thank you so much)

Re: OSC command for 'pitch' and 'stretch

Posted: Mon Apr 28, 2014 9:29 am
by jesse
You want 'pitch_shift' and 'stretch_ratio'... where the pitch shift unit is semitones, and stretch_ratio is a ratio (obviously!).

Re: OSC command for 'pitch' and 'stretch

Posted: Mon Apr 28, 2014 12:28 pm
by bloomingworks
I don't understand, do you think that what I am asking is impossible ?

Re: OSC command for 'pitch' and 'stretch

Posted: Mon Apr 28, 2014 2:40 pm
by jesse
No, I was giving you the correct parameter names to use! Eg:

send /sl/-3/set pitch_shift $1
send /sl/-3/set stretch_ratio $1

Re: OSC command for 'pitch' and 'stretch

Posted: Mon Apr 28, 2014 5:12 pm
by bloomingworks
thank you so much Jesse. Domique

Re: OSC command for 'pitch' and 'stretch

Posted: Tue Apr 29, 2014 5:58 am
by bloomingworks
hello Jesse,
I have another question I want send an OSC message to add a 'custom loop' with (more time allocated).

I went to the session menu, add new custom loop : 120 (men: 02:54:76)
But when I hit this message: send /loop_add 1 $1, I have a new loop with men: 00:43:69 ....

Thanks for your help.
Dominique