summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-30Ensure non-first top-level-widgets have a valid size on startfalkTX
2022-10-30Update pugl for fixing missing field initializers in win32falkTX
2022-10-30Use the more verbose MIDI CC definition for LV2, fixes validationfalkTX
2022-10-30Mark 1 more variable constexprfalkTX
2022-10-30Fix typo leading some VST3 groups having 0 portsfalkTX
2022-10-30Refresh READMEfalkTX
2022-10-30Cleanup FEATURES.md, updating VST3 state and adding CLAPfalkTX
2022-10-30Reorganize TODO itemsfalkTX
2022-10-24Define kCVPortIsOptional property and use it for LV2falkTX
2022-10-22Fix typo in last commitfalkTX
2022-10-22Implement CLAP multi-IOfalkTX
2022-10-16CLAP_PORT_STEREO/MONO is needed for anklangfalkTX
2022-10-13Make sure to disable denormals for standalone JACK threadsfalkTX
2022-10-12Fix LTO build if vst2 MIDI stuff is properly defined elsewherefalkTX
2022-10-12CLAP parameter flush is active || main-thread, adjust as suchfalkTX
2022-10-12Implement CLAP latency, cleanupfalkTX
2022-10-12Implement/set latency value for VST2falkTX
2022-10-12Update clap headers, add thread-check.hfalkTX
2022-10-07Fix clap plugins with 0 parametersfalkTX
2022-10-06Completely ignore clap host scale factor under macOSfalkTX
2022-10-03Skip doxygen timestamps for online docsfalkTX
2022-10-03Fix some doc typosfalkTX
2022-10-03Mention CLAP in docsfalkTX
2022-09-26Use the updated toolchains for modduo and modduox buildsfalkTX
2022-09-26Add makefile extra rules for MOD Audio stufffalkTX
2022-09-26Add CPU_X86_64 to "make features" printoutfalkTX
2022-09-26CleanupfalkTX
2022-09-24Fix VST2 UI size after last changesfalkTX
2022-09-24Really fix win32 buildsfalkTX
2022-09-24Fix C++98 buildfalkTX
2022-09-24Fix msvc win32 buildfalkTX
2022-09-24Remove now unused vestige headerfalkTX
2022-09-24Replace vestige with a more liberally-licensed versionfalkTX
2022-09-22Alternative approach at compiler detectionfalkTX
2022-09-21Mention CLAP in LICENSING.mdfalkTX
2022-09-20Fix a compiler warningfalkTX
2022-09-20Fix UI size for high-dpi macOS CLAP pluginsfalkTX
2022-09-20Fix missing native midi in some setupsfalkTX
2022-09-19Fix CLAP UI under bitwig linuxfalkTX
2022-09-19Deal with Bitwig buggy behaviour regarding MIDI notesfalkTX
2022-09-15Rework VST2 callback and cleanup handlingfalkTX
2022-09-14Skip standalones on example-plugins CI artifacts for windowsfalkTX
2022-09-14Add CPU_RISCV64 to make featuresfalkTX
2022-09-14Set CPU_RISCV64 makefile variablefalkTX
2022-09-13Fix invalid initial size when using new ui size macrosfalkTX
2022-09-11LV2: use desktop scale factor if not provided by host or in macOSfalkTX
2022-09-11Implement reusing nanovg context across parent/children widgetsfalkTX
2022-09-10Define and use new DISTRHO_PLUGIN_CLAP_ID macrofalkTX
2022-09-10Implement clap state extensionfalkTX
2022-09-10Deal with plugin-initiated UI resize for CLAPfalkTX