From 850f29364e6e488d6ad28bb2e9b5d5130e50e22b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 11 Apr 2006 02:26:36 +0000 Subject: lots of sketches, not ordered yet svn path=/trunk/; revision=4871 --- doc/tutorials/sound/01.hello_world.pd | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'doc/tutorials/sound/01.hello_world.pd') diff --git a/doc/tutorials/sound/01.hello_world.pd b/doc/tutorials/sound/01.hello_world.pd index 0aed8828..c5e23a12 100644 --- a/doc/tutorials/sound/01.hello_world.pd +++ b/doc/tutorials/sound/01.hello_world.pd @@ -3,19 +3,15 @@ #X obj 533 20 pddp/dsp; #X obj 8 10 cnv 15 400 40 empty empty hello_world 20 12 0 24 -228992 -66577 0; -#X obj 198 136 comment 400 14 Helvetica ? 0 0 0 0 2 create an object -called: osc~; -#X obj 198 106 comment 400 14 Helvetica ? 0 0 0 0 1 create a message -box with the text: 200; -#X obj 198 166 comment 400 14 Helvetica ? 0 0 0 0 3 create an object -called: dac~; -#X obj 198 196 comment 400 14 Helvetica ? 0 0 0 0 4 connect the message +#X text 198 136 2 create an object called: osc~; +#X text 198 106 1 create a message box with the text: 200; +#X text 198 166 3 create an object called: dac~; +#X text 198 196 4 connect the message box to the osc~ object's left inlet; -#X obj 198 226 comment 400 14 Helvetica ? 0 0 0 0 5 connect the osc~ +#X text 198 226 5 connect the osc~ object to both inlets of the dac~ object; -#X obj 198 256 comment 400 14 Helvetica ? 0 0 0 0 6 make sure your -volume is set very low; -#X obj 198 286 comment 400 14 Helvetica ? 0 0 0 0 7 turn on DSP by +#X text 198 256 6 make sure your volume is set very low; +#X text 198 286 7 turn on DSP by clicking the box on the upper right corner; -#X obj 198 316 comment 400 14 Helvetica ? 0 0 0 0 8 click the message +#X text 198 316 8 click the message box to hear sound; -- cgit v1.2.1