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

https://github.com/thijsc/how_music_works

Sound engineers have found many ways of making music sound good. Let's look at what they do and reproduce some of their methods in Ruby!
https://github.com/thijsc/how_music_works

music ruby

Last synced: 12 months ago
JSON representation

Sound engineers have found many ways of making music sound good. Let's look at what they do and reproduce some of their methods in Ruby!

Awesome Lists containing this project

README

          

# How music works, using Ruby

Code examples that go with the talk. Run `bundle` to install. Then run
the Ruby scripts to generate audio and image output:

```
bundle exec ruby synthesizer/sine.rb
```

All output will be placed in the `output` directory.

Slide deck that goes with this code: https://speakerdeck.com/thijsc/how-music-works-using-ruby