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 NoteBuffer?? (Read 344 times)
Promidi NoteBuffer??
Feb 19th, 2008, 4:11pm
 
anyone could tell me how will i solve this problem:
i´m using processing to send information to cubase. Processing starts fine but in a few moments the midi goes in a endless loop and it´s impossible to stop him.

processing gives me the following error:

Exception in thread "Thread-15" java.util.ConcurrentModificationException
at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1031)
at java.util.TreeMap$KeyIterator.next(TreeMap.java:1058)
at java.util.AbstractCollection.toArray(AbstractCollection.java:126)
at promidi.MidiOut$NoteBuffer.run(MidiOut.java:263)

he continuos running but i cant stop the last note of the midi.
where can i control the MidiOutNote Buffer??


I´m using iac driver/proMidi 2.0/register mandalone/macbook pro 2G memory.

any help will be great.
thanks.
Page Index Toggle Pages: 1