Methods
draw_csoundac_score(score)
Called by the browser to update the display of the Score. It is translated to a Silencio.Score object, which is what is actually displayed.
Parameters:
Name | Type | Description |
---|---|---|
score |
CsoundAC.Score | A generated CsoundAC.Score object. |
- Source:
draw_silencio_score(score)
A updates the WebGL display of the generated Silencio Score object.
Parameters:
Name | Type | Description |
---|---|---|
score |
Silencio.Score |
- Source:
stop()
Stops the timer that is updating the play position of the score.
- Source:
trackScoreTime()
Called by a timer during performance to update the play position in the piano roll display.
- Source: