Translation of Data in jit.textfile and jit.matrix
I think I am missing something fundamental. I want to use a jitter matrix to store data then be able to retrieve that data and manipulate the matrix.
I am using jit.textfile to import a csv and feeding that into a jitter matrix. I can see that the data looks like a scaled version of the original but I can also see that the data is very different from the original. Is there a way to turn off this scaling?
Max Patch
Copy patch and select New From Clipboard in Max.
I have attached some test data to show what I am talking about and thanks for any help.
Max Patch
Copy patch and select New From Clipboard in Max.
So using jit.str.tosymbol will decript the file back out of the array in textfile. But how can all of the fields be accessed? I am now only getting the first line.
Also curious about this. Bump.