fgo
fgo
Hi @ianacaburian, thanks for the PR! I have not really looked into CPM yet and I won't get to do it in the next few weeks. I'll have a look...
Hello, Great to hear you want to use Link! You can find all the documentation on http://ableton.github.io/link/. There are third party python wrappers. You can find them here: http://ableton.github.io/link/#resources...
I have not really looked into a web port myself. Maybe https://github.com/2bbb/node-abletonlink can do what you need.
I looked into this. I can reproduce the issue. It seems it actually also happens without connecting to other peers. Calling `enable(true/false)` is all that should be necessary. When Link...
There is no Go library from Ableton and I am not aware of any third party one. If you are considering on tackling this yourself the most promising approach is...
> I made basic bindings of `abl_link` in Go for myself, feel free to use/contribute! https://github.com/antoi-ne/al 🙂 Thanks for sharing! Would you like me to reference this under http://ableton.github.io/link/#resources?
> Sure! I just added it!
Sorry, I don't any insight on Unity/Juce. As folks seem to be using Link with both frameworks I wouldn't expect any general issue. Is is maybe possible you are accessing...
> @DatanoiseTV and I have been trying to generate an accurate MIDI clock from Link on ESP32, but we're experiencing issues with shootouts in the jitter of the clock. On...
The result looks nice! I actually thought more in the direction of regularly scheduling upcoming ticks for some small time interval (100ms or so). But this makes sense too.