Socket
Socket
Sign inDemoInstall

webmscore

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webmscore - npm Package Versions

23
6

1.2.1

Diff

Changelog

Source

1.2.1 - 2023-01-23

Added

  • Export setLogLevel on the WebMscore web worker

Fixed

  • Static class fields cause error in babel-transpiled js
xmader
published 1.2.0 •

Changelog

Source

1.2.0 - 2023-01-23

Added

  • Throw WasmError when webmscore encounters score processing error

Changed

  • The log level can now be set before WebMscore.load(...), overrides the default behaviour which turns off logs in WebMscore.load(...).

Fixed

  • For score files created in MuseScore versions older than v3.6.0, instruments no longer all sound like piano in the exported audio.
xmader
published 1.1.0 •

Changelog

Source

1.1.0 - 2023-01-15

Added

  • Allowing to set log level
const score = await WebMscore.load(...) // set log level to `Off` by default
await WebMscore.setLogLevel(2)          // set log level to `Debug`

Changed

  • Logs are turned off by default

  • Incorporate ccache in the build script, could significantly speed up recompilation if ccache is installed

xmader
published 1.0.0 •

Changelog

Source

1.0.0 - 2023-01-13

BREAKING CHANGE

  • webmscore is now built based on MuseScore 4.0!

Changed

  • Although there's no public API change comparing to v0.22.0, there might be some unintended internal changes or incompatibilities.
xmader
published 0.22.0 •

Changelog

Source

0.22.0 - 2022-12-31

Changed

  • Build over the offscreen Qt Platform Plugin so that the wasm binary size has been significantly reduced
    • webmscore.lib.wasm:<br> 10.47 MB -> 7.42 MB
    • webmscore.lib.mem.wasm:<br> 4.97 MB -> 3.92 MB
xmader
published 0.21.0 •

Changelog

Source

0.21.0 - 2020-03-02

BREAKING CHANGE

SynthRes.chunk = Float32Array[ channelA 512 frames, channelB 512 frames ]
xmader
published 0.20.4 •

Changelog

Source

0.20.4 - 2020-03-01

Fixed

  • Webpack import
xmader
published 0.21.0-beta.1 •

xmader
published 0.20.4-beta.1 •

xmader
published 0.20.3 •

23
6
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc