| | |
| | | ; | OM-SRR, 2023-2025 M.Schumacher | |
| | | ; | | |
| | | ; | Library for spectral rhythm modeling via integer time ratios | |
| | | ; | (partials) as phase-alilgned amplitude modulations. | |
| | | ; | (partials) as phase-aligned amplitude modulations. | |
| | | ; | | |
| | | ; | See https://steffenkrebber.de/research/sinusoidal-run-rhythm/| |
| | | ; **************************************************************** |
| | |
| | | ; polar-plot |
| | | |
| | | (defmethod! polar-plot ((srr bpf)) |
| | | :icon 988 |
| | | (let* ((xpoints (x-points srr)) |
| | | (ypoints (y-points srr)) |
| | | (x-factor (/ 360.0 (* 2 pi))) |