mark can post some example of how do this "If you really want to use a background thread, create just one background thread and let that send events in a loop / read from a queue"
I need find way to send midi in faster way, without thread affect all application.
Right now send midi act like a bottleneck, specially affecting the UI thread making all work slow when send midi.
Bets regards!