dos33fsprogs/pt3_lib
Vince Weaver 5c07480333 pt3_lib: fix issue where vibrato was broken
backed out a qkumba optimization that in retrospect I am not sure
what it was doing but it was broken subtly in at least 2 places

could probabl be re-optimized again, especially the pt3_lib version
2019-08-31 01:34:01 -04:00
..
empty.dsk
hardware.inc
hello.bas
interrupt_handler.s
Makefile
mockingboard_a.s
OPTIMIZATION.txt
pt3_lib.dsk
pt3_lib.s pt3_lib: fix issue where vibrato was broken 2019-08-31 01:34:01 -04:00
pt3_test.s
README.pt3_lib
zp.inc

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.