Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : problem with minim

$
0
0
Funny, lot of people do the same error recently. Probably a copy & paste error from some word processor.
Anyway, you have curvy double quotes, instead of the straight one used in programming:
minim.loadFile(dog.wav);
should be:
minim.loadFile("dog.wav");



Viewing all articles
Browse latest Browse all 1768

Trending Articles