home *** CD-ROM | disk | FTP | other *** search
- 1.30 :
- The high number is due to an error on my behalf - I mixed up the
- version numbers of two different programs.
- All code purtaining the Play statement has been moved into a
- seperate standalone unit called Musica. The Play procedure has
- been completely rewritten, as it, to put it nice, wasn't too
- musical.
-
- 1.08 :
- The code with relation to background music has been seperated
- into a seperate unit. This will make it easier for those who may
- not want it to leave it out.
- Changed In_Ansi to a boolean function.
- Changed states to type.
-
- 1.07 :
- Fixed problem with background 'NoSounding' foreground.
- New Function PlayBufferFull to check if buffer is full.
- - - PlayBufferEmpty - - - - - empty.
- New variable WaitForEmpty determines wait/discard for Stuff.
- First note in background still gets swallowed.
- Fixed problem with runaway timer.
-
- 1.06 :
- Limited release.
- Background music implemented.
- First note in background gets swallowed.
- Timer is runaway (1 tick per ms).
-
- 1.05 :
- Limited release.
- Implemented a text file device driver as shell arround AnsiWrite.
- Implemented 'Ansi'-Music (foreground only). Esc[M{statements}^C.
-
- 1.04 :
- Implemented Support for Esc[0K and Esc[2K.
-
- 1.03 :
- Added support for Esc[0J and Esc[1J.
- Changed string handling for Esc[#;#;....p
-
- 1.02 :
- Unreleased beta.