One time onload: Gmidi.midiOut = new MidiOut(Gmidi.VMidiDevice); this.Closed += (o, s) => Gmidi.midiOut.Dispose(); Gmidi.midiIn = new MidiIn(Gmidi.IMidiDevice); this.Closed += (o, s) => Gmidi.midiIn.Dispose(); Gmidi.midiIn.Start();
Then the error happen, and i nto otuch nothng or send midi.
Also, using midi monitor, no any signal midi is sended.
I suspect this is sme kind of bug or problem requeire some workaround on the library.
Like always, thankyou so much for send a fatser repply : )