Musical MIDI Accompaniment
Official Downloads
The most current version of MMA is 12.10a.
MMA
The main MMA archive is really all you need. It includes:
- mma - the executable python script,
- modules - the various python modules needed to run MMA,
- lib - a set of standard library files which contain well over 1000 MMA patterns for different rhythms,
- egs - a few simple demo songs and more complicated examples,
- docs/html - the entire set of documentation files in HTML format.
After downloading this file you need to unpack it (the directory “mma-bin-VERSION” will be automatically created). The magical incantation:
tar xzf mma-bin-*.tar.gzshould work just fine. Then run the one of the install scripts (either ln-install or cp-install). Read the file text/INSTALL for details, but we recommend using ln-install.
This will create the needed system directories and install the Python modules and the standard MMA library. The script has been designed for Linux ... follow these instructions for Windows and if you install this on a different OS, please let us know just what problems you had and your solutions.
This is a Unix/Linux tar.gz file.
| Download (2.0MEG): mma-bin-12.10.tar.gz |
Distribution Packages
To make installs easier for people with Linux systems we have created deb and rpm packages. These packages include the basic MMA distribution, plus the PDF documentation.
The packages will be installed in the /usr (not /local) directory structure.
MMA's only dependency is Python 2.5 or greater (it doesn't work with 3.x of Python), so there should be no dep problems with these packages. Please let us know if there are any problems.
Debian Package
Use your favorite debian package manager (from a command line you can do something like: sudo dpkg -i mma*deb).
We're not “real” Debian package makers ... so, shout if you find a problem ... better, mildly shout if it works as advertised!
| Download (3.6MEG): mma_12.10_all.deb |
RPM Package
A RPM based package for users with Redhat, Mandriva and other rpm based distros has been created using alien run on the the deb package.
| Download (3.5MEG): mma-12.10-1.noarch.rpm |
PDF Documentation
The documentation for MMA consists of 3 PDF files:
- mma.pdf - a 240 page printable manual.
- mma-tut.pdf - a short (21 page) tutorial.
- mma-lib.pdf - reference to the standard mma library.
The HTML docs supplied with the main distribution are extracted from the PDF files. You should have both sets if for no other reason that the PDF files look much nicer.
This is a Unix/Linux tar.gz file.
| Download (1.6MEG): mma-pdf-12.10.tar.gz |
Chord Documentation
In addition to the main reference manuals we have prepared an auxiliary PDF document listing in both text and standard music notation all the chords and scales supported in MMA.
This is a compressed Unix/Linux .gz file.
| Download (51K): chords.pdf.gz |
Current Developer Version
If you are brave, you might want to try the very newest!
This package has everything in it that the “official” distribution contains. However, the pdf documentation, above, doesn't reflect changes ... the download comes with html docs which should document all the changes.
Install note: if you have an existing install using the .deb or .rpm package you should probably delete/remove it first to avoid confusion. The .deb/.rpm install is the /usr/ directory and the manual install for the developer versions install in /usr/local.
Features (please read the file text/CHANGES-** for complete details):
- Grace note option in solo notes,
- MidiWheel command for controlling the “pitch bend” controller,
- ChannelInit command for setting up MIDI stuff at startup,
- MidiVolume, etc. fixed for tracks and global.
| Download (2.1MEG): mma-devl.12.10a.tar.gz |