C# Class MidiCommandEvent, unity_synthesizer

Inheritance: MidiEvent
Afficher le fichier Open project: calvinbaart/unity_synthesizer

Méthodes publiques

Свойство Type Description
Args byte[]
Channel int
Command int
Midi Midi,
Time uint
Track MidiTrack,

Méthodes publiques

Méthode 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 méthode

Executes the event
public Execute ( ) : void
Résultat void

GetEventType() public méthode

Gets the event type
public GetEventType ( ) : MidiEventType
Résultat MidiEventType

GetTime() public méthode

Gets the time to execute this event.
public GetTime ( ) : uint
Résultat uint

MidiCommandEvent() public méthode

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,
Résultat UnityEngine

Property Details

Args public_oe property

public byte[] Args
Résultat byte[]

Channel public_oe property

public int Channel
Résultat int

Command public_oe property

public int Command
Résultat int

Midi public_oe property

public Midi, Midi
Résultat Midi,

Time public_oe property

public uint Time
Résultat uint

Track public_oe property

public MidiTrack, Track
Résultat MidiTrack,