You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that this is not a public facing API, but will have implications for improvements to public facing API in MIKMIDIDeviceManager.
In particular, right now, both MIKMIDIInputPortandMIKMIDIDeviceManager have logic for handling multiple connected sources. Effort there is duplicated and wasted. This is primarily because MIKMIDIInputPort's API has no provision for per-source event handlers.
The text was updated successfully, but these errors were encountered:
I'm happy with this at this point. The enhancements made here were used to simplify and improve MIKMIDIDeviceManager and indirectly to ease implementation of MIKMIDIConnectionManager (#106).
Note that this is not a public facing API, but will have implications for improvements to public facing API in MIKMIDIDeviceManager.
In particular, right now, both
MIKMIDIInputPort
andMIKMIDIDeviceManager
have logic for handling multiple connected sources. Effort there is duplicated and wasted. This is primarily because MIKMIDIInputPort's API has no provision for per-source event handlers.The text was updated successfully, but these errors were encountered: