Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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