From 466054b9ff4f20af0f46013bbe84d06c4c453261 Mon Sep 17 00:00:00 2001 From: mashaal Date: Sat, 11 Feb 2023 23:26:56 +1100 Subject: [PATCH] read me --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe3dc5f..bf24c2b 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,14 @@ Ndef(\cv_np).play(0); var portamento = ~portamento; Ndef(\cv_np).wakeUp; - + // schedule the cycles, prevents delayed signals thisThread.clock.sched(latency - 0.025, { Ndef(\cv_np).set(\portamento, portamento); Ndef(\cv_np).set(\channel, channel); Ndef(\cv_np).set(\freq, freq); }); -}) -); +})); ``` After adding or evaluating the above in SuperCollider, you can use them like: