C# Class MidiCommandEvent, unity_synthesizer

Inheritance: MidiEvent
Show file Open project: calvinbaart/unity_synthesizer

Public Properties

Property Type Description
Args byte[]
Channel int
Command int
Midi Midi,
Time uint
Track MidiTrack,

Public Methods

Method Description
Execute ( ) : void

Executes the event

GetEventType ( ) : MidiEventType

Gets the event type

GetTime ( ) : uint

Gets the time to execute this event.

MidiCommandEvent ( uint time, int command, int channel, byte args, Midi, midi, MidiTrack, track ) : UnityEngine

Method Details

Execute() public method

Executes the event
public Execute ( ) : void
return void

GetEventType() public method

Gets the event type
public GetEventType ( ) : MidiEventType
return MidiEventType

GetTime() public method

Gets the time to execute this event.
public GetTime ( ) : uint
return uint

MidiCommandEvent() public method

public MidiCommandEvent ( uint time, int command, int channel, byte args, Midi, midi, MidiTrack, track ) : UnityEngine
time uint
command int
channel int
args byte
midi Midi,
track MidiTrack,
return UnityEngine

Property Details

Args public property

public byte[] Args
return byte[]

Channel public property

public int Channel
return int

Command public property

public int Command
return int

Midi public property

public Midi, Midi
return Midi,

Time public property

public uint Time
return uint

Track public property

public MidiTrack, Track
return MidiTrack,