Skip to content

Releases: hqrrr/PerceptoMap

v0.10

28 Aug 22:40
Compare
Choose a tag to compare

What's Changed

  1. Add Fourier Tempogram

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.9...v0.10

v0.9

23 Aug 22:58
Compare
Choose a tag to compare

What's Changed

  1. Add note y-axis (optional)
  2. UI optimization

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.8...v0.9

v0.8

21 Aug 22:12
Compare
Choose a tag to compare

What's Changed

  1. Add adjustable y-axis frequency range

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.7...v0.8

v0.7

17 Aug 17:39
Compare
Choose a tag to compare

What's Changed

  1. Add FPS control
  2. Add separate FFT overlap control (no longer tied to scroll speed)
  3. Add more scroll speed levels
  4. Add time-frequency reassignment Mel Spectrogram (Mel+ mode), similar to Linear+ mode, but based on perceptual mapping.

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.6...v0.7

v0.6

10 Aug 00:44
Compare
Choose a tag to compare

What's Changed

  1. add visibility control button
  2. add FFT size dropdown menu
  3. add scroll speed menu
  4. add enhanced STFT spectrogram with time-frequency reassignment

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.5a...v0.6

v0.5a

03 Aug 21:15
Compare
Choose a tag to compare

What's Changed

  • Added Chromagram
    • New visualization mode that projects spectral energy onto 12 pitch classes (C, C#, D, ..., B)
  • Now you can double-click the slider to return to the default value.
  • Organized some codes

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.4e...v0.5a

v0.4e

28 Jul 20:31
Compare
Choose a tag to compare

This version is functionally identical to v0.4 but uses GitHub Actions for automated cross-platform builds.

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.

v0.4

27 Jul 22:20
Compare
Choose a tag to compare

What's Changed

  • Added Norm Factor slider to manually control spectrogram brightness
    • Useful for adjusting visualization to match signal loudness (e.g. soft vocals vs. strong beats)
  • Added two new enhanced colormap modes: Grayscale+ and Magma+
    • These modes use custom multi-stage brightness mapping to improve contrast in low and mid dB ranges
    • Makes it easier to visualize subtle spectral detail and transient energy spikes

Note: This release (v0.4) doesn't include prebuilts for Linux or macOS yet. If you're able to help build and test on those platforms, I'd love to hear from you! Feel free to drop a message in [Discussions] (or anywhere you like).

Full Changelog: v0.3...v0.4

v0.3

12 Jul 22:22
Compare
Choose a tag to compare

What's Changed

  • Add Spectral Centroid overlay in Linear STFT mode, visualizing spectral brightness in real time
  • Add MIDI note display in hover readout (C4 = Middle C)
  • Add dB floor slider to control minimum brightness threshold for color mapping

Update 19.07.2025: Added plugin for Linux. Thanks to @FranklyFlawless from the KVR Audio forum for building and testing on Debian 12 Bookworm (DAW: Ardour 8.12.0).

Full Changelog: v0.2...v0.3

v0.2

11 Jul 21:08
Compare
Choose a tag to compare

What's Changed

  • Add Mel-frequency cepstral coefficients (MFCCs) mode

Full Changelog: v0.1...v0.2