2013-12-10 18:03:17 +00:00
|
|
|
Luppp - OpenAV Productions
|
|
|
|
===============================
|
2013-09-17 22:05:34 +01:00
|
|
|
|
2017-06-24 03:41:25 -05:00
|
|
|
* [Official web page](http://openavproductions.com/luppp)
|
|
|
|
* [Demo videos](https://www.youtube.com/playlist?list=PLPVwzZjovbBxIik8lUisH5XdLzALDeY9j)
|
|
|
|
* [User documentation](http://openavproductions.com/doc/luppp.html)
|
2013-12-07 23:27:14 +00:00
|
|
|
|
|
|
|
This is the repository of Luppp, the live looping tool.
|
|
|
|
|
2013-12-10 18:03:17 +00:00
|
|
|

|
|
|
|
|
|
|
|
Intro
|
|
|
|
-----
|
2013-12-07 23:27:14 +00:00
|
|
|
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.
|
2013-10-08 21:57:02 +01:00
|
|
|
|
2013-12-10 19:35:00 +00:00
|
|
|
```bash
|
2013-09-17 22:05:34 +01:00
|
|
|
JACK
|
|
|
|
CAIRO
|
2013-12-05 20:46:02 +00:00
|
|
|
LIBLO
|
2013-12-11 09:58:18 -06:00
|
|
|
LIBSNDFILE
|
|
|
|
LIBSAMPLERATE
|
2013-12-10 19:35:00 +00:00
|
|
|
NTK ( git clone git://git.tuxfamily.org/gitroot/non/fltk.git ntk )
|
|
|
|
```
|
2013-09-17 22:05:34 +01:00
|
|
|
|
2013-12-10 18:03:17 +00:00
|
|
|
Install
|
|
|
|
-------
|
|
|
|
|
2013-09-17 22:05:34 +01:00
|
|
|
Run the following commands from the top directory to configure & install Luppp:
|
|
|
|
|
2013-12-10 18:03:17 +00:00
|
|
|
```bash
|
2013-09-18 11:49:58 +01:00
|
|
|
cd build
|
|
|
|
./compile.sh
|
|
|
|
./run.sh
|
2013-12-10 18:03:17 +00:00
|
|
|
```
|
2013-09-17 22:05:34 +01:00
|
|
|
|
|
|
|
|
2013-12-10 18:03:17 +00:00
|
|
|
Issues
|
|
|
|
------
|
|
|
|
Please report bugs on www.github.com/harryhaaren/luppp/issues
|
2013-12-07 23:27:14 +00:00
|
|
|
|
|
|
|
|
2013-12-10 18:03:17 +00:00
|
|
|
Contact
|
|
|
|
-------
|
2013-12-07 23:27:14 +00:00
|
|
|
If you have a particular question, email me!
|
2013-12-10 18:03:17 +00:00
|
|
|
```
|
|
|
|
harryhaaren@gmail.com
|
|
|
|
```
|
2013-12-07 23:27:14 +00:00
|
|
|
|
|
|
|
Cheers, -Harry
|