From c37112a7f380d81e4ce6a1cb8446bea3994dfaf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 14 Mar 2007 09:08:56 +0000 Subject: updated the zexy help-system: all reference-patches (aka help-patches) are now to be found in the ./reference/ folder and are named -help.pd; removed a now superfluous class_sethelpsymbol from ./src/*.c; the ./examples/ folder is currently empty but will eventually be filled with zexy real-world examples svn path=/trunk/externals/zexy/; revision=7485 --- reference/unpack~-help.pd | 117 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 reference/unpack~-help.pd (limited to 'reference/unpack~-help.pd') diff --git a/reference/unpack~-help.pd b/reference/unpack~-help.pd new file mode 100644 index 0000000..784f291 --- /dev/null +++ b/reference/unpack~-help.pd @@ -0,0 +1,117 @@ +#N canvas 321 479 736 292 10; +#X text 460 14 see also; +#X obj 461 33 pack~; +#X text 147 40 unpack~; +#X text 178 65 convert float-packages to signals; +#X obj 85 132 unpack~ 512; +#X text 234 156 creation: "unpack~ []"; +#X text 255 181 : in samples (defaults to 64) \; could be +fine if you don't have a constant stream of floats; +#N canvas 94 221 845 529 example 1; +#X obj 69 75 osc~ 689.062; +#X obj 69 123 pack~; +#X obj 69 94 *~ 0.2; +#X obj 69 142 unfold; +#X obj 69 160 t b f; +#X obj 69 178 +; +#X obj 69 198 + 1; +#X obj 69 236 select 0; +#X obj 69 256 f; +#X obj 69 312 unpack~; +#X floatatom 69 50 0 0 0 0 - - -; +#X obj 69 218 % 8; +#X text 74 6 a simple samplerate-reducer; +#X text 116 129 samplerate = 44.1kHz; +#X text 126 258 samplerate = 5.5125kHz; +#X text 108 363 reconstructed signal @ 44.1kHz; +#X obj 127 114 dac~ 2; +#X msg 69 276 \$1 \$1 \$1 \$1 \$1 \$1 \$1 \$1; +#N canvas 0 0 450 300 graph2 0; +#X array high_rate 100 float 0; +#X coords 0 1 64 -1 300 200 1; +#X restore 526 13 graph; +#N canvas 0 0 450 300 graph3 0; +#X array low_rate 100 float 0; +#X coords 0 1 64 -1 300 200 1; +#X restore 526 241 graph; +#X obj 170 113 tabsend~ high_rate; +#X obj 156 344 tabsend~ low_rate; +#X msg 349 179 \; pd dsp 1; +#X floatatom 97 412 0 0 0 0 - - -; +#N canvas 159 26 495 266 output 0; +#X obj 338 160 t b; +#X obj 338 110 f; +#X obj 338 60 inlet; +#X text 344 29 mute; +#X obj 338 185 f; +#X msg 425 178 0; +#X msg 338 85 bang; +#X obj 338 135 moses 1; +#X obj 425 153 t b f; +#X obj 397 117 moses 1; +#X obj 83 148 dbtorms; +#X obj 22 181 inlet~; +#X obj 199 41 inlet; +#X text 199 18 level; +#X msg 96 65 set \$1; +#X obj 96 89 outlet; +#X msg 214 64 \; pd dsp 1; +#X obj 83 194 line~; +#X obj 22 212 *~; +#X obj 22 241 dac~; +#X obj 83 171 pack 0 50; +#X text 20 158 audio; +#X text 93 110 show level; +#X obj 83 42 r \$0master-lvl; +#X obj 199 100 s \$0master-lvl; +#X obj 397 92 r \$0master-lvl; +#X obj 338 210 s \$0master-lvl; +#X connect 0 0 4 0; +#X connect 1 0 7 0; +#X connect 2 0 6 0; +#X connect 4 0 26 0; +#X connect 5 0 26 0; +#X connect 6 0 1 0; +#X connect 7 0 0 0; +#X connect 7 1 8 0; +#X connect 8 0 5 0; +#X connect 9 1 4 1; +#X connect 10 0 20 0; +#X connect 11 0 18 0; +#X connect 12 0 16 0; +#X connect 12 0 24 0; +#X connect 14 0 15 0; +#X connect 17 0 18 1; +#X connect 18 0 19 0; +#X connect 18 0 19 1; +#X connect 20 0 17 0; +#X connect 23 0 10 0; +#X connect 23 0 14 0; +#X connect 25 0 1 1; +#X connect 25 0 9 0; +#X restore 68 440 pd output; +#X msg 126 412 MUTE; +#X text 92 393 output amplitude; +#X connect 0 0 2 0; +#X connect 1 0 3 0; +#X connect 2 0 1 0; +#X connect 2 0 16 0; +#X connect 2 0 20 0; +#X connect 3 0 4 0; +#X connect 4 0 5 0; +#X connect 4 1 8 1; +#X connect 5 0 6 0; +#X connect 6 0 11 0; +#X connect 7 0 8 0; +#X connect 8 0 17 0; +#X connect 9 0 21 0; +#X connect 9 0 24 0; +#X connect 10 0 0 0; +#X connect 11 0 5 1; +#X connect 11 0 7 0; +#X connect 17 0 9 0; +#X connect 23 0 24 1; +#X connect 24 0 23 0; +#X connect 25 0 24 2; +#X restore 85 249 pd example; +#X text 530 34 part of zexy; -- cgit v1.2.1