Class: ScoreController

MusicXMLAnalyzer. ScoreController

new ScoreController()

Source:

Methods

<inner> getDuration(type)

Function to get Duration of Notes
Parameters:
Name Type Description
type string The note type
Source:

<inner> getMidiValue(step, octave, alter) → {number}

Method to get MIDI-Values
Parameters:
Name Type Description
step string The note step
octave string The notes octave
alter string The alter value
Source:
Returns:
The MIDI value
Type
number

<inner> init()

Init method of ScoreController
Source:

<inner> playScore()

Method to play the created Pattern
Source: