Hi,
I don't know if you've been following the upcoming release of Roland's new flagship module and kit, but one of the new features are these new "digital" pads that can sense when you place your hand on the mesh head to do rimclicks and thus send out a different note to a rim hit or rimshot. Right now, with Megadrum, you can have 3 articulations; i.e. head hits, rimclicks/rim hits (you have to choose one or the other) and rimshots (hitting head + rim). It seems apparent that the "magic" sensor in the pad is just a capacitive sensor plate that gets activated when your hand gets near it.
Of course, I've been looking up how one might make such a switch and it looks like it can be easily and cheaply done with an Arduino Nano or even an ATtiny chip. The capacitive sensor would act as a switch that closes when you rest your hand on the mesh head, and you can then trigger the 'Dampened note' - a rimclick. But here's the rub: such a pad would be piezo/piezo/switch, and I can't see how, with current firmware, we could get these four articulations working properly. It would require using two stereo inputs of the module, say head and rim (piezo/piezo) going to one input, and the capacitive switch (plus the rim piezo again) to the other. Say you configure each input as piezo/piezo and piezo/switch, if you activate the switch with your hand and tap the rim for a rimclick (dampened note), you'd also be getting the rim hit note from the 1st input. The only way I can think of to resolve this is that, when the dampened note is activated in input 2, the rim note of input 1 is cancelled. This would require a firmware change that links 2 inputs to specifically produce this result for this specific type of pad...
It's a bit of a long shot, but if we could get a working pad using this and post a mini tutorial on how to do it, I think it would be a great selling point for Megadrum - just saying it supports the ability to mimic Roland's new "cutting edge" pad features would be a huge feather in its cap.
So, Dmitri, do you reckon this could be a possibility? And fellow Megadrummers, would you like to see this happen and have a go at building one of these pads?