What's Changed
- Fix #4: Plugin state is now fully restored when reopening the plugin. All visualization settings are preserved across UI close/reopen and DAW session reloads.
- Add global preset slots (Preset1–3) for quickly recalling frequently used visualization configurations. Presets are shared across projects and DAWs and can be overwritten via the Save button. Preset data is stored in a human-readable XML file on disk, allowing inspection or manual editing of preset values and names if needed:
- Windows:
C:\Users\<username>\AppData\Roaming\PerceptoMap\PerceptoMapPresets.xml - macOS:
~/Library/Application Support/PerceptoMap/PerceptoMapPresets.xml - Linux:
~/.config/PerceptoMap/PerceptoMapPresets.xml
- Windows:
Note: Editing the XML file while the plugin or DAW is running is not recommended. Changes should be made while the plugin is closed.
How to upgrade?
Delete the PerceptoMap.vst3 folder from the your VST3 plugin path, then extract the new version to this location. That's it!
Choose the download that matches your operating system and hardware:
- windows_x64 - for Windows (64-bit)
- macOS_x64 - for macOS Intel (e.g. older Macs)
- macOS_arm - for macOS Apple Silicon (M-series chips)
- linux_x64 - for Linux (64-bit)
Note: Only the Windows build has been tested locally. The macOS and Linux builds were generated automatically from the same source code using GitHub Actions.
Full Changelog: v0.12...v0.13