상속: IDisposable
예제 #1
0
 internal MidiDeviceInfo(RtMidiDevice manager, int id, int port, bool isInput)
 {
     this.manager = manager;
     this.id      = id;
     this.port    = port;
     is_input     = isInput;
 }
예제 #2
0
 internal MidiDeviceInfo(RtMidiDevice manager, int id, int port, bool isInput)
 {
     this.manager = manager;
     this.id = id;
     this.port = port;
     is_input = isInput;
 }