Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.