tiny_sound_font
TinySoundFont - software synthesizer - for Crystal
Installation
-
Add the dependency to your
shard.yml:dependencies: tiny_sound_font: github: kojix2/tiny_sound_font -
Run
shards install
Usage
require "tiny_sound_font"
Development
git clone --recursive https://github.com/kojix2/tiny_sound_font
make -C ext
crystal spec
Contributing
- Fork it (https://github.com/your-github-user/tiny_sound_font/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request