Quantcast
Channel: NAudio
Viewing all articles
Browse latest Browse all 5831

New Post: MIDIout.Finalize() MIDIin.Finalize() problem

$
0
0

 

 

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 : )


Viewing all articles
Browse latest Browse all 5831

Trending Articles