Class: DashboardController

MusicXMLAnalyzer. DashboardController

new DashboardController()

Source:

Methods

<inner> init()

Init method of DashboardController
Source:

<inner> onFileSelectorChange(event, id)

Callback function for change event on dashboards file selector
Parameters:
Name Type Description
event Event The triggered event
id number the id of the selected file
Source:

<inner> onLogMessage(event, msg)

Callback function when log message revceived
Parameters:
Name Type Description
event Event The triggered event
msg string The log message
Source:

<inner> onModelReady(event, results)

Callback function when model loaded all results and merged them
Parameters:
Name Type Description
event Event the triggered event
results array the list of results
Source: