C# Class Animatroller.Framework.Expander.MidiOutput

Inheritance: IPort, IRunnable
ファイルを表示 Open project: HakanL/animatroller

Protected Properties

Property Type Description
log Logger

Public Methods

Method Description
MidiOutput ( string deviceName = null, bool ignoreMissingDevice = false, [ name = "" ) : System
Send ( int midiChannel, int controller, byte value ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
outputDevice_Error ( object sender, Sanford e ) : void

Method Details

MidiOutput() public method

public MidiOutput ( string deviceName = null, bool ignoreMissingDevice = false, [ name = "" ) : System
deviceName string
ignoreMissingDevice bool
name [
return System

Send() public method

public Send ( int midiChannel, int controller, byte value ) : void
midiChannel int
controller int
value byte
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

log protected_oe static_oe property

protected static Logger log
return Logger