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