Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/COx2/juce_meets_link
An integration example of Ableton Link with JUCE framework.
https://github.com/COx2/juce_meets_link
Last synced: 3 months ago
JSON representation
An integration example of Ableton Link with JUCE framework.
- Host: GitHub
- URL: https://github.com/COx2/juce_meets_link
- Owner: COx2
- License: gpl-3.0
- Created: 2017-12-18T17:15:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T16:57:13.000Z (over 3 years ago)
- Last Synced: 2024-05-13T08:34:04.630Z (6 months ago)
- Language: CMake
- Homepage:
- Size: 8.85 MB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-juce - juce_meets_link - 3.0|20|Β 3Β years<sub><sup>π΄</sup></sub>| (Integrations)
README
# juce_meets_link
An example of integration of Ableton Link and JUCE6 with CMake.***DEMO:***
![DEMO](./Documents/images/JuceLink.gif)
## Requirement
+ CMake 3.15 or later
+ Git## How to build
+ Get Sources
~~~
$ git clone https://github.com/COx2/juce_meets_link.git
$ cd juce_meets_link
$ git submodule update --init --recursive
~~~+ Generate project by CMake
Shortcut: For Visual Studio 2019 users
~~~
.\Scripts\build_vs2019.bat
~~~Shortcut: For Xcode users
~~~
./Scripts/build_xcode.command
~~~+ Build by IDE
## License
GPL v3