bisquik-luver Idk if this is the right tag for this question but I'm trying to write a pd patch that will let me use the trill craft to trigger midi that I have running through a garageband plugin. Idk what I'm doing really? I tried to edit the trill craft example that plays audio loops and I just stuck on makenote and noteout objects. I feel like I probably need to add an output going from the Bela back into my computer, but idk how to do that. Or maybe noteout isn't the right object to use? When I touch the sensor I made, the console prints things, so that is promising to me but idk where to go from here.
giuliomoro you need something like this in your patch [loadbang] | [hw 0 0 0( | [send Bela_setMidi] in order to enable sending data to the MIDI interface on the host. (mentioned in the PureaData/hello-midi example)