summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-05Add 4 DPF made plugins (#167)Olivier Humbert
* Add 4 DPF made plugins * wooops
2019-08-05Try to make utils/generate-vst-bundles.sh work anywherefalkTX
Please test Signed-off-by: falkTX <falktx@gmail.com>
2019-08-05Handle situation of addAttribute values being emptyfalkTX
Does not happen right now, but might in the future Signed-off-by: falkTX <falktx@gmail.com>
2019-08-05Only define rsz prefix when neededfalkTX
Signed-off-by: falkTX <falktx@gmail.com>
2019-08-05Always use "opts" prefixfalkTX
Signed-off-by: falkTX <falktx@gmail.com>
2019-08-05Adjust latest changes to be more in DPF stylefalkTX
Signed-off-by: falkTX <falktx@gmail.com>
2019-08-05Put CairoUI's metadata in consistency with the rest of examplesfalkTX
Signed-off-by: falkTX <falktx@gmail.com>
2019-08-05Fix the unimplemented worker response functionJP Cimalando
2019-08-05exporter: attributes into arrays, to simplify dealing with syntaxJP Cimalando
2019-08-05nanovg: check openGL function validity on next initsJP Cimalando
2019-08-05nanovg: guard loadSharedResources against init failureJP Cimalando
2019-08-02Triple-quote lv2 short name as precautionfalkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-08-02Add Parameter short name support, used in LV2 and VSTfalkTX
Closes #163 Signed-off-by: falkTX <falktx@falktx.com>
2019-08-01fixed macos vst buildfile errorsLuke Esquivel
2019-08-01add file dialog for macOS (#161)JP Cimalando
* add file dialog for macOS * mac: use the 10.6 setDirectory API * mac: rewrite file dialog without a for-each loop * some minor style changes * mac: use file dialog compatibility API, not using blocks * add some copyright notices
2019-07-30sofd: skip strcpy in case of same source and destinationJP Cimalando
2019-07-30cairo: define geometry functions, fixes debug linkJP Cimalando
2019-07-20win32: clear file dialog string before triggering callbackfalkTX
Things would go weird if a plugin opens a new file dialog in the file callback, prevent this by clearing the string before the callback.
2019-07-20Add simple file selection for Windows (#152)JP Cimalando
* Add simple file selection for Windows * Fake async for Windows file dialogs
2019-07-15Merge branch 'master' into developfalkTX
2019-07-15Fix build with headers in custom pathfalkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-07-12Merge branch 'master' into developfalkTX
2019-07-12Add AudioMidiSyncHelper class to new DistrhoPluginUtils.hpp filefalkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-07-12Add a int/uint/int2/uint2 variants of d_safe_assertfalkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-07-12Fix console warnings when building without X11falkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-07-06Set UTF8 window title using NetWM hintsJP Cimalando
2019-06-24Don't return reference in getFixedValue functionfalkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-06-24doxygen is tricky...falkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-06-24Hide ugly todos from docsfalkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-06-24Merge branch 'master' into developfalkTX
Signed-off-by: falkTX <falktx@falktx.com> Conflicts: Makefile.base.mk
2019-06-08Fix LV2 state string exportingJP Cimalando
2019-06-03Update README.mdOlivier Humbert
2019-05-26Adjust to libmodla-1.2.0 with silence instead of noise.Jakob Dübel
2019-05-24Add docs for editParameter and setParameterValuenaught101
2019-05-16Remove testing check (make ui-less plugins work again)falkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-04-30Fix invalid atom size on sendNote (LV2)Patrick Desaulniers
2019-04-14Merge branch 'master' into developfalkTX
2019-04-06Document DISTRHO_PLUGIN_WANT_FULL_STATE (#135)Patrick Desaulniers
* Document DISTRHO_PLUGIN_WANT_FULL_STATE * Tweak DISTRHO_PLUGIN_WANT_FULL_STATE summary
2019-03-27Minor correctionsfalkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-03-27Handle scaling of plugins via host (TESTING)falkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-03-19Add -mstackrealign build flag to windowsfalkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-03-16Merge branch 'master' into developfalkTX
Signed-off-by: falkTX <falktx@falktx.com> Conflicts: distrho/src/DistrhoPluginLV2export.cpp
2019-03-16Yet another fix for exported ttl for plugins with instance accessfalkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-03-12Add support for LV2 UI TouchRobin Gareus
2019-02-28Another fix for exported ttl for plugins with instance accessfalkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-02-28Another fix for exported ttl for plugins with instance accessfalkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-02-28More tweaks to transportfalkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-02-28More tweaks to transportfalkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-02-27Fix generated ttl for plugins with instance accessfalkTX
Signed-off-by: falkTX <falktx@falktx.com>
2019-02-27Fix generated ttl for plugins with instance accessfalkTX
Signed-off-by: falkTX <falktx@falktx.com>