Post #1659179
2026-04-11 21:01 UTC
@williamfields yo you might enjoy this NIME paper. i've been working on a max implementation of the DSP it describes, it's a way to persist these sorts of edge of chaos feedback systems in audio.
maybe there would be some analogous ways compute "complexity" in your system and then re-map that back onto params to find the goldilocks spots
anyway, just a good relevant read :)
https://www.nime.org/proceedings/2020/nime2020_paper66.pdf
Replies (1)
-
@ho@sonomu.club 2026-04-12 19:25
@nnirror @williamfields This is a good paper but I'm not sure I would have gone with a discrete compression algorithm for a continuous signal. Windowed RMS -> STFT of RMS signal -> spectral flatness or spectral entropy might be easier to implement and more CPU-friendly with similar results.