New Show Hacker News story: Show HN: Koelsynth – a simple FM synthesis library
Show HN: Koelsynth – a simple FM synthesis library
2 by graphitout | 0 comments on Hacker News.
This is part of my journey on pybind11. I wrote a tiny FM Synthesis library in C++ and a Python wrapper for that using pybind11. There is a command-line piano app in the examples directory if you want to play with it. Here is the link: https://ift.tt/Y5RVilF... My next target is to attach this to some kind of physics simulation - like a bunch of balls moving around in a box with some internal walls. When the ball hits certain trigger points, it produces the sound.
2 by graphitout | 0 comments on Hacker News.
This is part of my journey on pybind11. I wrote a tiny FM Synthesis library in C++ and a Python wrapper for that using pybind11. There is a command-line piano app in the examples directory if you want to play with it. Here is the link: https://ift.tt/Y5RVilF... My next target is to attach this to some kind of physics simulation - like a bunch of balls moving around in a box with some internal walls. When the ball hits certain trigger points, it produces the sound.
Comments
Post a Comment