File: graph.pd

package info (click to toggle)
pd 0.32p1-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,704 kB
  • ctags: 5,418
  • sloc: ansic: 38,382; tcl: 1,036; makefile: 612; sh: 265
file content (9 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#N canvas 29 0 822 321 12;
#X graph graph1 0 -1 99 1 503 221 803 61;
#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 18 85 If you create an array from the menu it will put it in the most recently created graph in the window \, and if none \, it will make a new one for you.;
#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 599 291 last updated for release 0.32.;