[PD-cvs] doc/pddp all_about_arrays.pd,1.2,1.3

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon May 2 06:56:05 CEST 2005


Update of /cvsroot/pure-data/doc/pddp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12134

Modified Files:
	all_about_arrays.pd 
Log Message:
added discussion about array start point and cleaned things up a little

Index: all_about_arrays.pd
===================================================================
RCS file: /cvsroot/pure-data/doc/pddp/all_about_arrays.pd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** all_about_arrays.pd	28 Apr 2005 00:25:04 -0000	1.2
--- all_about_arrays.pd	2 May 2005 04:56:02 -0000	1.3
***************
*** 1,677 ****
! #N canvas 0 0 653 613 12;
! #N canvas 132 0 591 609 What_is_an_array_in_PD 0;
! #X text 27 17 WHAT IS AN ARRAY IN PURE DATA?;
! #X text 45 42 Arrays \, in most programming environments \, are considered
! to be "a sequence of objects all of which have the same variable type"
! wherein each object is called an element and the elements are numbered
! in a row 0 \, 1 \, 2 \, 3 \, etc. These numbers are called indices.
! Each index holds a corresponding value.;
! #X text 46 222 Arrays in Pd look like this:;
! #N canvas 0 0 450 300 graph18 0;
[...1374 lines suppressed...]
! cut-n-paste \, pitch-shift \, time expansion \, down/upsampling \,
! and other tools typically found in commercial wave editors.;
! #X text 49 128 1 Audio sample data: when an array's values are limited
! to a range between -1 and 1 \, the numbers are suitable for conversion
! to analog audio signal. These arrays are typically many thousands of
! elements and stored on hard disk in the form of aiff \, wav or pure
! text.;
! #X restore 40 239 pd Common_uses_for_arrays_in_PD;
! #X text 39 309 NOTE: I strongly recommend that you download the [arraysize]
! external to your "pd/extra" folder before continuing. Some of these
! examples are impossible without it -- I personally feel that [arraysize]
! should be considered for permanent inclusion in future Pd distributions.
! Check the CVS Repository or Pure-data.org for [arraysize].;
! #X text 40 459 This document is meant to supplement the help documentation
! for [table] \, [tabread] \, [tabwrite] \, [soundfiler] \, [tabsend~]
! \, [tabreceive~] \, [tabplay~] \, etc.;
! #X obj 4 4 cnv 15 500 20 empty empty all_about_arrays 20 10 1 18 -233017
! -66577 0;
! #X obj 471 5 pddp;
! #X text 316 528 updated for Pd 0.38-2;





More information about the Pd-cvs mailing list