pylive icon indicating copy to clipboard operation
pylive copied to clipboard

Audio to Midi Conversion

Open lucianthorr opened this issue 6 years ago • 3 comments

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!

lucianthorr avatar Dec 02 '19 22:12 lucianthorr

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.

ideoforms avatar Apr 26 '20 09:04 ideoforms

Thanks for the reply and the API reference. I'll take a deeper look next time I get some free time as well.

lucianthorr avatar Apr 28 '20 14:04 lucianthorr

Push2 script has this functionality in code so you can learn how to do it in python.

Screenshot 2020-05-13 at 14 22 59

styk-tv avatar May 13 '20 13:05 styk-tv