aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/08.bang.pd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorials/intro/08.bang.pd')
-rw-r--r--doc/tutorials/intro/08.bang.pd18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/tutorials/intro/08.bang.pd b/doc/tutorials/intro/08.bang.pd
new file mode 100644
index 00000000..1cc8ce8d
--- /dev/null
+++ b/doc/tutorials/intro/08.bang.pd
@@ -0,0 +1,18 @@
+#N canvas 208 184 605 391 12;
+#X text 13 79 In Pd \, "bang" means "do something". What that "something"
+is depends on the object receiving the bang.;
+#X obj 18 191 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
+-1;
+#X obj 18 220 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
+;
+#X msg 18 269 bang;
+#X obj 18 294 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
+;
+#X text 40 189 <--bang button;
+#X text 62 270 <--you can also send "bang" using a message box;
+#X text 14 137 Here \, this toggle changes state when it receives a
+bang:;
+#X obj 8 10 cnv 15 400 40 empty empty bang 20 12 0 24 -228992 -66577
+0;
+#X connect 1 0 2 0;
+#X connect 3 0 4 0;