Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 948 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 948 Bytes

TMikMod

TMikMod is a module library coded for C++Builder. The library can be used in VCL and FireMonkey applications. It supports 32-bit Windows, 64-bit Windows and Android targets.

It supports the following formats:

  • 669 (Composer 669, Unis 669)
  • AMF (DSMI Advanced Module Format)
  • AMF (ASYLUM Music Format V1.0)
  • APUN (APlayer)
  • DSM (DSIK internal format)
  • FAR (Farandole Composer)
  • GDM (General DigiMusic)
  • IT (Impulse Tracker)
  • IMF (Imago Orpheus)
  • MOD (15 and 31 instruments)
  • MED (OctaMED)
  • MTM (MultiTracker Module editor)
  • OKT (Amiga Oktalyzer)
  • S3M (Scream Tracker 3)
  • STM (Scream Tracker)
  • STX (Scream Tracker Music Interface Kit)
  • ULT (UltraTracker)
  • UNI (MikMod)
  • XM (FastTracker 2)

How to Use

  1. Compile the TMikModLib project to generate the library.
  2. Add the library (.lib or . a) and MikMod.h files to your project.

Look at the ModPlayerVcl and ModPlayerFmx projects for examples.