OSC command for 'pitch' and 'stretch

Discuss using the OSC interface to control SL

Moderator: jesse

Post Reply
bloomingworks
Posts: 4
Joined: Sat Apr 26, 2014 1:05 pm

OSC command for 'pitch' and 'stretch

Post 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)
jesse
Posts: 554
Joined: Sat Sep 06, 2008 9:46 am
Contact:

Re: OSC command for 'pitch' and 'stretch

Post by jesse »

You want 'pitch_shift' and 'stretch_ratio'... where the pitch shift unit is semitones, and stretch_ratio is a ratio (obviously!).
bloomingworks
Posts: 4
Joined: Sat Apr 26, 2014 1:05 pm

Re: OSC command for 'pitch' and 'stretch

Post by bloomingworks »

I don't understand, do you think that what I am asking is impossible ?
jesse
Posts: 554
Joined: Sat Sep 06, 2008 9:46 am
Contact:

Re: OSC command for 'pitch' and 'stretch

Post 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
bloomingworks
Posts: 4
Joined: Sat Apr 26, 2014 1:05 pm

Re: OSC command for 'pitch' and 'stretch

Post by bloomingworks »

thank you so much Jesse. Domique
bloomingworks
Posts: 4
Joined: Sat Apr 26, 2014 1:05 pm

Re: OSC command for 'pitch' and 'stretch

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