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!

  • waldek@lemmy.86thumbs.net
    link
    fedilink
    English
    arrow-up
    3
    ·
    15 days ago

    It depends a bit why you want to do this, and maybe also how complex the equations will be, but I would probably do this in puredata. The added advantage is you can tweak it live. If you’re into experimental audio, learning puredata is definitely a plus.

    This should give you a rough idea whether it’s a good tool for your purpose. http://www.pd-tutorial.com/english/ch03s05.html

    • JohnDClay@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      15 days 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.