caodajieup / midi-dot-net

Automatically exported from code.google.com/p/midi-dot-net
0 stars 0 forks source link

Not use MessageQueue #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Firstly I would like to thank you for your hard work and creating this 
wonderful library. I am trying to create a driver application for a controller 
that I built using your library and I would like to ask some questions if its 
possible.

I have some trouble with the inputDevice and the noteOn noteOff event 
handlers.. I'm not really sure how to use the StopRecieving() and 
StartRecieving(). But all the incoming messages get stacked and are executed 
only after I do  StopRecieving() and StartRecieving() again. 
How it is possible to process  a received  noteOn message instantly instead of 
adding it to the message queue?

Thank you very much for your help and understanding. I am not very experienced 
C# programmer so excuse me if this is really basic thing. I created a driver 
using Processing but have to rewrite it because of latency that there is with 
the serial comms.

Original issue reported on code.google.com by ghz.tom...@gmail.com on 17 Jan 2012 at 7:56