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