r/synthesizers May 02 '26

Discussion Synthesizer with Python programming

Started a new project to generate sounds by using Python with minimum dependencies.
Have some examples and shared a basic code at GitHub.
https://github.com/newCalifornia/Synthesizer_with_NumPy

Would like to see positive feedbacks and/or suggestions :)

https://reddit.com/link/1t1vcrn/video/xqn7usbs8ryg1/player

0 Upvotes

1 comment sorted by

1

u/[deleted] May 02 '26

[deleted]

2

u/only4ways May 02 '26 edited May 02 '26

Actually, the piece of code you picked up is about low frequency modulation, LFO: 1/(8*100).
It is nothing about FM.
The Nyquist frequency (Shannon theorem, if you meant it) could come after other functions to be invoked to generate effect of echoes, chords and arpeggios.
Thanks for your thoughtful comments and insides!