[PD] Arrays & tables on pure data

Miguel Cardoso mcardoso at soopa.org
Mon Oct 2 18:19:29 CEST 2006


Is there anyway of creating arrays using functions?
id like to create a graphical bandpass filter, controlled by a midi  
fader....


here's a list of the different ways of writing tables i know:
table1 sinesum 512 0.5 0.5 0.5 0.5;
table2 cosinesum 512 0 1
table read file.txr
table normalize
table resize
table 0 -1 1 -1 1 -1 1 -1 1 -1
table bounds 0 -2 10 2





More information about the Pd-list mailing list