Skip to content

Releases: fdch/fd_lib

fd_lib 0.1

04 Oct 00:03
Compare
Choose a tag to compare

fd_lib is out!

First official release, with deken and all (thanks to the fantastic deken team!)

This version includes a better project layout, with sources and include files, and all the classes are compiled into a single binary using pd-lib-builder; with some guidance I got from the timbreID and Gem projects. (Thanks Will and IOhannes ;)

The build process is much simpler now and cross-platform, thanks to config.sh and pd-lib-builder, of course (thanks Katja! ;)

Help files now have somewhat of a format, similar to Cyclone but different :), and there's some meta data about each abstraction (thanks to the whole Cyclone team for inspiration).

I left the scripts that were most useful to me, namely deps and pdstart, and meta . Also a pd-file-to-json-object is included, but it is in python, so have fun there. Most of the stuff that went into this library is of no particular use, but it contains more general abstractions and convenient externals for making patching a bit faster, encapsulating stuff that ends up being repeated over and over again.

Thanks overall to the Pure Data community, Miller et al!

Hope this small library is of some use for others, too :)

Enjoy,

fdch

PS: I haven't tested much on Windows or Linux, please report any issues when you find them!