Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/edudobay/mingus
- Owner: edudobay
- License: gpl-3.0
- Created: 2014-10-18T18:32:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-21T00:39:01.000Z (about 10 years ago)
- Last Synced: 2023-08-03T18:02:33.834Z (over 1 year ago)
- Language: Python
- Size: 1.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
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 athttp://groups.google.com/group/mingus-python
================================================================================
L I C E N S E
================================================================================mingus - Music theory Python package,
Copyright (C) 2008-2009, Bart SpaansThis 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 .================================================================================