C# Class Animatroller.Framework.Expander.MidiInput2

Inheritance: IPort, IRunnable
Afficher le fichier Open project: HakanL/animatroller

Protected Properties

Свойство Type Description
log Logger

Méthodes publiques

Méthode 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

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

Method Details

Controller() public méthode

public Controller ( int midiChannel, int controller ) : IObservable
midiChannel int
controller int
Résultat IObservable

MidiInput2() public méthode

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

Note() public méthode

public Note ( int midiChannel, int note ) : IObservable
midiChannel int
note int
Résultat IObservable

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

log protected_oe static_oe property

protected static Logger log
Résultat Logger