Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edudobay/mingus

Fork of https://code.google.com/p/mingus/ music library to improve Python 3 support.
https://github.com/edudobay/mingus

Last synced: about 2 months ago
JSON representation

Fork of https://code.google.com/p/mingus/ music library to improve Python 3 support.

Awesome Lists containing this project

README

        

================================================================================
m i n g u s
================================================================================

mingus is a package for Python used by programmers, musicians, composers
and researchers to make and investigate music.

================================================================================
I N S T A L L
================================================================================

1. Unpack the source tarball.
2. `cd` into to the new directory
3. Run `python setup.py install` and you're done.

Optional:
4. Install LilyPond if you want to make use of the `mingus.extra.LilyPond`
module that creates sheet music from mingus objects.
5. Install fluidsynth for MIDI playback support.

================================================================================
R E S O U R C E S
================================================================================

[0] The official project page. Downloads, documentation, tutorials and news:
http://mingus.googlecode.com/

[1] Blog. Announcements, etc.
http://www.onderstekop.nl/

[2] LilyPond's home.
http://www.lilypond.org/

[3] FluidSynth's home.
http://www.fluidsynth.org/

================================================================================
D E V E L O P M E N T
================================================================================

An up to date subversion repository of the source and a bug tracker
can be found at the the google code page:

http://mingus.googlecode.com/

And all commits and issue changes will automatically be posted here:

http://groups.google.com/group/mingus-devel

If you'd like to get in touch to ask a question or submit a patch,
you should contact mingus' google group at

http://groups.google.com/group/mingus-python

================================================================================
L I C E N S E
================================================================================

mingus - Music theory Python package,
Copyright (C) 2008-2009, Bart Spaans

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .

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