C# Class Midi.NoteMessage

Base class for messages relevant to a specific note.
Inheritance: ChannelMessage
Mostrar archivo Open project: jstnryan/midi-dot-net Class Usage Examples

Protected Methods

Method Description
NoteMessage ( Midi.DeviceBase device, Channel channel, Pitch pitch, int velocity, float time ) : System

Protected constructor.

Method Details

NoteMessage() protected method

Protected constructor.
protected NoteMessage ( Midi.DeviceBase device, Channel channel, Pitch pitch, int velocity, float time ) : System
device Midi.DeviceBase
channel Channel
pitch Pitch
velocity int
time float
return System