Skip to content

4k-eq-2-v1.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 04:41
· 48 commits to main since this release

4K EQ 2 v1.0.0

4k-eq-2 and multi-q-2 had drifted to 2.0.11/2.0.1 through ordinary dev
iteration with no tag ever pushed, breaking the "-2" DPF ports' convention
of starting their public tag line at 1.0.0 (see tapemachine-2, tape-echo-2).
Both reset here; only 4k-eq-2 is tagged as a release, multi-q-2 is not
ready yet and stays unreleased at 1.0.0.

Installation

Linux and macOS zips contain VST3/, CLAP/, LV2/ and (macOS only) AU/. The Windows zip contains VST3/ and CLAP/ (no AU or LV2). Every archive also bundles the User Manual PDF.

Linux (x86_64 and arm64):

  • VST3: copy VST3/four_k_eq_2.vst3 to ~/.vst3/
  • CLAP: copy CLAP/four_k_eq_2.clap to ~/.clap/
  • LV2: copy LV2/four_k_eq_2.lv2 to ~/.lv2/

macOS (universal arm64/x86_64):

  • AU: copy AU/four_k_eq_2.component to ~/Library/Audio/Plug-Ins/Components/
  • VST3: copy VST3/four_k_eq_2.vst3 to ~/Library/Audio/Plug-Ins/VST3/
  • CLAP: copy CLAP/four_k_eq_2.clap to ~/Library/Audio/Plug-Ins/CLAP/
  • LV2: copy LV2/four_k_eq_2.lv2 to ~/Library/Audio/Plug-Ins/LV2/

Windows (x86_64):

  • VST3: copy VST3\four_k_eq_2.vst3 to %COMMONPROGRAMFILES%\VST3\
  • CLAP: copy CLAP\four_k_eq_2.clap to %COMMONPROGRAMFILES%\CLAP\

macOS AU, VST3, and CLAP bundles are ad-hoc signed, as is the LV2 bundle's dylib. They are not Developer ID signed and not notarized, so on first launch macOS Gatekeeper will warn; either right-click the plugin and choose Open, or clear the quarantine flag: xattr -dr com.apple.quarantine <bundle>.

Full Changelog: sunset-circuits-v1.0.2...4k-eq-2-v1.0.0