I would like to run Automatonism PD patches on bela. The problems seems to be linking the _main.pd file to the abstractions. I have tried to copy the Automatonism abstractions but that did not do the job.
Any hints?
Automatonism on Bela
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
thank you giuliomoro! I will go to work and try to make it work.
one other thing you need is to set Bela's blocksize to 64, because there are some [block~ 64]
in the automatonism core (e.g.: lp-filter
).
Nice, I'm going to try this too!
There are some interface objects in Automationism for Organelle,
would be great if somehow you could add the Knobs of the Pepper module in there too.