home *** CD-ROM | disk | FTP | other *** search
-
- SuperPlay V4.5
-
- © 1994-96 by Andreas R. Kleinert.
-
- FREEWARE. All rights reserved.
-
- Version : 4.5
- Release Date : 27.05.1996
-
-
- Description
- ~~~~~~~~~~~
- SuperPlay is an example of a player program
- which uses the superplay.library.
-
- Use the source code as an example for own players.
-
- Author
- ~~~~~~
- Andreas R. Kleinert
- Sandstrasse 1
- D-57072 Siegen
- Germany
-
- Phone: +49-271-22869 (weekdays after 18.00h)
- +49-271-22838 (weekdays after 18.00h)
- EMail: Fido Andreas Kleinert 2:2457/350.18
- Usenet/InterNet Andreas_Kleinert@superview.ftn.sub.org
-
- If nothing else works, try one of these Fido-InterNet gateways:
-
- Andreas_Kleinert@p18.f350.n2457.z2.fido.sub.org (Germany)
- Andreas_Kleinert@p18.f350.n2457.z2.fidonet.org (US)
-
- History :
- ~~~~~~~~~
- V4.5 (27.05.1996) :
- -------------------
- - completely recompiled with SAS/C V6.56
- - docs had not been changed since V4.1
- (had been using SAS/C V6.55 since some versions already now, etc.)
- - GUI and some misc stuff had been changed (FileRequester, etc.)
- - many small, but effective improvements
- - my address, phone numbers, etc. changed
-
- V4.1 (02.12.1994) :
- -------------------
- - slightly changed GUI
- - Fido email address changed!
-
- V3.2 (25.07.1994) :
- -------------------
- - LED-Button did not work (switching was reversed, so that
- OFF resulted in OFF and ON in ON). Fixed.
-
- V3.1 (21.07.1994) :
- -------------------
- - bumped version to V3.1 :-)
- - increased required superplay.library version to 3,
- to make sure, that the new features are really available ...
- - replaced Alloc/FreeVec call in SP_Printf() with Alloc/FreeMem call,
- because invoking SuperPlay with "?" in an OS 1.3 CLI/Shell would
- crash the program (OS version is checked _after_ this point).
- - now only SAMPLE SPObjects are available for conversion anymore.
- This may change again, if there'll be more types than SAMPLEs
- and MODULEs in the future (e.g. MIDI sequences or so), but so far
- it seems no longer useful to show MODULE-SPObjects in the ListView.
-
- V1.6 (02.07.1994) :
- -------------------
- - re-designed GUI : - now font-sensitive
- - opens on Public Screen
- - ListView for SPObjects instead of Cycle
- (underscore "O" still works)
-
- V1.5 (08.05.1994) :
- -------------------
- - use of SAS/C V6.51
- - removed "anchor window" for the FileRequester
- - replaced SAS/C's (s)printf()-routine with own, RawDoFmt()-based one.
- This saves about 3000 Bytes.
- - again : fixed version string
- - added Gadget for toggling the LED/AudioFilter.
- Most of the time it may be useless, and its to big anyway, but ...
- - and more
-
- V1.3 (30.03.1994) :
- -------------------
- - Cycle-Gadget now reacts to "O" Underscore
- - changed Compiler Options slightly (Optimizer activated,
- no longer CODE=FAR, and more)
- - changed way of version counting
- - fixed version string
- - and more
-
- V1.01 (20.02.1994) :
- --------------------
- - use of SAS/C V6.5 (full recompilation)
- - fixed bug with double-used underscore in GUI
- - fixed bug in memory delocation (was not freed)
-
- V1.00 (16.01.1994) :
- --------------------
- - first version
-
- Copyrights
- ~~~~~~~~~~
- Some of the mentioned names or products above may be copyrighted by
- companies or trademarks of companies.
-
-
-