1023 Commits (67ce1ea28ebe95c41cafd760b0486e2df59627fe)

Author SHA1 Message Date
  falkTX 67ce1ea28e
modgui cleanup event 3 years ago
  falkTX 5a69a71bdf
Fix bufsize/srate callbacks not triggered in some conditions 3 years ago
  AnClark Liu 03c3616550 Fix loop variable error on LV2export 3 years ago
  falkTX 54e1fb847d
Introduce kParameterIsHidden flag, implement it for LV2 3 years ago
  falkTX 0c75ecb5db
Add error handling for wasm modguis when wasm is not available 3 years ago
  falkTX 000a96765a
Ensure LV2 control ports with log hint do not use 0 in its range 3 years ago
  falkTX e08f279e7b
Allow SDL2 bridge to skip audio capture if playback is available 3 years ago
  falkTX 55ab560e3c
Allow plugins to provide their own modguis 3 years ago
  falkTX 48c4ebf27b
Let host be responsible for updating LV2 UI state 3 years ago
  falkTX 8e1704e3a1
Ignore window title and transient id for LV2 modguis, cleanup 3 years ago
  falkTX f12d52d9e2
Handle custom application class name as needed for modguis 3 years ago
  falkTX da582de935
Initial implementation of modgui over wasm 3 years ago
  falkTX c52ee8cfa8
Remove superfulous last newline from generated lv2 ttl 3 years ago
  falkTX 7f8c3a7dd7
Correct some win32 ABI declarations 3 years ago
  falkTX fcb74a3f59
Error out when trying to build UI with DISTRHO_PLUGIN_HAS_UI == 0 3 years ago
  falkTX 4786a13f61
Fix building jack standalones on ARM soft-fp 3 years ago
  falkTX 52536b96c5
Fix potential name conflict with strncpy 3 years ago
  falkTX e8405098f4
Find local resources dir for Windows standalones 3 years ago
  falkTX 5ee7fab819
Correct recent commit, keep static builds without dllmain 3 years ago
  falkTX 52f50cde8e Don't enable leak detector if NDEBUG is defined 3 years ago
  falkTX cfbc53bf93
Make macOS native audio behave like the others 3 years ago
  Robin Gareus 36f018dacd
VST3 channel buffers are per bus 3 years ago
  falkTX b96b49329a
Use plugin-given RT thread priorities under MOD 3 years ago
  falkTX 53148852c0
Implement custom State::fileTypes for MOD 3 years ago
  falkTX 22413340a6
Allow using Signal class for mingw 3 years ago
  falkTX 2ba9190f42
Handle a few more warnings 3 years ago
  falkTX 552aad877c
Ignore internal deprecated warnings under msvc 3 years ago
  falkTX 39bdf2a66b
Fix MSVC CLAP build 3 years ago
  falkTX a199c7c9bb
Fix last commit 3 years ago
  falkTX 106a857520
DPF Mutex implementation is TODO on MSVC 3 years ago
  falkTX ca571e3fdc
Use RecursiveMutex for CLAP UI events 3 years ago
  falkTX c33ab5af29
Leave a macro in place for future usage 3 years ago
  falkTX 15cbdcd5e6
Use the more verbose MIDI CC definition for LV2, fixes validation 3 years ago
  falkTX 5d10a0c5df
Mark 1 more variable constexpr 3 years ago
  falkTX 8fc65e2769
Fix typo leading some VST3 groups having 0 ports 3 years ago
  falkTX 290df2b2fb
Reorganize TODO items 3 years ago
  falkTX 87e9b0f844
Define kCVPortIsOptional property and use it for LV2 3 years ago
  falkTX 57fcfcaf07
Fix typo in last commit 3 years ago
  falkTX 8e15fcf1c1
Implement CLAP multi-IO 3 years ago
  falkTX ac3f5bce43
CLAP_PORT_STEREO/MONO is needed for anklang 3 years ago
  falkTX 48eb45016b
Make sure to disable denormals for standalone JACK threads 3 years ago
  falkTX 55a1e21ebb
Fix LTO build if vst2 MIDI stuff is properly defined elsewhere 3 years ago
  falkTX d999455674
CLAP parameter flush is active || main-thread, adjust as such 3 years ago
  falkTX 847000e4f2
Implement CLAP latency, cleanup 3 years ago
  falkTX ca8f83de76
Implement/set latency value for VST2 3 years ago
  falkTX 8db6c2f5fe
Update clap headers, add thread-check.h 3 years ago
  falkTX 1bdbb7d9e1
Fix clap plugins with 0 parameters 3 years ago
  falkTX 61efba6e13 Completely ignore clap host scale factor under macOS 3 years ago
  falkTX 42a5c10597
Fix some doc typos 3 years ago
  falkTX 1f33850a72
Mention CLAP in docs 3 years ago