tapemachine-2-v1.0.0
TapeMachine 2 v1.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).
Linux (x86_64 and arm64):
- VST3: copy
VST3/tape_machine_2.vst3to~/.vst3/ - CLAP: copy
CLAP/tape_machine_2.clapto~/.clap/ - LV2: copy
LV2/tape_machine_2.lv2to~/.lv2/
macOS (universal arm64/x86_64):
- AU: copy
AU/tape_machine_2.componentto~/Library/Audio/Plug-Ins/Components/ - VST3: copy
VST3/tape_machine_2.vst3to~/Library/Audio/Plug-Ins/VST3/ - CLAP: copy
CLAP/tape_machine_2.clapto~/Library/Audio/Plug-Ins/CLAP/ - LV2: copy
LV2/tape_machine_2.lv2to~/Library/Audio/Plug-Ins/LV2/
Windows (x86_64):
- VST3: copy
VST3\tape_machine_2.vst3to%COMMONPROGRAMFILES%\VST3\ - CLAP: copy
CLAP\tape_machine_2.clapto%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
- +Tapemachine2 tuning by @marc-korte in #119
Full Changelog: multi-comp-v1.3.1...tapemachine-2-v1.0.0