old school music tracker audio backend
at main 20 lines 719 B view raw view rendered
1# torque-tracker-engine 2Torque tracker is a reimplementation of [schismtracker](https://github.com/schismtracker/schismtracker). 3 4My GUI implementation is on [crates.io](https://crates.io/crates/torque-tracker). The library should be 5flexible enough to be used in multiple UI libraries and multiple audio output libraries. 6 7Work in Progress. 8 9## Current Features 10- simple audio playback & rendering 11- partial loading of schism tracker files 12- per channel volume and pan 13- song updates while playing 14 15## Planned / Wanted Features 16- audio effects 17- "instruments" (in the way schism tracker uses that word) 18- sample settings 19- complete loading and storing of schism project files 20- higher quality interpolation algorithms