We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
proMidi troubles (Read 577 times)
proMidi troubles
Sep 19th, 2006, 6:51pm
 
Hi. I'm getting all sorts of problems with the ProMidi examples.

The most important being that I can't get any midi output.

I also had to modify everything, as the new functions no longer correspond to the example code. But even with those changes, I'm getting the following error with sendNote() :

note = new Note(int(0),60,1000);
midiOut.sendNote(note);

> Exception in thread "Thread-6" java.util.ConcurrentModificationException

This is a bare-bones midi call with the value of 60 so as to isolate the problem. No sound output, and this ConcurrentModificationException. Looks like a thread problem, and not a midi one, so I'm having a hard time fixing it.

Any ideas?
Page Index Toggle Pages: 1