ProMidi or MidiBus Library and 3D sketch
in
Contributed Library Questions
•
7 months ago
Hey,
i tested the MidiBus library and everything worked fine, until i change the sketch into 3D. ( size(800,600,OPENGL) )
When i change the mode into a 3D sketch, ( OPENGL or P3D ) i always get this error when the midi Port recieves a Midi Signal. ( noteOn )
" Disabling noteOn() for panel0 because of an error.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597) and so on .. "
I only get the error when i do some visual things in connection with noteOn.
noteOn -> drawEllipse -> error
noteOn -> change some values -> everything o.k
Does anyone know something about this error ? ( got the same error with ProMidi )
Many thanks in advance !
1