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