Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SpaceMusicZH/VL.IO.AbletonLink
VL wrapper for Ableton Link.
https://github.com/SpaceMusicZH/VL.IO.AbletonLink
ableton vl vvvv
Last synced: 2 months ago
JSON representation
VL wrapper for Ableton Link.
- Host: GitHub
- URL: https://github.com/SpaceMusicZH/VL.IO.AbletonLink
- Owner: SpaceMusicZH
- License: cc0-1.0
- Created: 2022-06-27T14:43:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T09:34:54.000Z (9 months ago)
- Last Synced: 2024-12-05T18:07:59.459Z (2 months ago)
- Topics: ableton, vl, vvvv
- Language: C++
- Homepage:
- Size: 469 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vl - VL.IO.AbletonLink - Wrapper for Ableton Link (Libraries / IO)
README
# VL.IO.AbletonLink
VL wrapper for [Ableton Link](https://ableton.github.io/link/).
Use it to synchronize vvvv to [other applications and devices](https://www.ableton.com/en/link/products) that support Ableton Link.CPP wrapper code taken from [UnityAbletonLink](https://github.com/comoc/UnityAbletonLink) by [Akihiro Komori](https://github.com/comoc).
## Using the library
In order to use this library with VL you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see [Managing Nugets](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) in the VL documentation. As described there you go to the commandline and then type:nuget install VL.IO.AbletonLink
Try it with vvvv, the visual live-programming environment for .NET
Download: http://visualprogramming.net## License
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png "CC0")](http://creativecommons.org/publicdomain/zero/1.0/deed)
Depends on [Ableton Link](https://github.com/Ableton/link) please see their [license](https://github.com/Ableton/link/blob/master/LICENSE.md) for further details.