1961 Commits (5a439e6686277e65a7bbe6a66cfd60482e52196c)
 

Author SHA1 Message Date
  falkTX 5a439e6686 Fix missing include 3 years ago
  falkTX 4d37a8e301 Deal with MIDI input for clap 3 years ago
  falkTX 28ea3aa852 Implement clap transport 3 years ago
  falkTX 11a0877fd5
Add CLAP handling in utils code 3 years ago
  falkTX 8f664b4d34
Give a little handle to mingw LTO 3 years ago
  falkTX ab084d2f08
Update example-plugins CI file 3 years ago
  falkTX bf8248ef0e
Fix build 3 years ago
  falkTX 5ddaeefc47
Tweak valgrind suppression file 3 years ago
  falkTX ad4641765c Fix build 3 years ago
  falkTX 650327e724 CLAP: send state from UI to DSP (not yet saved), fix param outputs 3 years ago
  falkTX f4d3e6bfbe CLAP: Deal with sending params to UI, idle callback 3 years ago
  falkTX 8bbce1c2c1 Fix a typo 3 years ago
  falkTX 94428d3603 Make sure to tell plugin about CLAP UI param changes 3 years ago
  falkTX 50ba9251fe More clap things, deal with parameters and UI 3 years ago
  falkTX 1e77b51272 Share some VST3 code with CLAP 3 years ago
  falkTX ca3e8b775a Set default size for parameters example 3 years ago
  falkTX 2351dbc3db Begin CLAP parameters, add UI stubs 3 years ago
  falkTX efeb647436 Move a few VST utility functions to common code 3 years ago
  falkTX a44fea0ff5
Add mesa so to valgrind suppression file 3 years ago
  falkTX fe9b6c233d Fix previous commit, only use 1 audio port in clap for now 3 years ago
  falkTX 4fcab4f6b4 Rename plugin.vst to plugin.bundle as we use it for CLAP now too 3 years ago
  falkTX df964fe739 Use proper clap filename target 3 years ago
  falkTX ed3be596a1 Sync VST2 and VST3 code a bit, fixup transport requirements 3 years ago
  falkTX a5e132b465 Cleanup lv2 macro use 3 years ago
  falkTX 0aacd1e5bc Document new DISTRHO_PLUGIN_CLAP_FEATURES 3 years ago
  falkTX 04d86c7196 Start implementing CLAP 3 years ago
  falkTX 23692d024e Reorganize code and cleanup 3 years ago
  falkTX f80b1d6666 Fix a compiler warning 3 years ago
  falkTX 090743f381 Define DISTRHO_PLUGIN_AND_UI_IN_SINGLE_OBJECT helper macro 3 years ago
  falkTX dffa860fb8 Prepare stub to be used for clap and other implementations 3 years ago
  falkTX 523f424eb4 Documentation updates 3 years ago
  falkTX 850308cfa4 Rework VST3 speaker arrangement setup, now actually works! \o/ 3 years ago
  falkTX f3725d0514 Add some const attributes 3 years ago
  falkTX 615a841552 Prefer to use VST3 project time if available 3 years ago
  falkTX 7574c26420
Avoid conflicts with included nanovg fontstash symbols 3 years ago
  falkTX cb089bc6e9
deal with low param resolution of some vst3 hosts; cleanup 3 years ago
  falkTX ef91e100e0
Fix a few warnings after vst3 debug cleanup 3 years ago
  falkTX 999950d192
Turn vst3 prints into debug variants, it is time.. 3 years ago
  falkTX bbdbeb1829 Fix some vst3 param oddities, use double normalized when possible 3 years ago
  falkTX eff1c6f578 Add overloaded double precision functions to parameter ranges 3 years ago
  falkTX 7190f4da76 Make vst3 internal param use more consistent 3 years ago
  falkTX 4d7b97c70d Allow to use custom txt file for macOS installer 3 years ago
  falkTX c5d9a72038 More improvements to KnobEventHandler stepped movement 3 years ago
  falkTX 0ffd22d07e Allow to pass scale factor to KnobEventHandler mouse events 3 years ago
  falkTX 1506abf0fc
clang does not accept constexpr for strlen :( 3 years ago
  falkTX 2b493056c8
Implement receiving host-readable state in LV2 UIs 3 years ago
  falkTX a645befdf6
Fix possible crash if calling repaint during construction 3 years ago
  falkTX 4430cd2485 Introduce DISTRHO_UI_DEFAULT_WIDTH/HEIGHT macros, useful in VST2/3 3 years ago
  falkTX bc3e18d381 Create temporary UI for VST3 hosts that request size before attach 3 years ago
  falkTX 8d2a5f498c Fix a compiler warning 3 years ago