Skip to content

sangibeaud/LeMMA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LeMMA - a GUI frontend for creating MMA files

Note that this is NOT really an MMA editor, but rather a simple front-end to generate simple MMA files. I wrote this program so that I can churn out and play chord progressions easily.

INSTALLATION
------------
1. Windows:

Just unzip the files to any directory and run lemma.pyw or lemma.py

2. Linux:

Run install.py which will install to /usr/local

You can also use the command-line option --prefix=/usr to install to /usr

Or you can just unzip the files to a user directory and run lemma.py directly

Note that if you install to /usr or /usr/local, the configuration files will be saved in ~/.lemma. This can be overriden with the the --config option when starting LeMMA.

To uninstall LeMMA manually, delete the file <your install dir>/bin/lemma and the directory <your install dir>/share/lemma

USAGE
-----

Usage: lemma(.py) [options] [MMA file]

Command-line options:
	--help		This help message
	--debug		Turns on debug mode (run this from a shell window)
	--config=dir	Use "dir" for configuration settings

Click on the "Help" button in the program for more information on usage.

---
Gek S. Low <geksiong@yahoo.com>

About

A GUI front-end for creating MMA files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.6%
  • HTML 2.2%
  • Shell 0.2%