| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-01-05 | rewritten Stream:play() as a Lua function | Robin Haberkorn | 1 | -0/+4 | |
| * the low-level C part is now implemented in a normal C function applause_push_sample() which is called using the FFI API * this is supposedly faster than the old Lua/C way, but the speed improvement seems to be miniscule. However changes like this are still good since they simplify the C core. * speed improvements will probably be larger for the MIDI*Stream functions since here we call Lua/C functions at sample rate. | |||||
| 2015-12-31 | support only LuaJIT and use some additional (insignificant) optimizations | Robin Haberkorn | 1 | -7/+0 | |
| 2015-11-04 | added simple support for MIDI CC commands | Robin Haberkorn | 1 | -1/+2 | |
| * MIDICCStream provides a stream of CC values as if polled from the controller (this is emulated in applause.c) | |||||
| 2015-04-11 | added custom interactive Lua interpreter for evaluating applause expressions | Robin Haberkorn | 1 | -0/+30 | |
| * implements Stream:play() using Jack as the audio backend | |||||
