2013-12-10 18:03:17 +00:00
|
|
|
Luppp - OpenAV Productions
|
|
|
|
===============================
|
2013-09-17 22:05:34 +01:00
|
|
|
|
2013-12-10 18:03:17 +00:00
|
|
|
Link to official page: http://openavproductions.com/Luppp
|
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-09-17 22:05:34 +01:00
|
|
|
JACK
|
|
|
|
CAIRO
|
2013-12-05 20:46:02 +00:00
|
|
|
LIBLO
|
2013-09-17 22:05:34 +01:00
|
|
|
SNDFILE
|
2013-12-05 20:46:02 +00:00
|
|
|
LIBSAMPLRATE
|
2013-10-08 21:57:02 +01: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
|
|
|
Usage
|
|
|
|
-----
|
2013-12-07 23:27:14 +00:00
|
|
|
There are a range of demo videos and tutorials available
|
|
|
|
on OpenAV's youtube channel:
|
|
|
|
www.youtube.com/user/openAVproductions
|
|
|
|
|
|
|
|
|
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
|