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
..
2019-06-10 14:08:17 -04:00
2019-08-21 15:07:20 -04:00

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.