the beginnings of a new varvara tracker
This repository has been archived on 2022-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Nico 58f21a2cdd break out changing selected color from song drawing logic 2022-04-18 15:12:01 +01:00
.gitignore add first things to player - lookup helper funcs 2022-01-09 14:03:44 +00:00
LICENCE add tracker as it exists, readme file, and licence 2022-02-23 17:12:33 +00:00
Makefile first version of multi-channel playback 2022-01-20 17:05:42 +00:00
README.md fix song view, update README to reflect that tracker is actually in development again 2022-02-24 13:52:42 +00:00
engine.tal make engine build w/o other stuff 2022-01-25 18:48:19 +00:00
format.md remove command 2022-01-21 19:40:35 +00:00
player.tal remove command 2022-01-21 19:40:35 +00:00
testmodule.tal Merge branch 'main' of tildegit.org:nihilazo/kalama-sin 2022-03-02 10:47:51 +00:00
tracker.tal break out changing selected color from song drawing logic 2022-04-18 15:12:01 +01:00

README.md

kalama sin

kalama sin is a simple music playback engine for the varvara virtual machine. It uses a tracker-style module format which is documented in format.md. The engine itself is in engine.tal, which you can include in whatever varvara program you wish to add music. It's not super well documented but should be easy enough to figure out from the code.

tracker.tal is a very early attempt at building a tracker for the kalama module format