External Libraries
For those unfamiliar with programming, py4pd
will be useful through its libraries. In essence, these libraries consist of Python code that can be used as PureData Objects. Because of the simplicity of Python, there is a new world of possibilities for PureData Objects. Presented below is a compilation of libraries used, for now, in my musical composition workflows. If you created a library, let me know to put it here too.
Check py4pd
installation process here.
List of Libraries
Library Name | Description | Author |
---|---|---|
upic | It allows to convert svg to audio parameters | Charles K. Neimog |
freesound | Retrive samples from Freesound using Pd as interface | Charles K. Neimog |
score | Render a simple score inside PureData patch | Charles K. Neimog |
loris | Use loris inside PureData, for partial tracking, sound morph, and others. | Charles K. Neimog |
orchidea | Use orchidea samples inside PureData using midi and keys | Charles K. Neimog |
spt | Use this if you want to understand how the partial tracking works | Charles K. Neimog |
ji | Some tools for Just Intonation | Charles K. Neimog |