Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/myokoym/hikeru
- Owner: myokoym
- License: lgpl-2.1
- Created: 2014-10-18T15:56:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-19T08:27:04.000Z (about 10 years ago)
- Last Synced: 2023-03-11T07:18:52.342Z (over 1 year ago)
- Language: Ruby
- Size: 781 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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