• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H14-Apr-2019-183162

buildTest/H14-Apr-2019-3918

planning/H14-Apr-2019-13,21513,203

resources/H14-Apr-2019-7,7837,553

src/H03-May-2022-20,67314,262

.clang-formatH A D14-Apr-20193.5 KiB110106

.gitignoreH A D14-Apr-2019219 2217

.travis.ymlH A D14-Apr-20191.2 KiB3433

CHANGELOGH A D14-Apr-20192.9 KiB10586

DoxyfileH A D14-Apr-2019105.8 KiB2,4841,931

LICENSEH A D14-Apr-201934.3 KiB675553

PACKAGINGH A D14-Apr-2019547 2214

README.mdH A D14-Apr-20191.1 KiB5540

archive.shH A D14-Apr-2019153 52

meson.buildH A D14-Apr-20191 KiB4836

scrapeFixme.shH A D14-Apr-2019319 1610

README.md

1Luppp - OpenAV Productions
2===============================
3
4  * [Official web page](http://openavproductions.com/luppp)
5  * [Demo videos](https://www.youtube.com/playlist?list=PLPVwzZjovbBxIik8lUisH5XdLzALDeY9j)
6  * [User documentation](http://openavproductions.com/doc/luppp.html)
7
8This is the repository of Luppp, the live looping tool.
9
10![screenshot](resources/screenshots/1.2.png "Luppp 1.2 Screenshot")
11
12Intro
13-----
14This version of Luppp is designed from zero to handle realtime
15audio, and scale with additional features as needed.
16
17This version depends on the following libraries:
18please ensure the -dev versions are installed.
19
20```bash
21JACK
22CAIRO
23LIBLO
24LIBSNDFILE
25LIBSAMPLERATE
26NTK  ( git clone git://git.tuxfamily.org/gitroot/non/fltk.git ntk )
27```
28
29Install
30-------
31
32Run the following commands from the top directory to configure & install Luppp:
33
34```bash
35meson build
36cd build
37ninja
38./luppp
39```
40
41
42Issues
43------
44Please report bugs on [github.com/openAVproductions/openAV-Luppp/issues](http://github.com/openAVproductions/openAV-Luppp/issues)
45
46
47Contact
48-------
49If you have a particular question, email me!
50```
51harryhaaren@gmail.com
52```
53
54Cheers, -Harry
55