summaryrefslogtreecommitdiff
path: root/distrho
AgeCommit message (Expand)Author
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-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-03Fix some doc typosfalkTX
2022-10-03Mention CLAP in docsfalkTX
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-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-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-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
2022-09-10Fix clap UIs not starting with correct valuesfalkTX
2022-09-10Leave relevant note on default gui size macrosfalkTX
2022-09-10Initialize self-test buffer; Mention CLAP in READMEfalkTX
2022-09-10Fix default UI size after introducing the initial size macrosfalkTX
2022-09-09Use host timer for idle callback on clap ui as neededfalkTX
2022-09-09Deal with plugin UI side resizes for clapfalkTX
2022-09-09Try enabling linux-riscv64 buildsfalkTX
2022-09-09CLAP midi outputfalkTX
2022-09-09Fix missing includefalkTX
2022-09-09Deal with MIDI input for clapfalkTX
2022-09-09Implement clap transportfalkTX
2022-09-08Add CLAP handling in utils codefalkTX
2022-09-06Fix buildfalkTX
2022-09-06CLAP: send state from UI to DSP (not yet saved), fix param outputsfalkTX
2022-09-06CLAP: Deal with sending params to UI, idle callbackfalkTX