C# Class MidiCommandEvent, unity_synthesizer

Inheritance: MidiEvent
Datei anzeigen 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_oe property

public byte[] Args
return byte[]

Channel public_oe property

public int Channel
return int

Command public_oe property

public int Command
return int

Midi public_oe property

public Midi, Midi
return Midi,

Time public_oe property

public uint Time
return uint

Track public_oe property

public MidiTrack, Track
return MidiTrack,