Audio to Midi Conversion
Hi. This is a general question rather than an "issue" I'm not really familiar with OSC but I'm wondering if it's in anyway possible to control/automate Ableton Live's Melody/Harmony/Rhythm to Midi capabilities using pylive (or any other way you can think of)?
Thanks!
It looks like the functionality is exposed by the Live API so it should theoretically be possible, although it's not currently supported by the LiveOSC mapping layer:
https://julienbayle.studio/PythonLiveAPI_documentation/Live10.0.1.xml Live.Conversions.audio_to_midi_clip()Built-In
I'm very limited for time at the moment and this isn't on my priority list so I may not be able to get to it in the near future, but I will leave this issue open and I would welcome any third-party contributions.
Thanks for the reply and the API reference. I'll take a deeper look next time I get some free time as well.
Push2 script has this functionality in code so you can learn how to do it in python.