C# 클래스 MidiCommandEvent, unity_synthesizer

상속: MidiEvent
파일 보기 프로젝트 열기: calvinbaart/unity_synthesizer

공개 프로퍼티들

프로퍼티 타입 설명
Args byte[]
Channel int
Command int
Midi Midi,
Time uint
Track MidiTrack,

공개 메소드들

메소드 설명
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

메소드 상세

Execute() 공개 메소드

Executes the event
public Execute ( ) : void
리턴 void

GetEventType() 공개 메소드

Gets the event type
public GetEventType ( ) : MidiEventType
리턴 MidiEventType

GetTime() 공개 메소드

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

MidiCommandEvent() 공개 메소드

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,
리턴 UnityEngine

프로퍼티 상세

Args 공개적으로 프로퍼티

public byte[] Args
리턴 byte[]

Channel 공개적으로 프로퍼티

public int Channel
리턴 int

Command 공개적으로 프로퍼티

public int Command
리턴 int

Midi 공개적으로 프로퍼티

public Midi, Midi
리턴 Midi,

Time 공개적으로 프로퍼티

public uint Time
리턴 uint

Track 공개적으로 프로퍼티

public MidiTrack, Track
리턴 MidiTrack,