open existing device after plugging in
adcxyz opened this issue · 1 comments
adcxyz commented
open existing device after plugging in
adcxyz commented
on macOS, trying to the following sequence fails:
code::
// - opening an MKtl virtually
MKtl('nanoK2', "*trol2");
MKtl('nanoK2').gui
// - connecting the physscial device ...
// - then trying to do openDevice on the MKtl
MKtl('nanoK2').openDevice
-> fails with a primitive error in _DisconnectMIDIIn
this is fixed with commit 48e717f.