Pd externals library is working?

Recently, I start playing eurorack and want to get a patch.Init(). But I have a few questions.

  1. Is Pd externals library /objects working at patch.Init()?
  2. Is Pd sub patches and abstractions working at patch.Init()?
  1. no, Heavy (the library used in the converted patches) does not use any Pd code and certainly cannot run platform specific external libraries
  2. yes, this works for the most part

Tip: use plugdata and compiled mode to get warnings about unsupported objects.

Read more about some differences here: Patching Guide - Heavy Compiler Collection
And about supported objects here: Supported Objects - Heavy Compiler Collection

1 Like

thanks, it is help me a lot