yeap, the rubber ones are out of my hand. Thanks for the info anyway
Type: Posts; User: nazori
yeap, the rubber ones are out of my hand. Thanks for the info anyway
Thanks, i search it out and im goin to go with these
https://www.digikey.com/product-detail/en/TL1100F160Q/EG1821-ND/59082/?itemSeq=326163560
momentary ones, those are better indeed. Thanks
Hello, I am working in a midi controller and now that I started looking for buttons the only thing I see is the arcade buttons.
20059
I would like something smaller, and rectangular shape.
...
Hello to anyone who may help me in this mess.
I've been working in a midi controller for Ableton which has the peculiarity of showing the parameters which you are controlling by display.
The...
I took your suggestions and i did this:
void loop()
{
delay(250);
if (abs((val6 + 500) - analogRead(6)) > 50) {
//I substract 500 because the reading values where 1000 - 0
Yeah I was having the same problem until I found about this. I really didn't like the enoders from arturia at least the MiniLab ones, the resolution was very low and you had to do several whole laps...
Thanks very much, UHF and MarkzP. I will try to do the conversion to angle and work from there. I will keep you updated.
Hello, I've been working on a Midi Controller project and after a lot of reserach I found that:
- I don't want regular analog potentiometers because I don't want a fixed value so I can change...