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!
- Host: GitHub
- URL: https://github.com/thijsc/how_music_works
- Owner: thijsc
- License: mit
- Created: 2022-05-18T19:58:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T15:13:27.000Z (over 3 years ago)
- Last Synced: 2025-04-18T15:16:30.539Z (about 1 year ago)
- Topics: music, ruby
- Language: Ruby
- Homepage:
- Size: 1.56 MB
- Stars: 24
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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