MCP Keypads
MLaletas
Posts: 226
Finally got to use the MCP-108, worked pretty well. Its not like the competitions keypads where you have to dumb down your framework/code to make it work because its an inferior processor. The only complaint I have is the faceplate, it doesnt seem to fit perfectly on there. The volume knob seems to touch it when it rotates in certain areas because its too tight, and if you press on the plastic on the bottom left it will count that as a press on button 8.
0
Comments
I've played with this a bit but not extensively yet. Level 1 is for the LEDs and Level 2 is the values from the knob. I've used this approach when I work with the 6-button panels that have no knob, and it would work well if the knob was a spring-loaded type that would issue a push when you turn it and a release when you let go and I could do the timeline ramping. The knob does do a push and release with each click, so as you turn the knob left or right you get a series of push/release events. With this behavior, it would be probably be better to put the add/subtract logic in the button event release code. Just a few lines of code so no big deal. I guess the people who rely on RPM to generate the system would be screwed.
I was just pointing out that since it was already doing the +/- process internally and reporting via the level that it would be nice to be able to declare the increment value.