C# Class MidiTrack, unity_synthesizer

Mostrar archivo Open project: calvinbaart/unity_synthesizer Class Usage Examples

Public Properties

Property Type Description
Name string

Public Methods

Method 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 method

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

MidiTrack() public method

public MidiTrack ( Midi, midi ) : System.Collections.Generic
midi Midi,
return System.Collections.Generic

Tick() public method

Called by Midi to tick the MidiTrack.
public Tick ( ) : bool
return bool

Property Details

Name public_oe property

public string Name
return string