(c) Organic-Orchestra 2017 ,
LGML is a software to help live music performance , it's main features are :
git clone https://github.com/OrganicOrchestra/LGML.git
git submodule update --init --recursive
git clone https://github.com/WeAreROLI/JUCE.git
JUCE has to be in a sibling folder from LGML:
/path/of/LGML/
LGML/
JUCE/
see Scripts/yourplatform/ for platform specific setup
no dependencies on Windows and macOS -> launching the executable is sufficient
on linux two library are needed :
# rubberband
apt-get -y --assume-yes install librubberband2
# for dns utility
apt-get -y --assume-yes install libavahi-compat-libdnssd1
read gpl-3.0.txt
LGML rely on some awesome libraries :
Pull requests / remarks are welcome!!!
-- This software is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative.