Age | Commit message (Expand) | Author |
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 |
2017-05-06 | Get rid of platform dependent usleep/SleepEx. | Bent Bisballe Nyeng |
2017-05-02 | Sanatize OSS output code | Goran Mekić |
2017-04-30 | Get OSS buffer size | Goran Mekić |
2017-04-30 | Don't exit if diskstreaming is not used | Goran Mekić |
2017-04-23 | Add missing header to extra dist.v0.9.13 | Bent Bisballe Nyeng |
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ć |
2017-02-05 | Compile engine as a library. | Bent Bisballe Nyeng |
2016-12-10 | Fix warnings reported by clang. | Bent Bisballe Nyeng |
2016-12-07 | Fix uninitialised value. | Bent Bisballe Nyeng |
2016-11-01 | Fix licence headers. | Bent Bisballe Nyeng |
2016-10-29 | Add missing distfiles.v0.9.11 | Bent Bisballe Nyeng |
2016-07-24 | Clear output buffers in LV2 and jack modes before each process iteration to e... | Bent Bisballe Nyeng |
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 | Fix freewheeling for test and dummy in- and outputs. | André Nusser |
2016-07-13 | Consider freewheeling of engines in drumgizmo and dgreftest. | André Nusser |
2016-07-13 | Introduce input engine isFreewheeling method. | André Nusser |
2016-07-13 | Introduce output engine isFreewheeling method. | 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-07-06 | Fix signed unsigned comparison warning. | Bent Bisballe Nyeng |