Hello,

I just started recently working with a bela mini and I managed to get my patches work with hvcc, but I struggle to get the pins working. I tried to set them up [ r bela_digitalIn ], which works fine with libpd, but after running hvcc I always get:
Channels in use:
Digital in : 0, Digital out: 0

Is there a specific way to set up pins for hvcc in pure data?

  • max likes this.

You need to add @hv_param to any [send] object that should send to Heavy, e.g: see the PureData/digital-advanced

    giuliomoro
    thanks a lot, I managed to get it finally working after a couple of tries 🙂