Hello!
I am very new to pd and I am trying to make a drum kit. I am utilizing a raspberry pi and some piezoelectric sensors to make this. Pd detects gpio inputs with WiringPi and does stuff correctly.
As I am making a drum kit, I need 8 samples to be loaded in the ram and played when the appropriate sensor is hit. These samples are very small in size, so I don't think pd will have a problem playing them.
How can I load multiple sounds into pd and play them when needed? Also, I want the sound to stay in the memory after playing once, waiting to be played again.
Please help me.
Shaurya