Firmware and Analog input #39
Replies: 1 comment 3 replies
-
I had a lot of issues using the pitch bend potentiometer class and the filtered analog class in control surface with the teensy 4.1, They work fine with the teensy 2.0, but seem to have issues with the faster clock speed maybe on the 4.1. Id prefer to use the pitch bend potentiometer class, but it was super noisy for some reason. I then tried to use the filtered analog that pitch bend potentiometer uses internally (which should in theory filter out the noise), but it would update whenever buttons were pressed (ie it would send a pitch bend midi message any time any button was pressed, instead of only when the pitch bend pot was changed. Here is an example of using the pitch bend pot. That was super easy to use on the 2.0, but does not seem to work well on the 4.1 Yes currently only one axis is used as I had nothing else to map really. Its possible we could use the other axis it for something else in the future |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am confused by this comment in the firmware source:
"Using a filtered analog kind of worked, but for some reason it would update whenever any other button was pressed as well"
Stone, could you explain what the issue is?
Also, I think I am seeing that only one axis of the joystick is actually being used. Is that intentional?
Beta Was this translation helpful? Give feedback.
All reactions