Skip to content

Releases: DISTRHO/DPF-Plugins

v1.7

15 Apr 14:44
v1.7
0e6116c
Compare
Choose a tag to compare
  • Fix build with clang on non-macOS systems
  • Fix CLAP plugins not saving state under Bitwig
  • Fix Nekobi tuning parameter

v1.6

31 Oct 19:49
v1.6
0e92714
Compare
Choose a tag to compare
  • Add linux-riscv64 builds to release binaries
  • Fix / stabilize VST3 support
  • Initial CLAP support
  • Set audio port configuration for all plugins
  • Set VST3 categories in a few more plugins
  • Update to latest DPF

Plugin specific changes:

  • Kars: Fix playback after a sample rate change
  • Nekobi: Fix deadlock when receiving a MIDI message bigger than 3 bytes
  • Nekobi: Make waveform slider behave as a button
  • ProM: Fix invalid context (GL compat instead of GL3) in some setups
  • ProM: Force keyboard focus on click

1.5

16 Jan 11:45
v1.5
289bd3e
Compare
Choose a tag to compare
1.5
  • Initial experimental VST3 support
  • Add bottom-right resize handle in glBars and ProM, needed in plugin formats that can't do host-side resizing
    (ProM resize handle is invisible but still works, known issue)
  • Some plugin GUIs can use Cairo instead of OpenGL, if OpenGL is not available at build time
  • Standalones no longer require JACK, instead detecting at runtime if it is available
  • Standalones will now use RtAudio for native audio device access in case JACK is not available
  • ProM now ships with (optional) vendored libprojectM in case it is not available as system library
  • ProM now sets up and uses OpenGL3 context instead of OpenGL2 forward compatibility mode, fixing usage on macOS and Windows
  • Fix modal about dialogs
  • Fix more High-DPI related issues
  • Fix OpenGL context swap on GUI deletion, needed on hosts using OpenGL

1.4

15 Jan 11:47
v1.4
014db6d
Compare
Choose a tag to compare
1.4

DPF:

  • Auto-detect compiler target, fixing as-is build with ARM systems
  • Allow to use EXE_WRAPPER as makefile option, to help cross-compilation
  • Fix build with headers in custom path
  • Fix "make install" for macOS and Windows
  • Fix exported LV2 metadata to pass checks/validation
  • Make mouse-wheel delta independent of window size

Kars:

  • Fix audio buffer reuse, causing bad audio in some hosts

Nekobi:

  • Set default MIDI CC for all parameters

1.3

14 Jul 07:01
Compare
Choose a tag to compare
1.3
  • Added volume and sustain parameters to Kars
  • Fix build warnings
  • Provide LV2 uiTouch feature
  • Remove modguis
  • Update to latest DPF

1.2

27 Feb 12:55
da73655
Compare
Choose a tag to compare
1.2
Update DPF yet again: vst time rework, fix lv2 export

Signed-off-by: falkTX <falktx@falktx.com>

1.1

15 Jun 09:39
Compare
Choose a tag to compare
1.1
v1.1

Update osx build scripts

1.0

22 May 17:06
Compare
Choose a tag to compare
1.0
v1.0

Update dpf