From 04587691b76a351e7fe02454b195e8eaa2a77758 Mon Sep 17 00:00:00 2001 From: Marlon Schumacher <schumacher@hfm-karlsruhe.de> Date: Fri, 28 Mar 2025 03:59:04 +0100 Subject: [PATCH] feat: add example patches --- sources/SRR.lisp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/sources/SRR.lisp b/sources/SRR.lisp index f7c4242..89500d8 100644 --- a/sources/SRR.lisp +++ b/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))) -- Gitblit v1.9.1