Recently, I start playing eurorack and want to get a patch.Init(). But I have a few questions.
- Is Pd externals library /objects working at patch.Init()?
- Is Pd sub patches and abstractions working at patch.Init()?
Recently, I start playing eurorack and want to get a patch.Init(). But I have a few questions.
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
thanks, it is help me a lot