C# Class MidiTrack, unity_synthesizer

Afficher le fichier Open project: calvinbaart/unity_synthesizer Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string

Méthodes publiques

Méthode Description
AddEvent ( MidiEvent evt ) : void

Called by Midi to add an event to the MidiTrack.

MidiTrack ( Midi, midi ) : System.Collections.Generic
Tick ( ) : bool

Called by Midi to tick the MidiTrack.

Method Details

AddEvent() public méthode

Called by Midi to add an event to the MidiTrack.
public AddEvent ( MidiEvent evt ) : void
evt MidiEvent The event to add
Résultat void

MidiTrack() public méthode

public MidiTrack ( Midi, midi ) : System.Collections.Generic
midi Midi,
Résultat System.Collections.Generic

Tick() public méthode

Called by Midi to tick the MidiTrack.
public Tick ( ) : bool
Résultat bool

Property Details

Name public_oe property

public string Name
Résultat string