C# Class Animatroller.Framework.Expander.MidiInput2

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

Protected Properties

Property Type Description
log Logger

Public Methods

Method Description
Controller ( int midiChannel, int controller ) : IObservable
MidiInput2 ( string deviceName = null, bool ignoreMissingDevice = false, [ name = "" ) : System
Note ( int midiChannel, int note ) : IObservable
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
WireUpDevice_Note ( Animatroller device, int midiChannel, int note ) : void
inputDevice_ChannelMessageReceived ( object sender, Sanford.Multimedia.Midi.ChannelMessageEventArgs e ) : void

Method Details

Controller() public method

public Controller ( int midiChannel, int controller ) : IObservable
midiChannel int
controller int
return IObservable

MidiInput2() public method

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

Note() public method

public Note ( int midiChannel, int note ) : IObservable
midiChannel int
note int
return IObservable

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