Skip to content
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

Tcrt5000 hihatpedal.hit issue #57

Open
DavosPegas opened this issue Oct 1, 2023 · 1 comment
Open

Tcrt5000 hihatpedal.hit issue #57

DavosPegas opened this issue Oct 1, 2023 · 1 comment

Comments

@DavosPegas
Copy link

Hello, I am getting a weird behaviour of hihat control pedal based on tcrt5000. All closed/open hihat hits works ok but pedal hit is triggered when my foot and the pedal moves up, not when it comes down to the floor. This is very unnatural. I also had to change the Open and Close notes on HiHat trigger. It seems like it works in the other direction for any reason. I checked tcrt analog read values and its fine - the smaller the gap between tcrt and pedal the smaller the value it returns. Do you have any idea what may be the reason of these "upside - down" issues?

@delorimier
Copy link

delorimier commented Nov 16, 2023

I ran into this problem also. Figured out a fix in hellodrum code in the hellodrum.cpp file, FSRSensing function (FSRsensing function is used with the tcrt). Swith from > to < (smaller than) on line 801, and the reverse on line 846. Revert your open/close changes. Fixed! --- edit: this has not fixed all problems, trying more changes to the function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants