comport/tests/multiplexx
IOhannes m zmölnig b975a90c55 C++ example project
2020-03-07 22:05:19 +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 C++ example project 2020-03-07 22:05:19 +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.