Hi guys,i cant run any file in processing contaning animata. I imported
animata playback library and then i run this skecth:
import processing.opengl.*;
import animata.*;
AnimataPlayback playback;
PImage viola;
void setup() {
size(400,400,OPENGL);
hint(ENABLE_OPENGL_4X_SMOOTH);
playback = new AnimataPlayback(this);
playback.addScene("violaplayer.nmt");
}
void draw() {
background(0);
playback.draw();
}
and I get this error:
class not found expection: rwmidi.rwmidi
does anybody know why?
tx
laura
_______________________________________________
animata-users mailing list
[email protected]
http://lists.kitchenbudapest.hu/cgi-bin/mailman/listinfo/animata-users