Closed eriveraa closed 5 years ago
If you opened the port which _TestOutputPort1
is trying to open somewhere else, then Windows does not allow opening one port twice - it can be only exclusively used. It does not apply to other OSes.
But if you don't open the output port anywhere else, your code above would just work. Chances are that your code is trying to open the output many times. (Check port-opening part with your debugger.)
The port-opening is already taken care. However i was really interested on answer to question 1. Thanks.
Nothing dedicated for that, I believe it can be implement quite easily like what you wrote above.
Excelent!, Thanks.
Hi, I have two questions:
_TestOutputPort1 is an output port already opened. So i would like to know if that´s the proper way to implement midi routing or is there any other way (and better). Thanks for your comments!