Skip to content

GUI Objects

Here we list all the objects that are supported by the GUI module and how to use them inside your web patch.

  • Light theme

    gui

  • Dark theme

    gui


pd4web just render GUI objects

pd4web don't render objects boxes, object connections or messages.

Supported Gui Objects

  • bng: Bang object;
  • tgl: Toggle object;
  • nbx: Number box object;
  • vsl: Vertical slider object;
  • hsl: Horizontal slider object;
  • vradio: Vertical radio object;
  • hradio: Horizontal radio object;
  • vu: Vertical vu object;
  • text: Comment object;
  • floatatom: Number box object;
  • symbolatom: Symbol box object;
  • listatom: List box object;

pdlua GUI objects

All objects created using pdlua are supported! :)

pd4web supports any GUI object implemented with pdlua. To use it, place the corresponding *.pd_lua file in the Libs/ directory of your patch.

For example, the show~ object by Ben Wes is implemented in pdlua. To use it with pd4web, download show~.pd_lua from the repository and copy it into the Libs/ folder inside your patch directory. See the show~ object here.

Also objects from pd-saf, pd-bhack, and many others, no need to extra configurations.

  • saf.panning, keyboard and others objects

    gui

  • diamond using Harry Partch

    gui