From 54d61372a2c35f43df7ac398da1a5d7bd37da857 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 13 Apr 2006 05:04:52 +0000 Subject: got the start of a good intro tutorial, but its lacking some good, simple exercises svn path=/trunk/; revision=4897 --- doc/tutorials/intro/08.bang.pd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/tutorials/intro/08.bang.pd (limited to 'doc/tutorials/intro/08.bang.pd') 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; -- cgit v1.2.1