From 0c83d8c4d60bb4034478db1e75f5bf66197984bb Mon Sep 17 00:00:00 2001 From: Nihilazo Date: Wed, 29 Sep 2021 19:18:26 +0100 Subject: [PATCH] add testsynth --- testsynth.pd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 testsynth.pd diff --git a/testsynth.pd b/testsynth.pd new file mode 100644 index 0000000..c02bccd --- /dev/null +++ b/testsynth.pd @@ -0,0 +1,29 @@ +#N canvas 496 340 882 628 12; +#X obj 83 160 inlet; +#X obj 220 143 inlet; +#X obj 83 185 mtof; +#X obj 83 210 osc~; +#X text 338 30 simple synth engine to add sound to things quickly. +Inlets are pitch and velocity; +#X obj 252 192 / 127; +#X obj 220 248 line~; +#X obj 84 267 *~; +#X obj 84 292 outlet~; +#X msg 315 234 0; +#X obj 83 235 clip~ -0.5 0.5; +#X obj 220 168 sel 0; +#X msg 252 217 \$1; +#X msg 203 193 0 100; +#X connect 0 0 2 0; +#X connect 1 0 11 0; +#X connect 2 0 3 0; +#X connect 3 0 10 0; +#X connect 5 0 12 0; +#X connect 6 0 7 1; +#X connect 7 0 8 0; +#X connect 9 0 6 0; +#X connect 10 0 7 0; +#X connect 11 0 13 0; +#X connect 11 1 5 0; +#X connect 12 0 6 0; +#X connect 13 0 6 0;