On 9/23/07, Patrice Colet pat@mamalala.org wrote:
I was expecting to have this in creation arguments, like [tracker 10 10 $0-trk] but it's not implemented apparently, even worse, if I put [tracker $0-trk] itracker is simply not created, if I put [tracker 10 10] it crashes pd!
you should have a look at one pd file that you saved with a [tracker] in it. anyway those option are (obviously) available.
you can instantiate tracker as follows:
[tracker -send sendsymbol -recv recvsymbol -rows 16 -cols 7]
or
[tracker -data 2 3 1 2 3 4 5 6]
options are Tk like, so they are backward/forward compatible and don't rely on order :)
Federico Ferri