I have a question about how to use the matrix objects, I can print outputs and understand the basic maths like in the help patch but I am not sure what I would actually use a matrix for with audio. Could someone give a link to show me a good use of the matrix objects. I would also like to know if there is a simple way to dump the matrix values into an array.
One other question, I'm using the compiled OSX version of Pd and when I use the Pd.command the terminal window scrolls at a line per second even if there are no messages from Pd, how can I stop this?
Hallo, folio.function.modification.implement@xoxy.net hat gesagt: // folio.function.modification.implement@xoxy.net wrote:
I have a question about how to use the matrix objects, I can print outputs and understand the basic maths like in the help patch but I am not sure what I would actually use a matrix for with audio. Could someone give a link to show me a good use of the matrix objects. I would also like to know if there is a simple way to dump the matrix values into an array.
Attached is an example that is part of the rradical collection. (You probably will get errors with the [originator] and [commun] objects you can savely ignore. It's a graph-on-parent abstraction you should create an instance of inside another patch as done in rrad.split~-help.pd. It simply uses a 1x6 matrix~ to split audio data to six outlet~s
Frank Barknecht _ ______footils.org__
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote:
Hallo, folio.function.modification.implement@xoxy.net hat gesagt: // folio.function.modification.implement@xoxy.net wrote:
I have a question about how to use the matrix objects, I can print outputs and understand the basic maths like in the help patch but I am not sure what I would actually use a matrix for with audio. Could someone give a link to show me a good use of the matrix objects. I would also like to know if there is a simple way to dump the matrix values into an array.
Attached is an example that is part of the rradical collection.
Of course this explains matrix~ not matrix but this one is similar to use...
Frank Barknecht _ ______footils.org__