what problem are you incurring in ? If I download the Automatonism zip archive, rename main.pd to _main.pd and add a few modules there (including the [declare -path patch_editor_abs] object), and then scp it to a new project it loads all the relevant modules.
However, in order to make it work properly, you need two further steps. From within [pd patch-editor-do-not-delete] you should:
- delete [pd CPU-load] in order to avoid a warning about mode switches detected on the audio thread.
- delete
[delay 1]
|
[;
pd dsp 0 (
this is not supposed to break things (because it's later followed by a [; pd dsp 1( but it does, for some reason (i.e.: you get no audio at all). Probably a libpd or Bela+libpd issue.
A working project, that you can download as a zip archive and drag on (a modern version of) the Bela IDE is here
https://github.com/giuliomoro/bela-automatonism