From 5d3b7008a6117b612937c5c2f688afd7a86b4d37 Mon Sep 17 00:00:00 2001 From: Leo Coogan Date: Sun, 17 Apr 2022 21:16:45 -0400 Subject: [PATCH] Figured out sythdefs --- scd/synthdefs.scd | 7 +++++++ tidal/testi.tidal | 1 + 2 files changed, 8 insertions(+) create mode 100644 scd/synthdefs.scd create mode 100644 tidal/testi.tidal diff --git a/scd/synthdefs.scd b/scd/synthdefs.scd new file mode 100644 index 0000000..2b095b2 --- /dev/null +++ b/scd/synthdefs.scd @@ -0,0 +1,7 @@ +( +SynthDef(\sin, { |out| + Out.ar(out, + SinOsc.ar() + ) +}).add +); diff --git a/tidal/testi.tidal b/tidal/testi.tidal new file mode 100644 index 0000000..2c0b491 --- /dev/null +++ b/tidal/testi.tidal @@ -0,0 +1 @@ +d1 $n "0 8 2 20 5" #s "sin"