PowerMOD: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
(Created page with "==Description== PowerMOD is a small MOD music player with real time adjustable controls. It does not use any form of fixed point or floating point mathematics to achieve the r...")
 
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Description==
{{Software
PowerMOD is a small MOD music player with real time adjustable controls. It does not use any form of fixed point or floating point mathematics to achieve the resampling but uses a form of the Bresnham algorithm to eliminate rounding errors that may occur using the former techniques.
|Picture=PowerMOD-1.png
|Version=0.39
|Author=[[Antony T. Curtis]]
|License=Freeware
|Download={{FileLink|PowerMOD2_0-39.zip}}
}}
'''PowerMOD''' is a small MOD music player with real time adjustable controls. It does not use any form of fixed point or floating point mathematics to achieve the resampling but uses a form of the Bresnham algorithm to eliminate rounding errors that may occur using the former techniques.


PowerMOD for OS/2 is complied using only fPrint's Virtual Pascal compiler - an excellent 32-bit Pascal compiler with brilliant Borland compatibility.
PowerMOD for OS/2 is complied using only fPrint's Virtual Pascal compiler - an excellent 32-bit Pascal compiler with brilliant Borland compatibility.
Line 6: Line 12:
PowerMOD for DOS is compiled using Borland Pascal 7. The Fourier code is assembled using the included Turbo Assembler as the in-built assembler cannot handle 386 menmonics.
PowerMOD for DOS is compiled using Borland Pascal 7. The Fourier code is assembled using the included Turbo Assembler as the in-built assembler cannot handle 386 menmonics.


The DOS version is no longer developed and is supplied as-is.  
The DOS version is no longer developed and is supplied as-is.
<gallery>
PowerMOD-2.png
PowerMOD-3.png
</gallery>


[[image:PowerMOD-1.gif|400px]]
[[Category:Module Players]]
 
[[Category:Freeware]]
[[image:PowerMOD-2.gif|400px]]
 
[[image:PowerMOD-3.gif|400px]]
 
==Download==
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/apps/mmedia/music/mod/players&file=pmod039.zip Version 0.39]
 
==License==
* Freeware
 
==Author==
* [[Antony T. Curtis]]
 
==Links==
 
[[Category:Software]]

Latest revision as of 04:44, 22 August 2023

PowerMOD
Version 0.39
Vendor
Author Antony T. Curtis
License Freeware
Download PowerMOD2_0-39.zip
Website

PowerMOD is a small MOD music player with real time adjustable controls. It does not use any form of fixed point or floating point mathematics to achieve the resampling but uses a form of the Bresnham algorithm to eliminate rounding errors that may occur using the former techniques.

PowerMOD for OS/2 is complied using only fPrint's Virtual Pascal compiler - an excellent 32-bit Pascal compiler with brilliant Borland compatibility.

PowerMOD for DOS is compiled using Borland Pascal 7. The Fourier code is assembled using the included Turbo Assembler as the in-built assembler cannot handle 386 menmonics.

The DOS version is no longer developed and is supplied as-is.