hey!

i have been trying to make rnbo work on bela, but got stuck a bit, because patching like in puredata doesn't work (for example you can't write "in 11" in a message box in rnbo for declaring digital inputs.)

can you make one example for RNBO using a digital sensor (like cap. touch 1/0) and triggering a something (like a synth or just a toggle and print) please :3

12 days later

Hi, apologies for the delayed response, we're just back after the holidays. Maybe you made some progress on this.

Assigning analog and digital inputs to control parameters in rnbo works in a very different way from Pure Data. It depends on the [param]object in your rnbo patch which will then generate a list of controllable parameters. You then need to edit the render.cpp files in your project to assign an analog or digital input to a specific parameter.

Check out this section of our guide where it is explained in detail: https://learn.bela.io/using-bela/languages/rnbo/#parameter-control-from-belas-hardware

As for example patches we recommend trying some of these: https://rnbo.cycling74.com/explore/rnbo-pedals

Let us know if you have any other questions.