File: graph-help.pd

package info (click to toggle)
puredata 0.43.2-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,860 kB
  • sloc: ansic: 88,872; tcl: 5,346; cpp: 3,010; makefile: 1,172; sh: 203
file content (13 lines) | stat: -rw-r--r-- 571 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#N canvas 28 3 693 300 12;
#X graph graph1 0 -1 99 1 188 290 338 190;
#X array array99 100 float;
#X pop;
#X text 174 19 GRAPHS;
#X text 20 42 A graph in Pd is a rectangular subregion of the window in
which you can store numeric arrays.;
#X text 19 140 You can change the array values by redrawing it in the graph.
See also "11.arrays" and passim in the "control examples".;
#X text 406 266 last updated for release 0.33;
#X text 18 85 If you create a new array Pd will usually make a new graph
to put it in (you can change this using the "array" dialog that pops up.)
;