-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Half-open hihat play tends to cause soft pedal stomps #145
Comments
…at play Apparently the drumstick causes the hihat pedal poti to go down during half-open play and this in turn causes soft pedal stomps. corrados/edrumulus#145
That's interesting. I am using a pedal with a poti and have not observed such an issue yet. Have you already played with the threshold/sensitivity settings for the pedal stomp? I assume that the stomp velocity is very low if you strike with the stick. A higher threshold value may solve the issue. As a workaround you could use your external cross-talk cancellation script. But I can see that you already committed a change in that repo :-) |
Yes, you're right: A combination of the two seems to have solved the issue for now. I was using a pedal threshold of 0. It worked just well except for this issue here. Luckily increasing threshold (6) and sensitivity (31) seems to have mitigated 90% of the issue whilst keeping the same pedal functionality as before. The remaining 10% of cases should be covered by my |
Hm increasing the threshold now makes the pedal sometimes miss stomps. Does edrumulus generate pedal notes, even if the pedal didn't reach 100%? |
Maybe this definition makes your issues: Line 210 in 2d845c5
I have defined a MIDI number of 100 to be the open/closed threshold. Maybe you can play with that value a bit and try to find a better value for you. |
Yes, I also adjusted the
I'll test this for a while... If it ends up working consistently and you're interested, I'll submit a respective PR. |
This makes pedal stomps caused by half-open hihat play less likely. Also increase the various hihat ranges so that they can be used more easily. Fixes corrados#145
Playing half-open on a hihat which uses a poti for the pedal is very likely to cause soft pedal stomps as the hihat hits cause the upper cymbal to be pressed on the poti, which in turn makes edrumulus think that the pedal was moved.
This is particularly annoying as it mutes the hihat and breaks any fluent play.
I observed this on my Lemon hihat.
The text was updated successfully, but these errors were encountered: