Sha256: cbb70e66aee61b5a1a4cf5a54e3b3a3b3d90df2a8a07c45c0286a7e642d0d7bb
Contents?: true
Size: 734 Bytes
Versions: 1
Compression:
Stored size: 734 Bytes
Contents
# mml2wav MML (Music Macro Language) to WAV audio converter by Ruby. ## Dependencies * [jstrait/wavefile](https://github.com/jstrait/wavefile) ## Installation $ gem install mml2wav ## Usage $ mml2wav XXX.mml Or $ echo 'MML TEXT' | mml2wav ## Suppoted MML features ### do re mi... MML | doremi --- | ------ c | do d | re e | mi f | fa g | so a | la b | si ### signs MML | mean --- | ------ r | rest ## License MIT License. See LICENSE.txt for details. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mml2wav-0.0.1 | README.md |