As context, I'm basically turning the game "Guess Who?" into a drum machine. So theres 2 players.
Theres more explanation on how to play the game on this github page : https://github.com/ArianaMarta/music-game/blob/main/README.md
Right now this is all the patches i have:
And this one is a simulation of the algorithm of the game without the eltronics (meaning that i use Toggles and Slidders to simulate buttons and potentiometers)
I was also suggested to try using bela just for the eletronics and use my computer for the audio processing via MIDI(https://learn.bela.io/tutorials/pure-data/communication/midi-send-and-receive/) or OSC (https://learn.bela.io/tutorials/pure-data/communication/open-sound-control/)
I was also wondering if i should just take the freeverb~ out or optimize the audio somehow.
Hope to hear from you,
Thank you