From 4cde391f5f1ba80c803fc02adece857e5eb720f7 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sun, 21 Aug 2005 17:46:52 +0000 Subject: Fixed scalar_redraw to check if glist is visible; moved 'data' doc and updated it somewhat. svn path=/trunk/; revision=3441 --- pd/doc/4.data.structures/z.txt | 64 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 pd/doc/4.data.structures/z.txt (limited to 'pd/doc/4.data.structures/z.txt') diff --git a/pd/doc/4.data.structures/z.txt b/pd/doc/4.data.structures/z.txt new file mode 100644 index 00000000..6cdd0a4a --- /dev/null +++ b/pd/doc/4.data.structures/z.txt @@ -0,0 +1,64 @@ +data; +template template5; +float x; +float y; +float z; +float q; +array bazoo template5-element; +; +template template5-element; +float y; +; +; +template5 50 150 30 9; +0; +0; +0; +0; +0; +3; +0; +0; +0; +7; +-30; +0; +0; +0; +0; +0; +-4; +-18; +-26; +-36; +-46; +-62; +-74; +-78; +-70; +-62; +-52; +-40; +-30; +-20; +-4; +1; +7; +11; +13; +0; +0; +0; +0; +0; +0; +0; +0; +0; +0; +43; +0; +0; +0; +0; +; -- cgit v1.2.1