summaryrefslogtreecommitdiff
path: root/distrho
AgeCommit message (Expand)Author
2022-12-02Find local resources dir for Windows standalonesfalkTX
2022-11-26Correct recent commit, keep static builds without dllmainfalkTX
2022-11-25Don't enable leak detector if NDEBUG is definedfalkTX
2022-11-25Make macOS native audio behave like the othersfalkTX
2022-11-24VST3 channel buffers are per busRobin Gareus
2022-11-21Use plugin-given RT thread priorities under MODfalkTX
2022-11-20Implement custom State::fileTypes for MODfalkTX
2022-11-20Allow using Signal class for mingwfalkTX
2022-11-20Handle a few more warningsfalkTX
2022-11-20Ignore internal deprecated warnings under msvcfalkTX
2022-11-19Fix MSVC CLAP buildfalkTX
2022-11-19Fix last commitfalkTX
2022-11-19DPF Mutex implementation is TODO on MSVCfalkTX
2022-11-18Use RecursiveMutex for CLAP UI eventsfalkTX
2022-11-18Leave a macro in place for future usagefalkTX
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