Skip to content

v1.0.0-beta.24

Pre-release
Pre-release

Choose a tag to compare

@dtinth dtinth released this 08 Nov 15:03
· 2267 commits to master since this release
  • Fixed sound cutting problem when playing bmson files. In previous version, sometimes there’s a clicking sound at the end of a sliced keysound. As of writing, Google Chrome is not very accurate when it comes to playing and stopping sounds. I guess that it rounds to the next buffer loop before stopping. The fix is to manually stop the sound by setting fading its volume down to 0 at a precise time.
  • Fixed graphics blending problem. Related issue: pixijs/pixi.js#2188

Others