mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-04 16:51:37 -05:00
No description
![]() This commit allows the user to clear clips from the Luppp grid with a MIDI message. The binding method is very similar to the existing "grid:event" style, with added to "action" representing 1 for press, and 0 for release, -1 now represents a "clear" event. As such, the following binding would clear clip track 1, scene 1, when midi note number 60 had a note on event. Note that the value for "send" is also set to -1, indicating it is not a send binding. Active set to -1 indicates that the clip should be cleared: { "action": "grid:event", "status": 144, "data": 60, "track": 1, "scene": 1, "send": -1, "active": -1 } See Github issue #134 |
||
---|---|---|
build | ||
buildTest | ||
planning | ||
resources | ||
src | ||
.gitignore | ||
archive.sh | ||
CHANGELOG | ||
CMakeLists.txt | ||
LICENSE | ||
PACKAGING | ||
README.md | ||
scrapeFixme.sh |
Luppp - OpenAV Productions
Official page: http://openavproductions.com/luppp
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.
JACK
CAIRO
LIBLO
LIBSNDFILE
LIBSAMPLERATE
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:
cd build
./compile.sh
./run.sh
Usage
There are a range of demo videos and tutorials available on OpenAV's youtube channel: www.youtube.com/user/openAVproductions
Issues
Please report bugs on www.github.com/harryhaaren/luppp/issues
Contact
If you have a particular question, email me!
harryhaaren@gmail.com
Cheers, -Harry