Age | Commit message (Expand) | Author |
2021-04-24 | added voice limit cli parameters | Volker Fischer |
2021-04-22 | Fix crash when doing async-load in cli. | Bent Bisballe Nyeng |
2021-02-09 | Add setting for controlling ALSA periods to output module. | Volker Fischer |
2021-02-09 | Add ALSA midi input support. | Volker Fischer |
2021-02-08 | added getBufferSize function for alsa out | Volker Fischer |
2021-01-03 | Add dggui namespace to libdggui components. | Bent Bisballe Nyeng |
2020-12-29 | Split UI code into application/plugin UI and UI library. | Bent Bisballe Nyeng |
2020-11-22 | Fall back to using glob when wordexp is not available.v0.9.19 | Dimitri Karamazov |
2020-08-17 | Make dgvalidator 'missing image' errors slightly more verbose. | Bent Bisballe Nyeng |
2020-08-02 | Add pedantic option for reporting warnings as error. | Bent Bisballe Nyeng |
2020-05-28 | Get rid of haunting assert in input/jackmidi module. | Bent Bisballe Nyeng |
2020-05-14 | Add metadata field validation to dgvalidator. | Bent Bisballe Nyeng |
2020-05-04 | DGValidator: Add clickmap validation. | Bent Bisballe Nyeng |
2020-05-03 | DGValidator: Use getoptpp for options parsing and introduce verbosity and no-... | Bent Bisballe Nyeng |
2020-05-03 | Integrate new getoptpp with drumgizmo cli. | Bent Bisballe Nyeng |
2020-04-26 | Fix out-of-tree building. | Bent Bisballe Nyeng |
2019-09-28 | Add generic logger interface for propagating messages while loading drumkits ... | Bent Bisballe Nyeng |
2019-07-24 | Disable the velocity humanizer by default in CLI. | André Nusser |
2019-07-23 | Add all velocity humanizer parameters to CLI. | André Nusser |
2019-07-21 | Adapt fixed ranges in help and man pages. | André Nusser |
2019-07-18 | Add <cstring> include needed on PPC64 FreeBSD | Goran Mekić |
2019-06-29 | Improve dgvalidator usage and add man page for it. | Bent Bisballe Nyeng |
2019-06-28 | Fix inclusion of semaphore.h is hardcoded to glibc non-multiarch - aka rename... | Bent Bisballe Nyeng |
2019-06-16 | Add man page description of the new -p/--parameters cli argument. | Bent Bisballe Nyeng |
2019-06-16 | Make max channnel count controllable through the configure script to make it ... | Bent Bisballe Nyeng |
2019-06-09 | Add sample selection parameters to cli. | Bent Bisballe Nyeng |
2019-04-08 | Move midi note process to one common place in AudioInputEngineMidi::processNo... | Bent Bisballe Nyeng |
2019-01-27 | Re-instate instrument v1.0 support. | Bent Bisballe Nyeng |
2018-10-08 | Move event.h and audiotypes.h into src and get rid of the obsolete include fo... | Bent Bisballe Nyeng |
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-08-01 | Remove the last references to hardcoded 44k1Hz samplerate. | Bent Bisballe Nyeng |
2018-07-21 | Syncronize cli and plugin setting ranges for latency humanization. | Bent Bisballe Nyeng |
2018-07-21 | Add missing headerfiles to EXTRA_DIST. | 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 | Remove extra codefeature/oss-midi | Goran Mekić |
2017-12-30 | Calculate instrument properly | Goran Mekić |
2017-12-30 | Hardcode instrument, otherwise play notes | Goran Mekić |
2017-12-30 | Get note and velocity | Goran Mekić |
2017-12-30 | Open midi device in non-blocking mode | Goran Mekić |
2017-12-30 | Enable OSS midi in | 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-12 | Use correct MIDI note ON mask. | Hans Petter Selasky |
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 |