Stores the tempo changes within the midi.
More...
|
| long | timeMicros |
| | Returns the tempo at a given time in microseconds, as well as the time where it is set.
|
| |
|
|
int | Count [get] |
| |
|
long uint tempoMicros | this[long timeMicros] [get] |
| |
Stores the tempo changes within the midi.
◆ GTEIndex()
| int? CookedMidi.TempoMap_.GTEIndex |
( |
long | timeMicros | ) |
|
- Returns
- The index of the tempo change at or after timeMicros , or null if there is no next tempo change.
◆ GTIndex()
| int? CookedMidi.TempoMap_.GTIndex |
( |
long | timeMicros | ) |
|
- Returns
- The index of the next tempo change after (not including) timeMicros , or null if there is no next tempo change.
◆ LTEIndex()
| int? CookedMidi.TempoMap_.LTEIndex |
( |
long | timeMicros | ) |
|
- Returns
- The index of the tempo change at or before timeMicros , or null if there is no previous tempo change.
◆ LTIndex()
| int? CookedMidi.TempoMap_.LTIndex |
( |
long | timeMicros | ) |
|
- Returns
- The index of the previous tempo change before (not including) timeMicros , or null if there is no previous tempo change.
◆ Set()
| void CookedMidi.TempoMap_.Set |
( |
long | timeMicros, |
|
|
uint | tempoMicros ) |
◆ timeMicros
| long CookedMidi.TempoMap_.timeMicros |
Returns the tempo at a given time in microseconds, as well as the time where it is set.
- Returns
- The nth tempo change's time and tempo.
- Returns
- The next tempo change after (not including) timeMicros , or null if there is no next tempo change.
- Returns
- The tempo change at or after timeMicros , or null if there is no next tempo change.
- Returns
- The previous tempo change before (not including) timeMicros , or null if there is no previous tempo change.
- Returns
- The tempo change at or before timeMicros , or null if there is no previous tempo change.
The documentation for this class was generated from the following file:
- L:/Coding/Unity/OMIDIV/Assets/Scripts/MIDI/CookedMidi.cs