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

Low sensitivity improvement? #50

Closed Jibeji closed 1 year ago

Jibeji commented 1 year ago

Hi, I've tried the software with a Roland PDX-100 which works fine, but the sensitivity is really low even set at 100. Most of ghost notes don't trigger. I used 100 Kohms resistors on an Arduino Micro. Is there a way to improve the sensitivity?

davy39 commented 1 year ago

Hello, To increase sensitivity, you have to decrease the sensitivity parameter. For detecting gost notes, try to reduce threshold parameter.

Jibeji commented 1 year ago

Thank you!