프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
ControllerVoiceMidiEvent ( long deltaTime, byte channel, Controller number, byte value ) : System |
Initialize the Controller MIDI event message.
|
|
ControllerVoiceMidiEvent ( long deltaTime, byte channel, byte number, byte value ) : System |
Initialize the Controller MIDI event message.
|
|
DeepClone ( ) : MidiEvent |
Creates a deep copy of the MIDI event.
|
|
ToString ( ) : string |
Generate a string representation of the event.
|
|
Write ( Stream outputStream ) : void |
Write the event to the output stream.
|
public ControllerVoiceMidiEvent ( long deltaTime, byte channel, Controller number, byte value ) : System | ||
deltaTime | long | The delta-time since the previous message. |
channel | byte | The channel to which to write the message (0 through 15). |
number | Controller | The type of controller message to be written. |
value | byte | The value of the controller message. |
리턴 | System |
public ControllerVoiceMidiEvent ( long deltaTime, byte channel, byte number, byte value ) : System | ||
deltaTime | long | The delta-time since the previous message. |
channel | byte | The channel to which to write the message (0 through 15). |
number | byte | The type of controller message to be written. |
value | byte | The value of the controller message. |
리턴 | System |
public Write ( Stream outputStream ) : void | ||
outputStream | Stream | The stream to which the event should be written. |
리턴 | void |