comport/tests/multiplexx
2020-03-09 10:52:41 +01:00
..
Makefile C++ example project 2020-03-07 22:05:19 +01:00
multiplexx-help.pd C++ example project 2020-03-07 22:05:19 +01:00
multiplexx-meta.pd C++ example project 2020-03-07 22:05:19 +01:00
multiplexxA.cpp delete empty lines before EOL 2020-03-09 10:52:41 +01:00
multiplexxB.c C++ example project 2020-03-07 22:05:19 +01:00
README.md C++ example project 2020-03-07 22:05:19 +01:00

multiplexx

minimal pd-lib-builder project that shows how to compile a library that contains multiplexx C-files that are compiled into multiplexx binaries each containing a different Pd-objectclass.

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