Daniel Jones

Results 124 comments of Daniel Jones

Hmm, there should be some Raspberry Pi builds in PyPi, at least for Python 3.8 to 3.11. What generation of Raspberry Pi was this running on, and what version of...

I have now implemented Link clock support based on [link-python](https://github.com/gonzaloflirt/link-python), and it's working nicely. The remaining challenge is making it installable, as the link-python repo above doesn't have an official...

@Bubobubobubobubo Fantastic! That is just what I was looking for! Thanks so much, I will do some tests with this now.

Hey @rvega! Nice to see you here. Sorry for the slow reply, just working through a bit of a PR backlog... What DAW are you using? I tested the current...

Thanks @rvega, that's great, I'll do some tests in Bitwig. This PR looks good though so I anticipate merging. Cheers and happy new year!

I've updated the README stipulating 20.04 as a requirement. Cheers!

This is fixed for virtualenvs in the latest CMakeLists, by using Python_FIND_VIRTUALENV (available in CMake since version 3.15.0). Need to check whether this still affects non-virtualenv systems with multiple Python...

@fakufaku Just to let you know that I have also just verified that the `pybind11-refactor` branch also works for me on an M1 MacBookPro (verified with both x86_64 and arm64...

Hey @markmarijnissen, apologies for the slow reply on this! Thanks for your changes. My main concern is that indexing the master track based on the number of tracks is brittle...

@Coupe70 Re namespace for send tracks: I've just looked at the [Live API docs](https://structure-void.com/PythonLiveAPI_documentation/Live11.0.xml), and here's how it works internally. The `Song` object has three properties: - `.tracks` contains a...