A set of dummy pure-data objects
The dummies objects are a set of examples used for teaching purposes or to help other developers. You should not rely on it for your creations or any project that aims to be sustainable. By the way, most of the objects should be pretty useless.
git submodule update --init --recursive
mkdir build && cd build
cmake ..
cmake --build . --config Release