Hi,
I'm in trouble trying to make this:
A patch writes to text.txt a name of file.wav and a number of how many times it was played;
On a [loadbang] a patch reads file text.txt and knows how many times file.wav has been played and counts further;
I need to put more names of files with their times they been played in the same text.txt:
Times Name
12 file
3 file1
23 file2
How to define a line for each sub patch that it could read and write only in it's line. My patch gathering statistics of hundreds of files and would be nice to have it in one file.
I attached a patch with two sub patches for you to try to separate lines of sub patches that they could write and get different data from the text file according to the line they work on. Maybe you'll have other suggestions or even comments about it or modifications on my example patch.
more power together