- Edited
giuliomoro As you will have noticed, that one is not a "Bela program" as such.
giuliomoro so it doesn't have setup(), render() and cleanup()
that threw me off a little, yes. was looking for those
giuliomoro The fact that it doesn't call the Bela API and doesn't run a Bela audio thread is actually a requirement for it to be able to run at the same time.
aha. makes sense.
giuliomoro What you need to do instead is to pick a digital pin not used by Bela (or by anything else) and use the Gpio class.
ok.. got some reading to do!
and there was me thinking this would be relatively straightforward 0_0
thanks for spending your sundays helping strangers, by the way.