https://github.com/18alantom/synth
An attempt at making a synth using Python
https://github.com/18alantom/synth
lazy-loading python synth
Last synced: 10 months ago
JSON representation
An attempt at making a synth using Python
- Host: GitHub
- URL: https://github.com/18alantom/synth
- Owner: 18alantom
- License: mit
- Created: 2021-02-16T18:46:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T14:03:20.000Z (almost 4 years ago)
- Last Synced: 2024-12-11T06:44:04.804Z (over 1 year ago)
- Topics: lazy-loading, python, synth
- Language: Jupyter Notebook
- Homepage:
- Size: 17.5 MB
- Stars: 171
- Watchers: 7
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# synth

An attempt at making a synth using Python
---
The process has been documented through a series of posts.
1. **Oscillators** : [Link](https://18alan.medium.com/making-a-synth-with-python-oscillators-2cb8e68e9c3b)
2. **Modulators** : [Link](https://18alan.medium.com/build-your-own-python-synthesizer-part-2-66396f6dad81)
3. **Controllers** : [Link](https://18alan.medium.com/build-your-own-python-synthesizer-part-3-162796b7d351)