I'm having an issue using the example code on an Arduino Mega. Fast tempos (like above 200 bpm) seem to break it. Once it's going that fast I can't slow it down. Sometimes if I slow down gradually it'll come back down. But I have to be careful.
Is this a known bug?
Can you tell me how I'd implement the bpm max limit? I see this in the documentation but don't know how to use it. void setMaxBPM(float bpm) Do I set a float variable called bpm?
I'm having an issue using the example code on an Arduino Mega. Fast tempos (like above 200 bpm) seem to break it. Once it's going that fast I can't slow it down. Sometimes if I slow down gradually it'll come back down. But I have to be careful.
Is this a known bug?
Can you tell me how I'd implement the bpm max limit? I see this in the documentation but don't know how to use it. void setMaxBPM(float bpm) Do I set a float variable called bpm?