C# Class Commons.Music.Midi.PortMidi.MidiInput

Inheritance: MidiStream
Afficher le fichier Open project: atsushieno/managed-midi Class Usage Examples

Méthodes publiques

Méthode Description
MidiInput ( IntPtr stream, Int32 inputDevice ) : System
Read ( byte buffer, int index, int length ) : int

Method Details

MidiInput() public méthode

public MidiInput ( IntPtr stream, Int32 inputDevice ) : System
stream System.IntPtr
inputDevice System.Int32
Résultat System

Read() public méthode

public Read ( byte buffer, int index, int length ) : int
buffer byte
index int
length int
Résultat int