Results 15 comments of planethcom

Which solution did you implement? I'd recommend to go for the second I mentioned, the one with the pre-initialized buffer pool. That's much faster than instantiating byte arrays at runtime....

Blocking queue is slower. What I mean is to use 2 ArrayDeques, one as queue, and one as byte array pool, so that you can reuse the arrays once they...

Maybe this helps some of you guys. As a workaround, I’ve added this part to the FAQs of my website: --- No Sound when USB MIDI Controller/Keyboard connected This seems...

Hi Kaoru Thanks a million, that’s great news. I’ll analyze the code as soon as possible and test it on the Z3. Greetings, Andreas Von: Kaoru Shoji [mailto:[email protected]] Gesendet: Donnerstag,...

Hi Kaoru Finally our movement is done and I got back to work, and so found time to test your solution. First of all, excellent work, the solution is simple...