link icon indicating copy to clipboard operation
link copied to clipboard

Ableton Link for Go / Golang

Open avlapp opened this issue 3 years ago • 6 comments

Is there a library available for Go / Golang?

avlapp avatar Nov 14 '22 20:11 avlapp

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.

fgo-ableton avatar Nov 15 '22 11:11 fgo-ableton

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

avlapp avatar Nov 15 '22 12:11 avlapp

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

antoi-ne avatar Feb 11 '24 13:02 antoi-ne

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?

fgo-ableton avatar Feb 13 '24 14:02 fgo-ableton

Sure!

antoi-ne avatar Feb 13 '24 17:02 antoi-ne

Sure!

I just added it!

fgo-ableton avatar Feb 14 '24 10:02 fgo-ableton