this post was submitted on 14 Jun 2024
3 points (100.0% liked)

Music Production

286 readers
2 users here now

Discuss and share music production techniques.

founded 1 year ago
MODERATORS
 

Anyone have tips on digital additive synthesis? I'm looking to define a curve for the overtone series to follow and generate and combine sign waves from that. Looks like there is a way in Python?

https://medium.com/@noahhradek/sound-synthesis-in-python-4e60614010da

Anyone have thoughts or experience with generating sounds in Python? Are there any artifacts I should watch out for? Is there an easier way to generate tones from equations for their overtone series? Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 3 months ago

Thanks! I'll take a look. I also already have Max msp, so I'll see if I can do the same block structure there. I didn't see a nice way to have hundreds of oscillators in Max when I looked before, but emulating the block layout in that tutorial should help.