Download binaries below in "Assets"
0.5.0 - 2026-08-01
Added
- Universal binary support on macOS for x86 and arm (native "Apple Silicon" support)
- Support and binaries for Ubuntu/Debian (etc.) Linux, if you have a CPU with AVX support
- HiDPI support on Windows
- Standalone application
- VST3 versions on all platforms
- A signal generator in the general settings under the wrench
- A dsp/rendering flamegraph profiler you can open with a button in the general settings under the wrench, use this to understand why Signalizer might be performing poorly on your system:
Fixed
- Resonating modes (typically spectrogram / constant Q transforms) being completely black on initial project open/restore in the spectrum
- Preset file openers on macOS are not native anymore but prevents opening wrong file types now
- DSP window widget generating undefined windows on invalid parameter combinations (fixes visualization / spectrum disappearing)
- Initial wrong blip on gradient fill / spectrogram when selecting it initially
- Presets / saved state with non-default "history size" loading incorrectly if saved with an earlier version of Signalizer
- Zooming in/out in views accurately returning to their old position instead of just almost
- A jittering synchronization issue when sidechaining multiple signalizers together with the "Window" triggering mode in the Oscilloscope
Changed
- Minimum macOS version increased to 10.13 (up from 10.8)
- Minimum Windows version increased to 10
- Minimum Ubuntu version increased to 22 (LTS)
PRs
- Initial juce 8 support on arm (wip on wip) by @jthorborg in #3
- Ubuntu24 LTS juce update by @jthorborg in #5
- JUCE 8 Update by @jthorborg in #4
- Standalone development build support by @jthorborg in #9
- Markdown files for LLM agents by @jthorborg in #10
- Adding a signal generator by @jthorborg in #11
- Add profiling integration and window by @jthorborg in #13
- Tune build system and binary outputs for Ubuntu 24 lts by @jthorborg in #14
- Signalizer 0.5.0 -> Master by @jthorborg in #15
Full sets of changes: v0.4.3...v0.5.0