Michael Dzjaparidze
2014-09-22 14:18:12 UTC
For those who are interested, I want to share a physical modelling library for SuperCollider I have been working on for the last two years. It is based on a hybrid finite difference / modal method approach. It uses Python (NumPy, SciPy) to calculate the modal data of a system of inter-connected objects like linear strings, bars, membranes and plates to be assembled by the user. I have tried to make it relatively user-friendly, but I realize it is perhaps still not the easiest to work with. It is definitely not just simply "plug and play".
Anyway, in order to use it you will first of all need to have a working Python version 2.7.x plus the NumPy and SciPy packages installed. Also note that I have only tested it on OSX. It might be easy to get it going on other platforms, but I can't give any guarantees at the moment unfortunately. There are some simple examples which show you how to get to the stage of producing actual sound output in the FDObjNetwork.schelp file.
The library can be found here: https://github.com/michaeldzjap/PMLib
And some musical examples of what you can do with the library can be found here:
https://soundcloud.com/michaeldzjap/excite-me-27-11-2012-1
https://soundcloud.com/michaeldzjap/stable-equilibrium
https://soundcloud.com/michaeldzjap/disparity
https://soundcloud.com/michaeldzjap/sets/extase
Hope it will prove useful to some of you and any questions or feedback are welcome.
Anyway, in order to use it you will first of all need to have a working Python version 2.7.x plus the NumPy and SciPy packages installed. Also note that I have only tested it on OSX. It might be easy to get it going on other platforms, but I can't give any guarantees at the moment unfortunately. There are some simple examples which show you how to get to the stage of producing actual sound output in the FDObjNetwork.schelp file.
The library can be found here: https://github.com/michaeldzjap/PMLib
And some musical examples of what you can do with the library can be found here:
https://soundcloud.com/michaeldzjap/excite-me-27-11-2012-1
https://soundcloud.com/michaeldzjap/stable-equilibrium
https://soundcloud.com/michaeldzjap/disparity
https://soundcloud.com/michaeldzjap/sets/extase
Hope it will prove useful to some of you and any questions or feedback are welcome.