synth
synth copied to clipboard
An attempt at making a synth using Python
Iterable objects usually just return self from the `__iter__` method, and quite a lot of code expects this to be the case. Resetting the oscillator there can lead to surprising...
[super_simple_synth.py](https://github.com/18alantom/synth/blob/main/super_simple_synth.py) works fine on macOS using Midi Keys, but not [super_simple_synth_sub_20_lines.py](https://github.com/18alantom/synth/blob/main/super_simple_synth_sub_20_lines.py): the sound stops as soon as a new midi event is received after the first Note On because `n`and...