aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/unpack-help.pd
blob: 1bb88ae3a365240c24667611fddac946f21eedea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#N canvas 18 16 471 443 10;
#X floatatom 61 204 0 0 0;
#X floatatom 186 204 0 0 0;
#X floatatom 224 204 0 0 0;
#X floatatom 27 204 0 0 0;
#X obj 24 294 pack;
#X obj 41 11 unpack;
#X msg 27 126 1 2;
#X msg 65 126 3 4 shut;
#X msg 145 126 5 6 pick 7 8;
#X text 90 11 - split a message into atoms;
#X text 20 41 [unpack] takes lists of atoms and distributes them to
its outlets. The creation arguments are used to specify the types of
atoms expected in the incoming list and specify float (any number or
the symbol 'f') \, pointer (symbol 'p') or symbol (symbol 's').;
#X symbolatom 103 207 10 0 0;
#X obj 27 163 unpack 0 0 s f f;
#X text 23 268 RELATED OBJECTS;
#X obj 61 294 trigger;
#N canvas 0 0 452 302 related_objects_from_other_libraries 0;
#X obj 21 16 pack~;
#X obj 61 16 unpack~;
#X obj 113 16 tabdump;
#X obj 169 16 niagara;
#X obj 224 16 packel;
#X obj 21 42 repack;
#X obj 70 42 drip;
#X obj 107 42 sort;
#X text 18 86 These objects are offered in Pd only if you have downloaded
and properly installed the appropriate library. These objects may or
may not exist in a single library.;
#X text 17 135 The best places to find information about Pd's libraries
is:;
#X text 14 157 www.puredata.org and click on "Downloads" then "Software"
;
#X text 15 173 or;
#X text 16 187 iem.kug.ac.at/pdb/;
#X restore 24 333 pd related_objects_from_other_libraries;
#X text 27 363 This document was updated for Pd version 0.35 test 26
by Dave Sabine as part of a project called pddp proposed by Krzysztof
Czaja to build comprehensive documentation for Pd.;
#X connect 6 0 12 0;
#X connect 7 0 12 0;
#X connect 8 0 12 0;
#X connect 12 0 3 0;
#X connect 12 1 0 0;
#X connect 12 2 11 0;
#X connect 12 3 1 0;
#X connect 12 4 2 0;