aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2015-12-31support only LuaJIT and use some additional (insignificant) optimizationsRobin Haberkorn1-7/+0
2015-11-04added simple support for MIDI CC commandsRobin Haberkorn1-1/+2
* MIDICCStream provides a stream of CC values as if polled from the controller (this is emulated in applause.c)
2015-04-11added custom interactive Lua interpreter for evaluating applause expressionsRobin Haberkorn1-0/+30
* implements Stream:play() using Jack as the audio backend