htmlgames / htmlgames.github.io

HTML Games
5 stars 7 forks source link

FIXED: Scratch projects using drums / instruments not working on apk version #11

Closed htmlgames closed 6 years ago

htmlgames commented 7 years ago

If you project uses the built in scratch blocks:

Drums Instrument

Then the drum / instrument sound doesn't currently play. Effects apk's only. This is a known issue which is currently being worked on.

htmlgames commented 7 years ago

(I think needs to base64 load into an arrayBuffer, rather than xmlhttp request as we are running locally)

Fixed, see IO.loadWavBufferZip function