RyoKosaka / HelloDrum-arduino-Library

This is a library for making E-Drum with arduino.
https://open-e-drums.com/
MIT License
234 stars 57 forks source link

Send multiple notes #31

Open TomMaradan opened 3 years ago

TomMaradan commented 3 years ago

hello I have a problem with my setup When I hit my pad made with a diy trigger, wire on one analog pin, the arduino send two or more midi notes and ezdrummer hit many instrument in the same time. However some works well, I noticed that it was from 3 connected element, that the 3rd had this problem

Could you please help me?

Thank you Tom maradan

(I'm french, sorry for mistakes)

assenheimer commented 2 years ago

Hi! Check the sensibility and threshold configuration. And check the construction of your pads too. I have similar issues, one pad vibrates the piezo from another pad when i hit hard.

(I'm brazilian, sorry for mistakes too)

DavosPegas commented 2 years ago

Same happens for me. It's definitely not only pads' constructional or threshold settings issue as one of notes that are triggered randomly is kick, which is separated from the rest of octapad (kick pedal on 1m long cable). I expect it may be connected to a) Arduino possibilites or b) some electrical stuff (wiring or resistor or smth)...

DavosPegas commented 2 years ago

Ok, to be honest, I've put some efforts here. Indeed this problem is solved for me only by proper settings. I changed thereshold somwhere to 20-40 and Sensitivity to 60-100 for all pads and it works muuuch better. Although quite soft playing is necessary.

fedetarrats1 commented 1 year ago

Hey guys, did you ever find a solution for this? I'm building a big drum set and I can hit one pad quickly without any problem but as soon as I start hitting 2 at the same time one of them stops sending the signal, I tried different combinations of pads with the same result

marcospozzo commented 1 year ago

Hi! I am having the same issue. When I hit the crash cymbal (midi note 49), the kick (midi note 36) also triggers. Kick is on A0 and Crash on A5 on an Arduino Uno board. Thanks in advance!

ardumidi commented 8 months ago

Alguma solução para isso?