Tuesday, July 14, 2015

pd40. Reading a text file into an array in Pure Data

This is a text file which is in the same folder as the patch:


The message, when clicked, reads the text file and loads it into array1.


In the middle we have an array element of size 6 for visualization of array.


We can also use the tabread object and give at index. Here, we give the last index, 5. Pure Data use 0-based indexing.


No comments:

Post a Comment