Hello,
i'm trying to use a matrix for evolutionary sound algorithm, but i dont' know Pd very well.
How is the best way to access the position X Y of a matrix?
My newbie idea:
i created a text file, with my matrix:
2 2 1 2 2 2 1 ;
2 1 2 2 2 1 2 ;
1 2 2 2 1 2 2 ;
2 2 2 1 2 2 1 ;
2 2 1 2 2 1 2 ;
2 1 2 2 1 2 2 ;
1 2 2 1 2 2 2 ;
so i'm reading this matrix x times to reach line x. But it is very stupid, cause the outlet is sent several times, when i want just the last one.
Could anyone help me? Anyway i would want to know a good solution for my bad idea too, how could i catch just the last bang i send to a [textfile]???
THX!!!