Age | Commit message (Expand) | Author |
2018-06-08 | Remove checked in pugl files. | Bent Bisballe Nyeng |
2018-06-08 | Make slider light grey when it is greyed out. | André Nusser |
2018-06-08 | Fix const in newly added functions. | André Nusser |
2018-06-08 | Add reset on double click for all the knobs. | André Nusser |
2018-06-08 | Fix weird spacebar toggle of powerbutton. | André Nusser |
2018-06-08 | Move LabeledControl to own file (finally). | André Nusser |
2018-06-08 | drumgizmoc: add set/enable master bleed option | Jonas Suhr Christensen |
2018-06-08 | Disable bleed control frame if drumkit doesn't support it. | André Nusser |
2018-06-08 | Fix instrumentparser test. | Bent Bisballe Nyeng |
2018-06-08 | Add main channel tri-state to DOM. | Bent Bisballe Nyeng |
2018-06-08 | Fix type in forward declaration. | Bent Bisballe Nyeng |
2018-06-07 | Store bleed control support in settings. | Bent Bisballe Nyeng |
2018-06-07 | Add disabled visualization to powerbutton. | André Nusser |
2018-06-07 | Fix GUI layout of velocity humanizer. | André Nusser |
2018-06-07 | DOM all the things. | Bent Bisballe Nyeng |
2018-06-07 | Move default initialisation to constructor. | Bent Bisballe Nyeng |
2018-06-07 | Actually remove throw in versionstr and replace C-array by std::array. | André Nusser |
2018-06-07 | Fix warning. | André Nusser |
2018-06-06 | Added unit-test for InstrumentParser. | Bent Bisballe Nyeng |
2018-02-23 | Compile resource_data separately on mingw to (hopefully) improve compilation ... | Bent Bisballe Nyeng |
2018-02-18 | Make latency controls more intuitive. | Bent Bisballe Nyeng |
2018-02-18 | Added latency filter UI controls. | Bent Bisballe Nyeng |
2018-02-18 | Added plugin store/restore of latency filter settings, added the missing sett... | Bent Bisballe Nyeng |
2018-02-18 | Implemented engine part of the latency filter aka. humized timing. | Bent Bisballe Nyeng |
2018-02-18 | Remove double-triggered filebrowser notifier (fix crash on midimap load after... | Bent Bisballe Nyeng |
2017-12-30 | Fix 'unknown option: --no-undefined' error on OSX. | Bent Bisballe Nyeng |
2017-12-30 | Merge branch 'feature/oss-midi' | Goran Mekić |
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 | Fix predeclaration type. | Bent Bisballe Nyeng |
2017-12-30 | Add OSS MIDI input | Goran Mekić |
2017-11-05 | Fix predeclaration type. | Bent Bisballe Nyeng |
2017-11-05 | Store stddev sample selection scalar in plugin settings. | Bent Bisballe Nyeng |
2017-11-05 | Add stddev sample selection scalar to UI. | Bent Bisballe Nyeng |
2017-11-05 | Add stddev scalar to sample selection. | Bent Bisballe Nyeng |
2017-10-21 | Fix crash if no input and/or output engine has been set. | Bent Bisballe Nyeng |
2017-10-14 | Remove use of MemChecker as we don't need it anymore (due to diskstreaming) a... | Bent Bisballe Nyeng |
2017-10-14 | Fix imagecachetest on big-endian systems. The original code used memcpy which... | James Cowgill |
2017-10-14 | Remove atomic POD tests for datatypes bigger than machine size (Thanks to Jam... | Bent Bisballe Nyeng |
2017-10-14 | Use $DESTDIR prefix when removing plugin .la files. | Roman Garifullin |
2017-09-03 | Ignore this ignore that... | Bent Bisballe Nyeng |
2017-09-03 | Add bleed controls for the drumkit with priority over those set in the instru... | Bent Bisballe Nyeng |
2017-09-03 | Make sure instrument channels are not reallocated on list growth. | Bent Bisballe Nyeng |
2017-09-02 | Implement master bleed control in the instrument parser and engine. | Bent Bisballe Nyeng |
2017-07-15 | Ensure that the Notifier call order is the same as the connection order. | Bent Bisballe Nyeng |
2017-07-15 | Better fix X11 BadValue crash bug which also prevents similar issues on non-X... | Bent Bisballe Nyeng |