Marlon Schumacher
6 days ago 04587691b76a351e7fe02454b195e8eaa2a77758
sources/SRR.lisp
@@ -2,7 +2,7 @@
; | 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/|
; ****************************************************************
@@ -98,6 +98,7 @@
; polar-plot
(defmethod! polar-plot ((srr bpf))
  :icon 988
  (let* ((xpoints (x-points srr))
         (ypoints (y-points srr))
         (x-factor (/ 360.0 (* 2 pi)))