Loopp/README.md

55 lines
1.1 KiB
Markdown
Raw Normal View History

Luppp - OpenAV Productions
===============================
* [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-08 00:27:14 +01:00
This is the repository of Luppp, the live looping tool.
2018-07-14 15:01:27 +02:00
![screenshot](resources/screenshots/1.2.png "Luppp 1.2 Screenshot")
Intro
-----
2013-12-08 00:27:14 +01: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 22:57:02 +02:00
2013-12-10 20:35:00 +01:00
```bash
JACK
CAIRO
2013-12-05 21:46:02 +01:00
LIBLO
2013-12-11 16:58:18 +01:00
LIBSNDFILE
LIBSAMPLERATE
2013-12-10 20:35:00 +01:00
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:
```bash
meson build
2013-09-18 12:49:58 +02:00
cd build
ninja
./luppp
```
Issues
------
2018-07-15 13:06:30 +02:00
Please report bugs on [github.com/openAVproductions/openAV-Luppp/issues](http://github.com/openAVproductions/openAV-Luppp/issues)
2013-12-08 00:27:14 +01:00
Contact
-------
2013-12-08 00:27:14 +01:00
If you have a particular question, email me!
```
harryhaaren@gmail.com
```
2013-12-08 00:27:14 +01:00
Cheers, -Harry