deken - Pure Data externals wrangler Documentation Trends

What is deken about?

deken is Pure Data's built-in package manager. It can be used to install external libraries to enhance the functionality of Pd.

It is mainly targetted at Pd vanilla, but can be used with some other Pd flavours (like Plug Data) as well.

How to use deken from within Pd

deken in action

How to manually use this webpage with Pd

  1. Use the Search... field to search for a library or a single object.
  2. In the search results, find the library and version you would like to install. Some library packages are only available for specific architectures, which is indicated via one or more icons, like so:
  3. Choose a library package that matches your system and follow the link.
  4. You will get a more detailed description of the library package, including the supported architectures (Operating System, CPU, Pd floatsize) and the actual objects included in the package.
  5. At the bottom of the package page, there is a link that says download DEK-file. Follow the link to download the deken package (a ZIP file with a .dek extension)
  6. In Pd open the package manager (
    Tools
    Find externals...
    )
  7. When the package manager window is focused, there are dedicated menus:
    File
    and
    Edit
    . Use
    File
    to open and install the previously downloaded .dek file.

For Developers

TODO

There currently is no documentation. PRs are welcome.