aboutsummaryrefslogtreecommitdiff
path: root/compactidac/test.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2009-03-22 01:41:27 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2009-03-22 01:41:27 +0000
commitcc3062618f3e4ab08b3a3847a3993a8b567240ef (patch)
tree7a31f896f2bed17346428f1e093303c16cb9ebdd /compactidac/test.pd
parent108c7c2f64b9254ea599073bd737f5e5a8b8d9c3 (diff)
more work on ds-choice-list, added ds-array for visualizing arrays more flexibly, and added a few more of jwilkes' prototypes from the list
svn path=/trunk/abstractions/ds-gui/; revision=10887
Diffstat (limited to 'compactidac/test.pd')
-rwxr-xr-xcompactidac/test.pd16
1 files changed, 16 insertions, 0 deletions
diff --git a/compactidac/test.pd b/compactidac/test.pd
new file mode 100755
index 0000000..4971c32
--- /dev/null
+++ b/compactidac/test.pd
@@ -0,0 +1,16 @@
+#N struct 1004-clickpoint float x float y float vis;
+#N struct 1004-slider float x float y float x0 float vis;
+#N struct 1005-mute float x float y float c;
+#N struct 1006-expand float x float y float max float max-shadow;
+#N struct 1007-save float x float y float border float vis;
+#N struct 1008-stop float x float y float border float vis;
+#N struct 1009-rec float x float y float border float vis;
+#N struct 1010-filetype float x float y float vis symbol ext;
+#N canvas 366 173 450 300 12;
+#X obj 157 60 osc~ 440;
+#X floatatom 248 40 5 0 100 0 - - -;
+#X msg 299 76 mute;
+#X obj 158 96 compactidac~;
+#X connect 0 0 3 0;
+#X connect 1 0 3 2;
+#X connect 2 0 3 2;