Ableton / link

Ableton Link
Other
1.09k stars 149 forks source link

Ableton Link for Go / Golang #124

Open avlapp opened 1 year ago

avlapp commented 1 year ago

Is there a library available for Go / Golang?

fgo-ableton commented 1 year ago

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 probably to create a Go wrapper for the plain C Link API.

avlapp commented 1 year ago

Thanks for your comment and pointer. Currently I'm not experienced enough in Go to do it myself any time soon I think. But good to know how it should/could be done.

Go seems to be a bit underestimated when it comes to audio-programming: https://github.com/xthexder/go-jack/issues/27#issuecomment-1261963678

antoi-ne commented 7 months ago

I made basic bindings of abl_link in Go for myself, feel free to use/contribute! https://github.com/antoi-ne/al 🙂

fgo-ableton commented 7 months ago

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?

antoi-ne commented 7 months ago

Sure!

fgo-ableton commented 7 months ago

Sure!

I just added it!