Age | Commit message (Expand) | Author |
2018-08-12 | Remove obsolete SAXParser class and eXpat dependency. | Bent Bisballe Nyeng |
2018-08-04 | Add output when drumgizmo is called without arguments. | André Nusser |
2018-07-21 | Syncronize cli and plugin setting ranges for latency humanization. | Bent Bisballe Nyeng |
2018-07-21 | Add humanized timing controls to the cli. | Bent Bisballe Nyeng |
2018-06-08 | drumgizmoc: add set/enable master bleed option | Jonas Suhr Christensen |
2017-12-30 | Open midi device in non-blocking mode | Goran Mekić |
2017-12-30 | Add OSS MIDI input | Goran Mekić |
2017-10-21 | Fix crash if no input and/or output engine has been set. | Bent Bisballe Nyeng |
2017-05-14 | Use getoptpp for CLI argument parsing | Goran Mekić |
2017-05-11 | Add --no-resampling CLI option | Goran Mekić |
2017-05-11 | Expand shell globs in input params | Goran Mekić |
2017-05-11 | Fix CLI kit and midimap loading. | André Nusser |
2017-05-06 | Get rid of unused unistd includes. Change the rest of the sleep calls to c++. | Bent Bisballe Nyeng |
2017-05-06 | Get rid of platform dependent usleep/SleepEx. | Bent Bisballe Nyeng |
2017-04-30 | Don't exit if diskstreaming is not used | Goran Mekić |
2017-04-18 | Comment out chunk_size for diskstreaming | Goran Mekić |
2017-04-17 | CLI diskstreaming options | Goran Mekić |
2017-04-16 | Add OSS buffer parameters | Goran Mekić |
2017-04-14 | Add OSS output support | Goran Mekić |
2017-03-07 | Test diskstreaming CLI | Goran Mekić |
2017-03-04 | Disk streaming cli option | Goran Mekić |
2016-07-14 | Move free-wheel control into the main run method. | Bent Bisballe Nyeng |
2016-07-13 | Simplify free wheel loop control a bit. | Bent Bisballe Nyeng |
2016-07-13 | Consider freewheeling of engines in drumgizmo and dgreftest. | André Nusser |
2016-07-13 | Remove the run(int endpos) method from drumgizmo. | André Nusser |
2016-07-13 | Use the latency reported by the engine in the jack and wavfile output modules. | Bent Bisballe Nyeng |
2016-05-28 | Hand over audio engines to DrumGizmo by reference instead of by pointer. | Bent Bisballe Nyeng |
2016-05-08 | The last loader thread stuff. | Bent Bisballe Nyeng |
2016-04-08 | Refactoring to finally get rid of MessageHandler/Receiver in favor of the new... | Bent Bisballe Nyeng |
2016-03-31 | Settings. | Bent Bisballe Nyeng |
2016-03-31 | more consistent style of output engines' getters | Christian Glöckner |
2016-03-22 | Change license to LGPLv3. | André Nusser |
2016-02-14 | Change GPL version number in file headers to 3. | André Nusser |
2016-02-10 | Call hug_close in desctructor not run. Prevents threading errors. | André Nusser |
2016-02-09 | Fix two small bugs. | André Nusser |
2016-02-09 | Remove statement which was commented out | André Nusser |
2016-02-09 | Further style fixes | Christian Glöckner |
2016-02-09 | reformatted last files | Christian Glöckner |
2016-02-09 | applied clang-format | Christian Glöckner |
2016-02-09 | improved engine factory structure | Christian Glöckner |
2016-02-09 | added JackaudioOutputEngine | Christian Glöckner |
2016-02-09 | [incomplete] added MidifileInputEngine and WavfileOutputEngine | Christian Glöckner |
2016-01-28 | Set framesize before calling load is required. | Bent Bisballe Nyeng |
2016-01-28 | Revert files that shouldn't have been changed in this branch... | Bent Bisballe Nyeng |
2016-01-20 | Add free-wheel mode for Jack (untested). | Bent Bisballe Nyeng |
2016-01-20 | Fix compiling with -Wall/error but no hugin. | Bent Bisballe Nyeng |
2016-01-20 | Added framesize control mechanism to the engine, and made us of it in the cac... | Bent Bisballe Nyeng |
2016-01-18 | Fix debug output filters (take 2). | Bent Bisballe Nyeng |
2016-01-18 | Fix cli compilation without debug enabled. | Bent Bisballe Nyeng |
2016-01-18 | Fix debug output filters. Delete input/output engines on premature program er... | Bent Bisballe Nyeng |