aboutsummaryrefslogtreecommitdiff
path: root/sfruit/no-dsp.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2009-05-07 05:03:07 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2009-05-07 05:03:07 +0000
commit82be5712f7be8e63e18b0828de7958b758999337 (patch)
tree92694a542e9cbe867af596782b9fd2a675b70e1f /sfruit/no-dsp.pd
parent952e8c6b3b042993edcf42dd250dcea80fe41430 (diff)
finished list-part for parsing delimited lists and added list-partslow to the family
added no-dsp, an object to disable DSP while an operation is run and then turn it back on made a miniature version of crikey (keyboard-to-"midi" translator) that's much less fiddly than the big version svn path=/trunk/abstractions/sfruit/; revision=11253
Diffstat (limited to 'sfruit/no-dsp.pd')
-rw-r--r--sfruit/no-dsp.pd10
1 files changed, 10 insertions, 0 deletions
diff --git a/sfruit/no-dsp.pd b/sfruit/no-dsp.pd
new file mode 100644
index 0000000..157847e
--- /dev/null
+++ b/sfruit/no-dsp.pd
@@ -0,0 +1,10 @@
+#N canvas 741 517 223 215 10;
+#X obj 58 21 inlet;
+#X obj 58 64 t b a b;
+#X obj 77 143 outlet;
+#X msg 100 107 \; pd dsp 0;
+#X msg 50 167 \; pd dsp 1;
+#X connect 0 0 1 0;
+#X connect 1 0 4 0;
+#X connect 1 1 2 0;
+#X connect 1 2 3 0;