Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/myokoym/hikeru

A music synthesizer by Ruby/GStreamer and Ruby/GTK2.
https://github.com/myokoym/hikeru

Last synced: 2 days ago
JSON representation

A music synthesizer by Ruby/GStreamer and Ruby/GTK2.

Awesome Lists containing this project

README

        

# Hikeru

Hikeru is a music synthesizer by Ruby/GStreamer and Ruby/GTK2.

## Dependencies

* Ruby/GStreamer and Ruby/GTK2 in
[Ruby-GNOME2](http://ruby-gnome2.sourceforge.jp/)

## Installation

$ gem install hikeru

## Usage

### Launch

$ hikeru

## License

Copyright (c) 2014 Masafumi Yokoyama ``

LGPLv2.1 or later.

See 'LICENSE.txt' or 'http://www.gnu.org/licenses/lgpl-2.1' 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