Skip to content

Latest commit

 

History

History

readme.md

BassoonPlayer

Standalone player, based on the BassoonTracker playback engine, that can be used to play SoundTracker, ProTracker and Fast Tracker modules in a web page.
The player is tiny (16kB gzipped) and is friendly on the CPU.

This is a build based v0.5.0.5 of BassoonTracker.

Usage and Examples

See the docs for usage instructions and examples.

Building

To build the player, you need to have Node.js and Vite installed. Then run:

vite build

to build the compressed player library in the build directory.

vite build -m dev

to build the uncompressed player library in the build directory.

History

The player moved to ES6 modules and is using Promises.
If you need a callback-based player that you can directly drop in your HTML page using a script tag, you can use the legacy player, based on version 0.4.0 of BassoonTracker.