<div dir="ltr"><div>Hi,<br><br>I've been working on a library of abstractions that behaves like a modular synthesizer. It has all the usual modules: VCO, VCA, ADSR, VCF...<br><br>If anyone knows the BEAP library for max/msp this will be familiar. It is the same idea made with PD. All modules work with audio signals from -5 to 5 "volts". Control signals are usually from 0 to 5 "volts". As in modular synthesizers, control signals can be used to make sound and biceversa.<br><br>I used pd-l2ork so I would recommend this package. The externals I used are basically mrpeach and moonlib. The state saving is made with [preset_hub] and [preset_node] from pd-l2ork.<br><br>You can download it on this link:<br><a href="https://github.com/JoseFuzzNo/b4p">https://github.com/JoseFuzzNo/b4p</a><br><br>There is a couple of examples in the "examples" folder.<br><br></div>Also, as all the object names begin with "b4p_" you can import the library at startup without any name collision.<br><div><br>Any feedback will be appreciated.<br><br>Jose.</div></div>