Skip to content

Releases: demozoo/cowbell

0.6.1

21 Jan 04:40
Compare
Choose a tag to compare
  • Updated ASAP to version 6.0.1
  • Updated libopenmpt to 0.7.3
  • Updated PSGplay to 0.6
  • Fixed "audioContext not active" errors in Safari
  • Fixed failure to start playback when playing OpenMPT and PSGplay files on the same page load
  • Removed need to specify pathToLibPSGPlay option
  • Replaced Closure Compiler with babel-minify

0.6

06 Aug 13:14
Compare
Choose a tag to compare
0.6
  • Added PSGPlay player by Fredrik Noring to support Atari ST .sndh format

0.5.1

30 Jun 21:33
Compare
Choose a tag to compare
  • Updated libopenmpt to version 0.6.4
  • Enabled libopenmpt's Amiga resampler

0.5

20 Apr 21:53
Compare
Choose a tag to compare
0.5
  • Added ASAP player by Piotr Fusik (Fox) to support .sap and other Atari 8-bit formats
  • Added support for emulating the YM chip in place of the AY (tIn)
  • Updated libopenmpt to current SVN build (0.5, r12686) and rebuilt with WebAssembly support

0.4

11 Aug 22:41
Compare
Choose a tag to compare
0.4
  • Added .sid file format support, via jsSID by Mihaly Horvath (Hermit)
  • Fixed PSG player to interpret 0xfe commands correctly
  • Updated libopenmpt to version 0.3.0-pre.5+r8745

0.3

28 Nov 21:34
Compare
Choose a tag to compare
0.3
  • Web audio player now falls back on webkitAudioContext if AudioContext is not available (for Safari compatibility)
  • Fixed channel count initialisation for libopenmpt (for Safari compatibility)
  • Replaced Z80-emulated version of the ZX Spectrum STC player code with a native Javascript port that's about 3 times faster
  • Added build steps for Emscripten and libopenmpt to the development VM, as an optional install
  • Updated the libopenmpt backend to handle the libopenmpt.js.mem file created by newer versions of Emscripten. NOTE: As a result of this change, use of the pathToLibOpenMPT option is now compulsory - it is no longer valid to import libopenmpt.js directly via a script tag.
  • Added ZX Spectrum SQ-Tracker (.sqt) file format support
  • Updated libopenmpt to version 0.3.0-pre.2+r7430

0.2

24 Apr 21:39
Compare
Choose a tag to compare
0.2
  • Added 'Roundel' UI
  • Fixed error when closing a WebAudioPlayer track that has not begun playback
  • Fixed error when accessing currentTime on a paused WebAudioPlayer track

0.1

11 Apr 20:58
Compare
Choose a tag to compare
0.1

Initial release