Daniel Jones

Results 124 comments of Daniel Jones

yes this would be cool! I'll scope it out at some point. Have you used any other Python modules that interface with Link? I am keen to keep isobar pure...

Hi Lorenzo. You're right that this functionality is not currently exposed by LiveOSC or (as far as I know) any other third-party Live interface. I am presently looking at [a...

Hi @bsom, I'm afraid this isn't exposed right now. However, I'm working on a new [ground-up OSC interface that will provide Live 11 compatibility](https://github.com/ideoforms/AbletonOSC), which will expose a bunch more...

Hi there, I've started to debug this and it appears that the fix will be rather complex: Live 11 seems to have internally updated from Python 2 to Python 3,...

Hi @Justjero, glad to say I have made good progress on an initial proof of concept. Hoping to have an initial release out within the next week or so. I'd...

Apologies, been mega busy the past few months. I did indeed start work on AbletonOSC to integrate with pylive; I've not yet completed the integration, but am now returning to...

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...

On a system with Python 3.8 and 3.9, this generates the error ``` Symbol not found: _PyCMethod_New ```

Thanks @danstowell, 18.04 definitely shouldn't be too old. This must be a victim of me upgrading the GitHub actions to build with Ubuntu 20. Can't believe -j is that recent...

Argh, that's a shame. I have gone through a few different permutations of cmake FindPython/FindPython3, and this specific configuration resolved some issues with the previous version. I think you're right,...