Gargaj / pymod

A pure Python library that reads/writes/plays music modules (MOD/IT/S3M/XM/etc.)

Home Page:http://github.com/RecursiveGreen/pymod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyMOD
=====

A library for reading/writing/playing music modules (MOD/IT/S3M/XM/etc.)

               ============================================

**WARNING**
This is still a major work in progress! Even though these files are coded to be
opened read-only, I am not responsible for any module files loaded with this
library that become damaged! **USE AT YOUR OWN RISK!**

Here's a breakdown of current functionality:
(r = Read, w = Write, x = Execute/Playback)

Formats        Functions          Comments
-------        ---------          --------
  IT               r              Reading raw sample data still not implemented
  MOD		   r
  S3M              r              Reading raw sample data still not implemented
  XM               r              

               ============================================

About

A pure Python library that reads/writes/plays music modules (MOD/IT/S3M/XM/etc.)

http://github.com/RecursiveGreen/pymod

License:GNU General Public License v3.0


Languages

Language:Python 100.0%