Project

mml2wav

0.0
No commit activity in last 3 years
No release in over 3 years
MML (Music Macro Language) to WAV audio converter by pure Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

mml2wav Gem Version

MML (Music Macro Language) to WAV audio converter by pure Ruby.

Dependencies

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

length

MML length
c4 1/4 (default)
c8 1/8
c16 1/16
c. 1.5 times longer than default

signs

MML mean
r rest
t90 BPM
l4 default length
o4 octave
< up octave

| down octave

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