Go to file
Georg Krause 888637b336 Fix icon install 2019-06-11 12:20:52 +02:00
build -Added keyboard shortcuts for the grid, fixes #73. 2014-02-23 19:37:52 +00:00
buildTest cmake: update makefiles to not clobber flags vars, fixes #178 2017-04-09 18:47:48 +01:00
planning Rename Luppp to Loopp 2019-06-09 10:41:19 +02:00
resources Add 32x32 Icon for NSM 2019-06-11 11:54:34 +02:00
src Fix version number, fix version.hxx generation 2019-06-11 11:27:50 +02:00
.clang-format update according to discussion, now based on kernel clang-format 2019-04-05 22:30:30 +01:00
.gitignore Rename Luppp to Loopp 2019-06-09 10:41:19 +02:00
.gitlab-ci.yml Rename Luppp to Loopp 2019-06-09 10:41:19 +02:00
.travis.yml Rename Luppp to Loopp 2019-06-09 10:41:19 +02:00
CHANGELOG.md Update CHANGELOG.md 2019-06-09 11:06:13 +02:00
CMakeLists.txt Rename Luppp to Loopp 2019-06-09 10:41:19 +02:00
Doxyfile Remove openAV references from the code 2019-06-09 10:53:06 +02:00
LICENSE -Added LICENSE 2013-12-08 21:44:43 +00:00
PACKAGING Remove openAV references from the code 2019-06-09 10:53:06 +02:00
README.md README: update to meson build instructions 2018-07-24 22:23:14 +01:00
archive.sh Rename Luppp to Loopp 2019-06-09 10:41:19 +02:00
meson.build Fix icon install 2019-06-11 12:20:52 +02:00
meson_options.txt Add mechanics for Unit Tests, unit tests for AudioBuffer, and fix some minor AudioBuffer issues 2019-05-23 17:14:04 +02:00
scrapeFixme.sh -Updating prints, fixed bug in diskwriter 2013-09-23 12:30:54 +01:00

README.md

Luppp - OpenAV Productions

This is the repository of Luppp, the live looping tool.

screenshot

Intro

This version of Luppp is designed from zero to handle realtime audio, and scale with additional features as needed.

This version depends on the following libraries: please ensure the -dev versions are installed.

JACK
CAIRO
LIBLO
LIBSNDFILE
LIBSAMPLERATE
NTK  ( git clone git://git.tuxfamily.org/gitroot/non/fltk.git ntk )

Install

Run the following commands from the top directory to configure & install Luppp:

meson build
cd build
ninja
./luppp

Issues

Please report bugs on github.com/openAVproductions/openAV-Luppp/issues

Contact

If you have a particular question, email me!

harryhaaren@gmail.com

Cheers, -Harry