From 64fdb009695828b788fce074135b20a5e52c5fc4 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 23 Sep 2003 00:21:28 +0000 Subject: imported version 0.37-0 svn path=/trunk/; revision=1016 --- pd/doc/5.reference/writesf~-help.pd | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'pd/doc/5.reference/writesf~-help.pd') diff --git a/pd/doc/5.reference/writesf~-help.pd b/pd/doc/5.reference/writesf~-help.pd index 7cbb915b..03ea0b73 100644 --- a/pd/doc/5.reference/writesf~-help.pd +++ b/pd/doc/5.reference/writesf~-help.pd @@ -1,4 +1,4 @@ -#N canvas 279 74 734 440 12; +#N canvas 146 65 733 567 12; #X msg 592 11 \; pd dsp 1; #X msg 141 163 print; #X msg 53 83 bang; @@ -12,9 +12,9 @@ #X text 188 141 stop streaming audio; #X obj 131 207 writesf~ 2; #X msg 131 31 open /tmp/foo.wav; -#X obj 115 408 soundfiler; -#X text 454 407 updated for Pd version 0.37; -#X text 23 408 see also:; +#X obj 131 538 soundfiler; +#X text 485 540 updated for Pd version 0.37; +#X text 36 539 see also:; #X obj 145 185 osc~ 440; #X text 34 257 writesf~ creates a subthread whose task is to write audio streams to disk. You need not provide any disk access time between @@ -25,10 +25,18 @@ give the object time to flush all the output to disk.; #X text 377 59 create 24-bit soundfile; #X text 376 86 create 32-bit floating-point soundfile; #X msg 131 59 open -bytes 3 /tmp/foo.wav; -#X text 32 338 The soundfile is 2- or 3-byte fixed point ("pcm") or +#X text 33 339 The soundfile is 2- or 3-byte fixed point ("pcm") or 4-byte floating-point. The soundfile format is determined by the file extent ("foo.wav" \, "foo.aiff" \, or "foo.snd").; -#X obj 217 410 readsf~; +#X obj 233 540 readsf~; +#X text 66 413 -wave \, -nextstep \, -aiff; +#X text 67 434 -big \, -little (nextstep only!); +#X text 67 455 -bytes <2 \, 3 \, or 4>; +#X text 67 477 -rate ; +#X text 32 395 The "open" message may take flag-style arguments as +follows:; +#X text 27 498 (setting sample rate will affect the soundfile header +but the file will _not_ be resampled.); #X connect 1 0 11 0; #X connect 2 0 3 0; #X connect 2 0 5 0; -- cgit v1.2.1