Linter for Extended objects

Hi all. I just got my Organelle, and I’m excited to start trying to port some of my existing patches for it!

I wonder if there’s a tool anyone could recommend for pinpointing all of the non-Vanilla objects in a patch and documenting which library they come from?

1 Like

When you load a patch the missing objects are listed in the monitor.

Not sure if there’s a quicker way but I just use the find function in the file browser to locate all the necessary objects in the Pd-extended folder C&G posted on GitHub and then put the right objects in the patch folder:

https://github.com/critterandguitari/Organelle_pd_extra.

Welcome to the cave!

1 Like

The Organelle monitor? Is that if I don’t write any messages to it?

1 Like

If you hook up a screen to the HDMI port, you can see and edit the GUI version of the PD patches. We are here talking of the PD Monitor window. Or is it simply called the PD window ?

Yes, sorry… this window (which after checking I think is called the “Pd Window”):

image

In this example I am missing the following objects:

  • tb_peakcomp~
  • pvu~

Good to know about this, cheers.

To me, though, it sounds like a job for Python! I wrote a wee script: https://github.com/baffalop/skrypts

1 Like

Now includes searching of the Pd-extended path.

1 Like