dos33fsprogs/pt3_lib/README.pt3_lib
Vince Weaver 73d9b710c7 pt3_lib: add directory with just the pt3 player
This will be less optimized than pt3_player but possibly
easier for other programs to use.
2019-06-07 15:18:51 -04:00

18 lines
492 B
Plaintext

The PT3_player Library
~~~~~~~~~~~~~~~~~~~~~~
by Vince "Deater" Weaver
7 June 2019
http://www.deater.net/weave/vmwprod/pt3_player/
Plays Vortex Tracker II .pt3 files on the Apple II
This code is meant as a relatively simple, reasonably optimized version
of the PT3 Vortex-Tracker player for use in other programs.
The orignal player code can be found in ../pt3_player/
That codebase is being *extremely* optimized to the point it's no longer
very straightforward to reuse the code.