An audio sequencer. https://code.ivysaur.me/tracker
This repository has been archived on 2020-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mappu 010f872067 commit all archived files 2016-12-18 00:00:00 +00:00
dist-archive commit all archived files 2016-12-18 00:00:00 +00:00
.legacy-codesite.toml initial meta commit 2016-12-18 00:00:00 +00:00
README.md commit all archived files 2016-12-18 00:00:00 +00:00

README.md

tracker

An audio sequencer.

This is a port of Per-Olov Jernberg's JS1K entry "1024 byte sequencer" ( http://js1k.com/2013-spring/details/1506 ) including the same song. The source code is somewhat longer.

It generates 44.1kHz audio and plays via winmm.

The song can be edited in song.inc using the same N and C helper functions as described in the JS1K entry.

Tested with i686-w64-mingw32-gcc under cygwin64.

Changelog

2016-12-18 0.1