Metadata+tagging

anonymous's icon

I need to modify the java script that's included in this tutorial so that it reads in audio files instead of movie files:

I know nothing about java script so I'm not sure if it's a big job or not.

Any help would be appreciated

793.db-max5-patches.zip
zip
Luke Hall's icon

You need to change this line:

f.typelist = ["MPEG","PICT","MooV","GIFf","JPEG","PNG","TIFF","SWFL","VfW","8BPS","BMP"];

You want it to contain the types of files you will accept when you load in a folder. Look in Cycling '74 > init > max-fileformats.txt to see the codes for different file types.

lh

anonymous's icon

Thanks, I figured that out. Now I need to input more data into more than 2 columns. I can add an extra column but I can't seem to be able to write data to that column.