Creating .csv in Max 7
Hi All,
I'm working on a project that detects clapping against a MIDI score. I have two bang outputs - one every time there is a noteout of the MIDI and one every time the user claps.
I have these events in UTC (current patch shared below) for python data processing later on, now I'd like the data output into a .csv. However, I've never worked with [coll] or [text] before, and have limited experience with .csv.
The patch contains a screenshot of what I'd like the .csv to look like
UTC Test.maxpat
Max Patch

you should be able to do that with the text object pretty easily, although I think it might truncate floats to a certain number of decimal points-- just check out the help file to start with