Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (96) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4326
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Ptreplay_lib | Description: | Library for playing ProTracker modules | Download: | ptreplay_lib.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 56kb | Version: | 7.2 | Date: | 19 Jul 2009 | Author: | Fredrik Wikström | Submitter: | Fredrik Wikström | Email: | fredrik/a500 org | Homepage: | http://a500.org | Category: | library/audio | Replaces: | library/audio/ptreplay_lib.lha | License: | Freeware | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 4975 | | | Comments: | 2 | Snapshots: | 0 | Videos: | 0 | Downloads: | 618 (Current version) | | 753 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
This is an API compatible reimplementation of Mattias Karlsson's and Andreas
Palsson's "ptreplay.library". Audio output is done as 16-bit, 44100 Hz, stereo
using "ahi.device". Module playback is done using an OS4 port of Ilkka
Lehtoranta's "ptplay.library".
The following functions of the library should be fully supported:
PTLoadModule, PTUnloadModule, PTPlay, PTStop, PTPause, PTResume, PTFade,
PTSetVolume, PTSongPos, PTSongLen, PTPatternPos, PTInstallBits, PTSetupMod,
PTFreeMod, PTStartFade, PTSetPos
Other functions are implemented simply as no-ops which do nothing except return
a constant value (usually null/zero) depending on the function definition.
Requirements:
- AmigaOS 4.0 or newer
- ptplay.library 2.6 (29.4.08)
Installation:
Copy ptreplay.library LIBS:
Changes:
7.2 (19-Jul-2009)
- Opens a requester if ptplay.library fails to open
7.1 (23-Jun-2009)
- First released version
|