comport/tests/single
2020-03-07 22:05:19 +01:00
..
Makefile added buildcheck/installcheck 2020-03-07 22:05:19 +01:00
README.md Added READMEs to the test-cases 2020-03-07 22:05:19 +01:00
single-help.pd fixed typos/omissions/leftovers/... 2020-03-07 22:05:19 +01:00
single-meta.pd first examples: single object, multitple objects, multiobject-library 2020-03-07 22:05:19 +01:00
single.c first examples: single object, multitple objects, multiobject-library 2020-03-07 22:05:19 +01:00

single

minimal pd-lib-builder project that shows how to compile a library that contains a single C-file that is compiled into a single binary containing a single Pd-objectclass.

this is a degenerate case of the one-object-per-binary library structure.