summaryrefslogtreecommitdiff
path: root/drumgizmo
AgeCommit message (Collapse)Author
2016-01-18Fix debug output filters (take 2).Bent Bisballe Nyeng
2016-01-18Fix cli compilation without debug enabled.Bent Bisballe Nyeng
2016-01-18Fix debug output filters. Delete input/output engines on premature program ↵Bent Bisballe Nyeng
error.
2015-12-20Fix uninitialised warning.Bent Bisballe Nyeng
2015-12-20Fix uninitialised warning.Bent Bisballe Nyeng
2015-12-20Free dlopen resources.Bent Bisballe Nyeng
2015-12-19Revert "Experimental tempo change for midifile input module."Bent Bisballe Nyeng
This reverts commit 5656f572f1fac2a32033927ff184a81103cd60b9.
2015-12-18Experimental tempo change for midifile input module.Bent Bisballe Nyeng
2015-10-27Added missing expat lib to jackmidi and midifile plugins.Bent Bisballe Nyeng
2015-03-24Fix building cli without debug.Bent Bisballe Nyeng
2015-02-25Add hugin filters to command line tool.Bent Bisballe Nyeng
2015-02-25Add missing opt.Bent Bisballe Nyeng
2015-02-16Minor correction to options, sndfile changed to wavfileLars Bisballe Jensen
2015-02-15Merge with master. Remove obsolete -p argument from cli. Add new -a argument ↵Bent Bisballe Nyeng
for async kit loading.
2015-02-13Remove wavfile.la in output module dir.Bent Bisballe Nyeng
2015-02-13Mismatch with expected option parms now fixed for jackaudio and wavfile. Was ↵Lars Bisballe Jensen
called jack and sndfile before
2015-02-09Merge branch 'master' into clioptBent Bisballe Nyeng
2015-02-09Fix broken input/output module paths.Bent Bisballe Nyeng
2015-02-09Extended usage information.Jonas Suhr Christensen
2015-02-08[PATCH] Wait for the drumkit to get loaded before starting playback (by ↵Bent Bisballe Nyeng
Sergey 'Jin' Bostandzhyan)
2015-02-08[PATCH] Wait for the drumkit to get loaded before starting playback (by ↵Bent Bisballe Nyeng
Sergey 'Jin' Bostandzhyan)
2014-12-05Clean up cli client module names. Fix autotools paths.Bent Bisballe Nyeng
2014-11-06Make cli output modules work with new samplerate() design.Bent Bisballe Nyeng
2014-11-03Use Drumgizmo::setSamplerate to control resampler target samplerate.Bent Bisballe Nyeng
2014-05-17New resample feature on output channels.Bent Bisballe Nyeng
2014-04-12Reinstate semaphores on jack output engine.Bent Bisballe Nyeng
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.
2014-04-02Merge with headBent Bisballe Nyeng
2013-12-01Add endpos parameter to cli.Bent Bisballe Nyeng
2013-12-01Add missing virtual destructor to virtual class.Bent Bisballe Nyeng
2013-12-01Add missing virtual destructor to virtual class.Bent Bisballe Nyeng
2013-11-28Fix 64bit compile warning.Bent Bisballe Nyeng
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-20Make jackaudio output module work.Bent Bisballe Nyeng
2013-05-20Set activate to false on instatiation.Bent Bisballe Nyeng
2013-05-20Correct errornous error message.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-18Missing fileBent Bisballe Nyeng
2013-05-17Fix merge conflict.Bent Bisballe Nyeng
2013-05-17Fix deprecated INCLUDES variable in Makefile.am's. Add skeleton code for ↵Bent Bisballe Nyeng
jackaudio output module.
2013-05-17Enabling SSEFLAGS.Jonas Suhr Christensen
2013-05-16Moved sse flags to SSEFLAGS variable.-
2013-05-16Remove test framework. TODO: Replace it with a new one at some point...Bent Bisballe Nyeng
2013-05-05Make JackMidi destructor virtual.Bent Bisballe Nyeng
2013-04-06Use 'top_srcdir' instead of '..'.Bent Bisballe Nyeng
2013-04-05Fix compilation.Bent Bisballe Nyeng
2013-03-01Fix makefile to use the hugin and use the Makefile.am.drumgizmo sources ↵Bent Bisballe Nyeng
instead of the hardcoded ones.
2012-01-23Use SSE instructions.Bent Bisballe Nyeng