Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myokoym/rhythmmml
Rhythmmml (りずむーる) is a rhythm game for MML (Music Macro Language) by Gosu with Ruby.
https://github.com/myokoym/rhythmmml
Last synced: 2 days ago
JSON representation
Rhythmmml (りずむーる) is a rhythm game for MML (Music Macro Language) by Gosu with Ruby.
- Host: GitHub
- URL: https://github.com/myokoym/rhythmmml
- Owner: myokoym
- License: mit
- Created: 2015-04-28T15:54:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T17:16:13.000Z (over 8 years ago)
- Last Synced: 2024-10-11T17:26:18.875Z (about 1 month ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/rhythmmml
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Rhythmmml [![Gem Version](https://badge.fury.io/rb/rhythmmml.svg)](http://badge.fury.io/rb/rhythmmml)
A rhythm game for MML (Music Macro Language) by Gosu with Ruby.
![Rhythmmml Demo](http://myokoym.net/public/rhythmmml-demo.png)
## Dependencies
* [Gosu](https://www.libgosu.org/)
* [mml2wav](https://github.com/myokoym/mml2wav)
* [jstrait/wavefile](https://github.com/jstrait/wavefile)## Installation
$ gem install rhythmmml
## Usage
$ rhythmmml XXX.mml
Or
$ echo 'MML TEXT' | rhythmmml
## Example
$ echo 't100 cdercdergedcdedr' | rhythmmml
## 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## TODO
* Support stereo.