Class

PerformanceData

PerformanceData()

Encapsulates performance data

Constructor

# new PerformanceData()

Creates a PerformanceData object
Author:

View Source vendors/AlphaTab/PerformanceData.js, line 14

Members

Methods

# addPitch(note, time)

Creates a new pitch and stores it in the list of pitches
Parameters:
Name Type Description
note Number Midi value to be stored in the list of values
time Number Time when the note was started

View Source vendors/AlphaTab/PerformanceData.js, line 33

# clear()

Clear the pitches from storage

View Source vendors/AlphaTab/PerformanceData.js, line 24