summaryrefslogtreecommitdiff
path: root/drumgizmo/input
AgeCommit message (Collapse)Author
2014-04-12Make engine ask output module for buffer size. Use this new feature to adapt ↵Bent Bisballe Nyeng
internal buffers to buffer size reported by jack.
2013-07-25Patch from Yiannis Liverezas. Fix mulitple variables with the same name in ↵Bent Bisballe Nyeng
jackmidi.cc and add missing file to plugingui/Makefile.am.
2013-05-20Change 'map' paramater to 'midimap' for consistency.Bent Bisballe Nyeng
2013-05-20Add parameter error reporting. Added loop parameter, added omni track ↵Bent Bisballe Nyeng
support (track=-1, default).
2013-05-20Centralise jackclient code for reuse among the jack client modules. ↵Bent Bisballe Nyeng
Implement most of the jackaudio output module (probably broken atm.).
2013-05-17Fix deprecated INCLUDES variable in Makefile.am's. Add skeleton code for ↵Bent Bisballe Nyeng
jackaudio output module.
2013-05-05Make JackMidi destructor virtual.Bent Bisballe Nyeng
2013-04-05Fix compilation.Bent Bisballe Nyeng
2011-10-18Missing dist targets.Bent Bisballe Nyeng
2011-08-08Missing midimap changesBent Bisballe Nyeng
2011-08-08New midimapper.Bent Bisballe Nyeng
2011-07-17Fixed compiler warning.deva
2011-07-17Added 'len' parameter.deva
2011-07-15New input/output plugin architecture. New LV2 plugin.deva