A MIDI Library for .NET

ControlChangeMessage Members

ControlChangeMessage overview

Public Instance Constructors

ControlChangeMessage Constructor Construts a Control Change message.

Public Instance Properties

Channel (inherited from ChannelMessage) Channel.
Control The control for this message.
Device (inherited from DeviceMessage) The device from which this message originated, or for which it is destined.
Time (inherited from Message) Milliseconds since the music started.
Value Value, 0..127.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
MakeTimeShiftedCopy Returns a copy of this message, shifted in time by the specified amount.
SendNow Sends this message immediately.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

ControlChangeMessage Class | Midi Namespace