aboutsummaryrefslogtreecommitdiff
path: root/make-audio-dialog-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-10 13:59:02 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-10 13:59:02 +0000
commit9d71d523721d4abc211bfba489ba4e86f17b1d3c (patch)
tree5f62696984df85504f218cd855aa7a10c59bbe92 /make-audio-dialog-help.pd
parent65e4c2805d5c2c8bb06b1f3259e5bbc27f991b86 (diff)
handy shortcut objects for getting and setting the "pd audio-dialog"
svn path=/trunk/externals/hcs/; revision=11002
Diffstat (limited to 'make-audio-dialog-help.pd')
-rw-r--r--make-audio-dialog-help.pd13
1 files changed, 13 insertions, 0 deletions
diff --git a/make-audio-dialog-help.pd b/make-audio-dialog-help.pd
new file mode 100644
index 0000000..ac46c5e
--- /dev/null
+++ b/make-audio-dialog-help.pd
@@ -0,0 +1,13 @@
+#N canvas 699 277 450 300 10;
+#X msg 59 115 bang;
+#X obj 59 147 get-audio-dialog;
+#X msg 59 203 \; pd audio-dialog 0 0 0 0 2 0 0 0 0 0 0 0 2 0 0 0 44100
+50 0;
+#X obj 59 176 make-audio-dialog;
+#X text 40 23 [make-audio-dialog] takes the audio-dialog message from
+[get-audio-dialog] and generates a clickable message box that will
+set the audio settings. This message box is also suitable for use with
+a [loadbang];
+#X connect 0 0 1 0;
+#X connect 1 0 3 0;
+#X connect 3 0 2 0;