https://github.com/halfbyte/rubysynth
The Synthesizer Project for my Euruko 2019 talk
https://github.com/halfbyte/rubysynth
Last synced: about 1 year ago
JSON representation
The Synthesizer Project for my Euruko 2019 talk
- Host: GitHub
- URL: https://github.com/halfbyte/rubysynth
- Owner: halfbyte
- License: agpl-3.0
- Created: 2019-03-17T19:07:52.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T05:46:58.000Z (over 3 years ago)
- Last Synced: 2025-02-16T12:27:59.338Z (about 1 year ago)
- Language: HTML
- Size: 7.93 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RubySynth
```
_______ __ ___t____ __ __
| _ .--.--| |--.--.--| _ .--.--.-----| |_| |--.
|. l | | | _ | | | 1___| | | | _| |
|. _ |_____|_____|___ |____ |___ |__|__|____|__|__|
|: | | |_____|: 1 |_____|
|::.|:. | |::.. . |
`--- ---' `-------'
```
This Repo holds all the data for both [rubysynth.fun](https://rubysynth.fun) and the presentation about it I gave at Euruko 2019 and a couple of other places.
The low level code now lives in it's own [project](https://github.com/halfbyte/ruby_synth_blocks) and [gem](https://rubygems.org/gems/synth_blocks).
The sound examples used in the presentation and on the website are generated with the code in [examples/](examples/).
## Licenses
All code here is licensed under the AGPL 3.0 license as documented at [LICENSE](LICENSE) unless stated otherwise.
The entire contents of the "website" folder of the repo (and with that, this website you're just reading) is licensed under a [Creative Commons Attribution-ShareAlike Unported license](https://creativecommons.org/licenses/by-sa/3.0/deed.en). The full license is at [website/LICENSE](website/LICENSE)