diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-18 02:31:47 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-18 02:31:47 +0000 |
commit | a33ae9091552cb69e3dbb72c276ba68916c0e66c (patch) | |
tree | 7b91aa8cd7080f84b22102967b24db2256748fe2 /doc/pddp | |
parent | c9c3ac5bafba401c21fcb15427aaf1901a68b997 (diff) |
this does not really have any useful info
svn path=/trunk/; revision=11048
Diffstat (limited to 'doc/pddp')
-rw-r--r-- | doc/pddp/all_about_data_structures.pd | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/pddp/all_about_data_structures.pd b/doc/pddp/all_about_data_structures.pd deleted file mode 100644 index f907e2df..00000000 --- a/doc/pddp/all_about_data_structures.pd +++ /dev/null @@ -1,33 +0,0 @@ -#N canvas 317 126 765 636 10; -#X text 43 164 see also:; -#X obj 84 219 template; -#X obj 202 277 append; -#X obj 54 187 getsize; -#X obj 121 187 setsize; -#X obj 149 219 element; -#X obj 257 277 sublist; -#X obj 35 277 pointer; -#X obj 99 277 get; -#X obj 37 377 drawnumber; -#X obj 38 416 plot; -#X obj 114 376 drawpolygon; -#X obj 104 414 filledpolygon; -#X obj 204 378 drawcurve; -#X obj 203 414 filledcurve; -#X text 34 339 drawing objects:; -#X text 9 34 The original idea behind the creation of Pd was to make -a Max-like environment that also had a means of graphically specifying -a score. Pd's "data structures" are the system devised for this purpose. -; -#X text 33 257 for manipulating data structures:; -#X obj 4 -3 cnv 15 750 20 empty empty all_about_data_structures 2 10 -1 18 -233017 -66577 0; -#X obj 719 -1 pddp/pddplink http://puredata.info/dev/pddp -text pddp; -#X obj 35 219 struct; -#X obj 129 277 set; -#N canvas 0 22 454 304 display 0; -#X restore 321 581 pd display; -#X text 9 98 "scalar" is the basic graphical component of Pd's data -structures. When working with data structures \, all of the objects -pertain to reading and editing "scalars".; -#X obj 164 277 add; |