Age | Commit message (Expand) | Author |
2018-06-16 | Port the rest of the unittests to DGUnit and remove the CppUnit dependency. | Bent Bisballe Nyeng |
2018-06-16 | Experimentally port drumkitparsertest to DGUnit. | Bent Bisballe Nyeng |
2018-06-16 | Add DGUnit header only unit-test framework. | Bent Bisballe Nyeng |
2018-06-16 | Update plugingizmo: Add missing override keywords. | Bent Bisballe Nyeng |
2018-06-15 | Add BUGS file in root dir and also in the about tab. | André Nusser |
2018-06-15 | Not an issue but just for the sake of a good night's sleep. | André Nusser |
2018-06-14 | Set latency_max in milliseconds instead of samples. | Bent Bisballe Nyeng |
2018-06-11 | Remove -lCocoa and -OpenGL - they dosn't make any sense... Add -framework Ope... | Bent Bisballe Nyeng |
2018-06-11 | Possible fix for clang compilation of plugingui. | Bent Bisballe Nyeng |
2018-06-11 | Remove framework Cocoa linker arguments from compiler flags. | Bent Bisballe Nyeng |
2018-06-10 | bytesizeparser: fix multiple catch by value errors (gcc8) | Jonas Suhr Christensen |
2018-06-09 | Update plugingizmo: Fix midi event memcpy size. | Bent Bisballe Nyeng |
2018-06-09 | Fix colour class. | André Nusser |
2018-06-09 | Refactor Colour. | André Nusser |
2018-06-09 | Add ctor for creating colours from four unsigned char values. | Bent Bisballe Nyeng |
2018-06-09 | Add crude drumkitparser unit-test. | Bent Bisballe Nyeng |
2018-06-09 | Don't use pugl for win32 vst just yet. | Bent Bisballe Nyeng |
2018-06-09 | Make humanizer knobs more responsive. | Bent Bisballe Nyeng |
2018-06-09 | man: add -b --bleed information | Jonas Suhr Christensen |
2018-06-08 | Hide freewheeling port on generic lv2 ui. | Bent Bisballe Nyeng |
2018-06-08 | Don't default to preferring pugl on win32 and x11 just yet. | Bent Bisballe Nyeng |
2018-06-08 | Make pugl work with testmain. | Bent Bisballe Nyeng |
2018-06-08 | Initial steps towards pugl domination! | Bent Bisballe Nyeng |
2018-06-08 | Fix font resource path. | Bent Bisballe Nyeng |
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 |