C# Class cadencii.media.MidiOutDevice

Exibir arquivo Open project: cadencii/cadencii Class Usage Examples

Public Methods

Method 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

Method Description
SendLong ( byte data ) : void
SendShort ( byte data ) : void

Method Details

Close() public method

public Close ( ) : void
return void

MidiOutDevice() public method

public MidiOutDevice ( uint device_id ) : System
device_id uint
return System

Play() public method

public Play ( byte channel, byte note, byte velocity ) : void
channel byte
note byte
velocity byte
return void

ProgramChange() public method

public ProgramChange ( byte channel, byte program ) : void
channel byte
program byte
return void

SendData() public method

public SendData ( byte data ) : void
data byte
return void