C# Class PortMidiSharp.MidiInput

Inheritance: MidiStream
Afficher le fichier Open project: atsushieno/mldsp Class Usage Examples

Méthodes publiques

Méthode Description
MidiInput ( IntPtr stream, Int32 inputDevice ) : System
Read ( MidiEvent buffer, 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 ( MidiEvent buffer, int length ) : int
buffer MidiEvent
length int
Résultat int