Skip to content

tapemachine-2-v1.0.1

Choose a tag to compare

TapeMachine 2 v1.0.1

Installation

Linux and macOS zips contain VST3/, CLAP/, LV2/ and (macOS only) AU/. The Windows zip contains VST3/ and CLAP/ (no AU or LV2).

Linux (x86_64 and arm64):

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

macOS (universal arm64/x86_64):

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

Windows (x86_64):

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

macOS bundles are not code-signed. 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>.

What's Changed

  • fix presets resetting on closing DAW and gain linking issue by @marc-korte in #120
  • TapeMachine 2: program-band tone matching + parity calibration data by @marc-korte in #122

Full Changelog: tapemachine-2-v1.0.0...tapemachine-2-v1.0.1