COx2 / juce_meets_link

An integration example of Ableton Link with JUCE framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

juce_meets_link

An example of integration of Ableton Link and JUCE6 with CMake.

DEMO:

DEMO

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

About

An integration example of Ableton Link with JUCE framework.

License:GNU General Public License v3.0


Languages

Language:CMake 45.6%Language:Shell 34.7%Language:Batchfile 19.7%