spectrum-analyzer-v1.0.2
·
65 commits
to main
since this release
Spectrum Analyzer v1.0.2
4K EQ 1.0.11 -> 1.0.12
Multi-Comp 1.3.5 -> 1.3.6
TapeMachine 1.0.9 -> 1.0.10
Multi-Q 0.10.8 -> 0.10.9
Chord Analyzer 1.2.0 -> 1.2.1
Spectrum Analyzer 1.0.1 -> 1.0.2
DuskVerb 0.7.0 -> 0.7.1 (pre-release)
Manual front matter version and last_updated bumped to match.
Installation
Each zip contains VST3/, CLAP/, and LV2/ (Linux) or AU/ (macOS) folders.
Linux (x86_64):
- VST3: Copy the
.vst3folder fromVST3/to~/.vst3/ - LV2: Copy the
.lv2folder fromLV2/to~/.lv2/
Linux (ARM64 / Raspberry Pi):
- Download the
-linux-arm64.zipfile - VST3: Copy the
.vst3folder fromVST3/to~/.vst3/ - LV2: Copy the
.lv2folder fromLV2/to~/.lv2/ - CLAP: Copy the
.clapfile fromCLAP/to~/.clap/
Windows:
- VST3: Copy the
.vst3folder fromVST3/toC:\Program Files\Common Files\VST3\ - CLAP: Copy the
.clapfile fromCLAP/toC:\Program Files\Common Files\CLAP\
macOS:
- VST3: Copy the
.vst3bundle fromVST3/to/Library/Audio/Plug-Ins/VST3/or~/Library/Audio/Plug-Ins/VST3/ - AU: Copy the
.componentbundle fromAU/to/Library/Audio/Plug-Ins/Components/or~/Library/Audio/Plug-Ins/Components/ - CLAP: Copy the
.clapbundle fromCLAP/to/Library/Audio/Plug-Ins/CLAP/or~/Library/Audio/Plug-Ins/CLAP/
macOS CLAP bundles are not Apple-notarized. On first load you may need to right-click → Open, or remove the quarantine flag with
xattr -dr com.apple.quarantine /path/to/Plugin.clap.
What's Changed
- 240: fix resizing issues by @marc-korte in #241
Full Changelog: chord-analyzer-v1.2.0...spectrum-analyzer-v1.0.2