How to control the starting point of a clip ?
That's currently not possible. The best option you have is the 'move_playing_pos' function but that only moves the current playing position back and forwards by a given number. But unfortunately that doesn't work on MIDI clips.
Thank you
However, do you know how to use "function" in Live API.
I tried somethings but it doesn't work.
Max Patch
Copy patch and select New From Clipboard in Max.
My basic is :
Thank you for your help
All
Functions need to be called. Just like you use 'get' or 'set' to, well, get or set a property. So in this case use 'call'.
thank you
is it really not possible to control the starting point of a clip ?
thank's
yes it's possible !
https://cycling74.com/forums/move-clip-region-markers-via-m4l-api
thank you 11OLSEN !