Changelog
0.10.0 - 2020-08-01
synthAudio
's iterator function has changed, see interface SynthRes
in schemas.tsChangelog
0.9.0 - 2020-07-30
.destory()
method is now having the soft
parameter (default: true
)
true
: destroy the score instance only, or
false
: destroy the whole WebMscore context
To retrieve the default
.destory()
behavior of webmscore in WebWorker prior to v0.9.0, setsoft
tofalse
Changelog
0.8.3 - 2020-07-30