ideoforms / AbletonOSC

Control Ableton Live 11 via Open Sound Control (OSC)
MIT License
422 stars 70 forks source link

a slider to control pitch_coarse of a clip? #95

Closed esaruoho closed 1 year ago

esaruoho commented 1 year ago

hi, i'm wondering how i would solve this issue - i'm trying to set up a slider on TouchOSC that would send out the /live/clip/set/pitch_coarse 0 0 x message with x being replaced by slider, but i can't seem to figure it out.

Screenshot 2023-07-21 at 22 52 47

it seems that this is not the right format, so what am i doing wrong

esaruoho commented 1 year ago

it's sending

01:43:04.295 | SEND       | ENDPOINT(169.254.50.66:11000) ADDRESS(/live/clip/set/pitch_coarse 0 0 ) FLOAT(0.9986782)
Screenshot 2023-07-22 at 1 44 03

but nothing seems to be happening. ableton is listening to 11000.

esaruoho commented 1 year ago

yep the solution was to change float to integer. and to use float for mixer volume. integer for clip transpose.