summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-04Fix rendering of subwidgetsfalkTX
2018-08-04Don't try to render widgets wth invalid sizefalkTX
2018-08-04Allow to specific standalone app idle timefalkTX
2018-08-04Save & restore plugin parameters in VST chunksfalkTX
2018-08-04CleanupfalkTX
2018-08-04Use new vestige.hfalkTX
2018-08-04Leave comment on sendNote, leaving full implementation for laterfalkTX
2018-08-04Allow sendNote for plugins with MIDI inputfalkTX
2018-08-04Implement sendNote() for LV2falkTX
2018-08-04Add convenience internal isParameterInput, and use itfalkTX
2018-08-04Proper float comparison for param changes in lv2 and ladspafalkTX
2018-08-04Implement triggers in all formats; Allow VST to use param outputsfalkTX
2018-08-04Implement enums for LV2 and VST; Add triple brackets on some lv2 fieldsfalkTX
2018-08-04Make MIDI output actually workfalkTX
2018-08-04WhitespacefalkTX
2018-08-04Implement MIDI output for all formatsfalkTX
2018-08-04Add parameter trigger and enumeration definitionsfalkTX
2018-06-05Return proper bounds in NanoVG::textBounds (#56)Patrick Desaulniers
2018-05-26Update mod license API (#55)Ricardo Crudo
2018-05-20Handle paths with spaces when generating ttl (#46)Patrick Desaulniers
2018-05-20Fix pugl namespace under macOSfalkTX
2018-05-20Allow negative values in NanoVG::scale()falkTX
2018-04-26Add support for plugins that want midi input but aren't synths (#45)Patrick Desaulniers
2018-04-21Fix shaky TimeBeat (#44)Patrick Desaulniers
2018-04-12Remove SetFile call and dependence on real OSX system to build (#38)Damien Zammit
2018-03-11Set VST parameter hints where useful (#39)Patrick Desaulniers
2018-02-24Merge pull request #37 from pdesaulniers/patch-2Filipe Coelho
2018-02-23Proper namespace for isBase64CharPatrick Desaulniers
2018-02-11Implement transient windows for Windows and macOSfalkTX
2018-02-09Merge pull request #33 from pdesaulniers/patch-1Filipe Coelho
2018-02-08Fix VST build with custom DISTRHO namespacePatrick Desaulniers
2018-01-28Merge pull request #32 from desaulniersp/patch-1Filipe Coelho
2018-01-28Fix Circle<T>::getY()Patrick Desaulniers
2018-01-07Merge pull request #26 from tartina/warningsFilipe Coelho
2018-01-07Explicitly state supported LV2 options & use param:sampleRate (#29)grejppi
2018-01-01Add DGL_NO_SHARED_RESOURCES; Fix buildfalkTX
2018-01-01Merge branch 'vst-key-events'falkTX
2018-01-01Misc changesfalkTX
2018-01-01Fix build with custom DGL namespace, use it for OSX class namesfalkTX
2018-01-01Add DGL_FILE_BROWSER_DISABLED to optionaly disable file browserfalkTX
2017-12-24Correct use of LV2 UI sample ratefalkTX
2017-12-02Merge pull request #25 from zamaudio/fix-presetsFilipe Coelho
2017-12-02lv2: Fix bug with multiple output param ports generating invalid ttlDamien Zammit
2017-11-27Fix some fall through compiler warningsGuido Aulisi
2017-11-18Merge pull request #24 from zamaudio/fix-fedoraFilipe Coelho
2017-11-18utils/png2rgba.py: Fix for Fedora's python PILDamien Zammit
2017-08-04Add vst product string test, to know if we should capture keysfalkTX
2017-08-04Fix some special VST key handlingfalkTX
2017-08-04Fix VST Build With DISTRHO_PLUGIN_HAS_EXTERNAL_UIfundamental
2017-08-03Testing: handle effEditKeyUp/Down from hostfalkTX