summaryrefslogtreecommitdiff
path: root/distrho
AgeCommit message (Expand)Author
2018-09-30Add option to automatically scale plugin UIsfalkTX
2018-09-30Fix build and fix a few typosfalkTX
2018-09-30Allow plugin UIs to be user-resizable, test with info examplefalkTX
2018-09-29Import a simple fix from CarlafalkTX
2018-09-22Fix initial parameter output values for JACK standalonefalkTX
2018-09-18Add new DISTRHO_NO_WARNINGS macro, use it on macOS test buildsfalkTX
2018-09-18Cleanup makefiles a bit more, and fix more warningsfalkTX
2018-09-17CleanupfalkTX
2018-09-17Remove useless undef of noexcept, fixes #66falkTX
2018-08-21Update carla format code, fix licensefalkTX
2018-08-21Fix VST values from host if parameter if integer or booleanfalkTX
2018-08-14Fix a memory leak in the Jack wrapperJP Cimalando
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-05-26Update mod license API (#55)Ricardo Crudo
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-03-11Set VST parameter hints where useful (#39)Patrick Desaulniers
2018-02-23Proper namespace for isBase64CharPatrick Desaulniers
2018-02-08Fix VST build with custom DISTRHO namespacePatrick Desaulniers
2018-01-07Explicitly state supported LV2 options & use param:sampleRate (#29)grejppi
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-02lv2: Fix bug with multiple output param ports generating invalid ttlDamien 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
2017-08-02Add vst product string test, to know if we should capture keysfalkTX
2017-08-02Fix some special VST key handlingfalkTX
2017-08-02Fix VST Build With DISTRHO_PLUGIN_HAS_EXTERNAL_UIfundamental
2017-07-25Testing: handle effEditKeyUp/Down from hostfalkTX
2017-06-20Implement initial MOD LV2 license APIfalkTX
2017-05-10Skip output control ports in lv2 presetsfalkTX
2017-05-09Fix dssi_get_midi_controller_for_port (needs port offset)falkTX