コード例 #1
0
ファイル: Midi.cs プロジェクト: the-alex-mark/proglib-cs
 public static int MIDI_OutGetNumDevs()
 {
     return(Midi.midiOutGetNumDevs());
 }