Pure Data is extended with community externals installed via the Deken package manager
Pd-vanilla ships with a core object set, but much real-world use depends on externals — extra objects and libraries contributed by the community. These are installed with Deken, Pd’s built-in tool found under Help → Find Externals. This matters because Pd-extended (a now-dead distribution that bundled many libraries) left behind many tutorials that are still online; following them in Pd-vanilla produces ‘couldn’t create…’ errors on the Pd window when a bundled object is missing. The fix is to search for and install the needed library via Deken. Knowing the vanilla/externals distinction prevents a whole class of beginner confusion when old tutorials don’t ‘just work’.
Examples
Getting ‘couldn’t create [object]’ from an old Pd-extended tutorial, then opening Help → Find Externals (Deken) to install the missing library so the object instantiates.
Assessment
A student following an old Pd-extended tutorial gets ‘couldn’t create [object]’ errors in Pd-vanilla. What is the cause, and how do they fix it?