C# Class cadencii.media.MidiOutDevice

Afficher le fichier Open project: cadencii/cadencii Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
MidiOutDevice ( uint device_id ) : System
Play ( byte channel, byte note, byte velocity ) : void
ProgramChange ( byte channel, byte program ) : void
SendData ( byte data ) : void

Private Methods

Méthode Description
SendLong ( byte data ) : void
SendShort ( byte data ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

MidiOutDevice() public méthode

public MidiOutDevice ( uint device_id ) : System
device_id uint
Résultat System

Play() public méthode

public Play ( byte channel, byte note, byte velocity ) : void
channel byte
note byte
velocity byte
Résultat void

ProgramChange() public méthode

public ProgramChange ( byte channel, byte program ) : void
channel byte
program byte
Résultat void

SendData() public méthode

public SendData ( byte data ) : void
data byte
Résultat void