No description
Find a file
Harry van Haaren 84ba2014c9 Removed setBpm() retriggers looper playback
Although this allows loops to go out of sync, I think its more
"musical" than the re-trigger noises of scrubbing the BPM dial...

In short - in a live performance I do not expect musicians to
change tempo in a song - between songs it possible, and then
triggering a scene will bring everything back into sync.

This needs a better solution, but right now I'm not sure how
to best do that. The other changes in the patches that changed
this behaviour are valuable, so commiting to get closer to a
solution - but I'm not comfortable with the retrigger noises.
2016-09-29 19:49:45 +01:00
build -Added keyboard shortcuts for the grid, fixes #73. 2014-02-23 19:37:52 +00:00
buildTest -Integrated + fixed Clang analysis into buildTest 2014-08-10 22:20:57 +01:00
planning -Updated graphics, general cleanup 2014-08-10 22:44:47 +01:00
resources Update luppp.appdata.xml 2015-12-17 21:59:05 +01:00
src Removed setBpm() retriggers looper playback 2016-09-29 19:49:45 +01:00
.gitignore -Git version integrated into code 2013-11-14 17:32:51 +00:00
archive.sh -Archive now containts "luppp-beta" prefix dir (thanks rgareus!) 2013-11-15 19:43:51 +00:00
CHANGELOG -Fixed #76 Metro disable by MIDI mapping 2014-08-30 16:58:53 +01:00
CMakeLists.txt -Updated CMake, version auto-generated. Fixes #69 2014-02-23 18:16:53 +00:00
LICENSE -Added LICENSE 2013-12-08 21:44:43 +00:00
PACKAGING -Updated PACKAGING (thanks AutoStatic) 2013-12-12 23:01:45 +00:00
README.md -Integrated + fixed Clang analysis into buildTest 2014-08-10 22:20:57 +01:00
scrapeFixme.sh -Updating prints, fixed bug in diskwriter 2013-09-23 12:30:54 +01:00

Luppp - OpenAV Productions

Official page: http://openavproductions.com/Luppp

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:

cd build
./compile.sh
./run.sh

Usage

There are a range of demo videos and tutorials available on OpenAV's youtube channel: www.youtube.com/user/openAVproductions

Issues

Please report bugs on www.github.com/harryhaaren/luppp/issues

Contact

If you have a particular question, email me!

harryhaaren@gmail.com

Cheers, -Harry