ArmodPlugPlayer 0.2
-------------------
Fixed memmory leak..
structure changed..

info
------
pdf not updated..
 

ArmodPlugPlayer 0.1
-------------------

A simple and neat player for aros/i386.

Decoder= libmodplug v0.8.5 by Olivier Lapicque <olivierl@jps.net>.
Output = AHI.
GUI    = Zune/mui.


Zune/Volume class.
Zune/info display class.
Zune/Duration/TimeLine class.


PDF created using Txt2Pdf.
Gfx/icons done using LunaPaint.
Archived via arZIP.

All done natively on acer aspireone/icaros..


cli/Usage
---------
if you want to play via cli/shell than type.

"ArmodPlugPlayer module_name.extension" (example ArmodPlugPlayer test.mod)

Than hit [ play ] .


Bugs
----
Report at sertk118@gmail.com (Aros version only)



Features
-----------
- Plays 22 different mod formats, including:
    MOD, S3M, XM, IT, 669, AMF, 
    AMS, DBM, DMF, DSM, FAR,MDL, 
    MED, MTM, OKT, PTM, STM, ULT, 
    UMX, MT2, PSM,
    MID.

- plays timidity's GUS patch files (*.pat):
   a multi sample pat file with n samples can be played with a Frere Jacques 
   canon with n voices.
- plays all types of MIDI files (*.mid):
   uses the timidity .pat files for samples (when available)
   recognizes environment variables:

     MMPAT_PATH_TO_CFG	set to the directory where the file "timidity.cfg" and
      the subdirectory "instruments" can be found,
       default: "timidity:".
      MMMID_SPEED for experimenting with the mod speed (1 thru 9)
      MMMID_VERBOSE for feedback on the conversion process
      MMMID_DEBUG for sake of completeness, only useful for maintainers

- plays textfiles written in the ABC music notation (*.abc):
   uses the timidity .pat files for samples (when available)
   recognizes environment variables:

      MMPAT_PATH_TO_CFG	set to the directory where the file "timidity.cfg" and
       the subdirectory "instruments" can be found,
       default: "timidity:"
       
       