- Steam App
- Resonite (2519830)
- Event type
- patch note
- Published
- 9 September 2026 - 17:11:29 UTC
- Source
- steam_community_announcements
Hello everyone! Just a small update, addressing some issues with the FFT analyzer. There was some confusion with how the library we use handles real values, where they're not the real parts, but actually complex numbers interweaved. This address this, this update adds several new modes. The output by default now is magnitudes of the complex numbers, which should be easier to work with for visualizers. To preserve old behavior, there's also Interweaved mode, which behaves the same. You can also trim the output size - if you don't care about the higher frequencies, this can give you less data to process. For existing items it's trimmed to half with the interweaved method, which preserves how the initial release behaved. New Features: - Added OutputFormat to FFT_RealAnalyzer to configure the format of the output values - Magnitude (new default) - Interweaved (previous behavior, preserved fo...