Changelog
1.2.1 - 2023-01-23
setLogLevel
on the WebMscore web workerChangelog
1.2.0 - 2023-01-23
WasmError
when webmscore encounters score processing errorWebMscore.load(...)
, overrides the default behaviour which turns off logs in WebMscore.load(...)
.Changelog
1.1.0 - 2023-01-15
const score = await WebMscore.load(...) // set log level to `Off` by default
await WebMscore.setLogLevel(2) // set log level to `Debug`
Logs are turned off by default
Incorporate ccache in the build script, could significantly speed up recompilation if ccache
is installed
Changelog
1.0.0 - 2023-01-13
v0.22.0
, there might be some unintended internal changes or incompatibilities.Changelog
0.22.0 - 2022-12-31
offscreen
Qt Platform Plugin so that the wasm binary size has been significantly reduced
webmscore.lib.wasm
:<br>
10.47 MB -> 7.42 MBwebmscore.lib.mem.wasm
:<br>
4.97 MB -> 3.92 MBChangelog
0.21.0 - 2020-03-02
SynthRes.chunk
becomes non-interleaved float32 PCM dataSynthRes.chunk = Float32Array[ channelA 512 frames, channelB 512 frames ]