Changes
- Support opening GBA sav files to allow re-importing changes made in GBA mode in the desktop version.
- Fix default instruments clicking on GBA hardware due to needlessly re-triggering each frame.
- Remove non-supported menu functions from the web version.
Installing
macOS, Windows and Game Boy Advance binaries are available for download in assets below.
Linux is supported but it must still be built from source.
To build from source:
# You might need WAMR and CPAL local dependencies, for example on Ubuntu:
# sudo apt install build-essential cmake pkg-config libasound2-dev libxft-dev
cargo install --git https://github.com/jturcotte/chiptrack --tag v0.5
macOS
The binaries are not notarized by Apple, if you get a "killed" or similar error message you might have to run this command on the extracted executable in a terminal:
xattr -d com.apple.quarantine path/to/Chiptrack.app
Web
The web version for this release is available at https://jturcotte.github.io/chiptrack/v0.5.
It is mainly targeted at playing songs exported to GitHub Gists.