https://github.com/openAVproductions/openAV-Luppp
Luppp is a live performance tool, created by OpenAV productions.
https://github.com/openAVproductions/openAV-Luppp
Last synced: about 1 year ago
JSON representation
Luppp is a live performance tool, created by OpenAV productions.
- Host: GitHub
- URL: https://github.com/openAVproductions/openAV-Luppp
- Owner: openAVproductions
- License: gpl-3.0
- Created: 2009-07-19T23:30:01.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T12:48:03.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T10:39:24.953Z (over 1 year ago)
- Language: C++
- Homepage: http://openavproductions.com/luppp
- Size: 3.13 MB
- Stars: 259
- Watchers: 26
- Forks: 46
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-linuxaudio - luppp - Music creation tool, intended for live use. `▒` (Software / Samplers)
README
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)
This is the repository of Luppp, the live looping tool.

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.
```bash
JACK
CAIRO
LIBLO
LIBSNDFILE
LIBSAMPLERATE
NTK ( git clone git://git.tuxfamily.org/gitroot/non/fltk.git ntk
or git clone https://git.kx.studio/non/ntk )
```
Install
-------
Run the following commands from the top directory to configure & install Luppp:
```bash
meson build
cd build
ninja
./luppp
```
Issues
------
Please report bugs on [github.com/openAVproductions/openAV-Luppp/issues](http://github.com/openAVproductions/openAV-Luppp/issues)
Contact
-------
If you have a particular question, email me!
```
harryhaaren@gmail.com
```
Cheers, -Harry