looking for Potentiometers
-
emersonrailroad emersonrailroad https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=169967
- KVRer
- 26 posts since 6 Jan, 2008
I accidentally posted this in the Synth forum a moment ago, but now I've found the proper place.
I am looking to buy 2 potentiometers that can be used in a midi controller I'm building. They will be used as selector knobs, so they need to turn endlessly and they preferably need to be notched as you turn them. I would need them to be standard sized, as in, having the same size as a standard guitar actuator. Could someone point me in the right direction or send me a link?
Thanks*
I am looking to buy 2 potentiometers that can be used in a midi controller I'm building. They will be used as selector knobs, so they need to turn endlessly and they preferably need to be notched as you turn them. I would need them to be standard sized, as in, having the same size as a standard guitar actuator. Could someone point me in the right direction or send me a link?
Thanks*
- Beware the Quoth
- 35449 posts since 4 Sep, 2001 from R'lyeh Oceanic Amusement Park and Funfair
If they're used as selector's arent you talking about a rotary switch?
An idiot on Set Theory:
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
-
emersonrailroad emersonrailroad https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=169967
- KVRer
- Topic Starter
- 26 posts since 6 Jan, 2008
Yes, a rotary knob. I already have 12 guitar style potentiometers to use for adjusting perimeters, but I can't seem to locate some that turn endlessly (as they do on most midi controllers). The ones I found, for instance, only turn 300 degrees, which is fine for what they will be used for, but not for endless scrolling.
- KVRAF
- 9590 posts since 17 Sep, 2002 from Gothenburg Sweden
From the other thread (Dear God multiple threads are annoying) which was in the right forum BTW.
jupiter8 wrote:http://iteadstudio.com/store/index.php? ... alch7d5b46
http://www.aliexpress.com/product-fm/49 ... alers.html
Do note that endless rotaries aren't actually potentiometers. They're digital devices so you'll need a micro controller to get the data. A simple ADC won't work.
-
emersonrailroad emersonrailroad https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=169967
- KVRer
- Topic Starter
- 26 posts since 6 Jan, 2008
Thank you. Your info is very helpful.
- KVRAF
- 9590 posts since 17 Sep, 2002 from Gothenburg Sweden
What kind of controller chip are you planning on using ? Arduino ? The Doepfer DIY kit ?
-
emersonrailroad emersonrailroad https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=169967
- KVRer
- Topic Starter
- 26 posts since 6 Jan, 2008
I am using the Doepfer USB 64
- KVRAF
- 9590 posts since 17 Sep, 2002 from Gothenburg Sweden
I see. As far as i can tell that won't work with endless rotaries.emersonrailroad wrote:I am using the Doepfer USB 64
-
emersonrailroad emersonrailroad https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=169967
- KVRer
- Topic Starter
- 26 posts since 6 Jan, 2008
Thank you. I looked it up and you are correct.
-
- Skunk Mod
- 21249 posts since 10 Jun, 2004 from Pony Pasture
Please don't post multiple threads on the same topic. I moved your first thread to the Do It Yourself forum, which is the right place for it. I'll move this one there too and lock whichever has fewer replies. [edit: Deleted it instead since the only posts were yours and one reply that jupiter8 has duplicated here.] If you do post in the wrong forum, instead of making another thread just send a PM to me or any moderator and we'll move it for you.
-
emersonrailroad emersonrailroad https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=169967
- KVRer
- Topic Starter
- 26 posts since 6 Jan, 2008
I won't post multiple threads. It was a simple mistake and then I was unable to delete it.Meffy wrote:Please don't post multiple threads on the same topic. I moved your first thread to the Do It Yourself forum, which is the right place for it. I'll move this one there too and lock whichever has fewer replies. [edit: Deleted it instead since the only posts were yours and one reply that jupiter8 has duplicated here.] If you do post in the wrong forum, instead of making another thread just send a PM to me or any moderator and we'll move it for you.
Thanks everyone, for your advise.
- KVRAF
- 9590 posts since 17 Sep, 2002 from Gothenburg Sweden
I thought it was odd that there are no endless potentiometers (since all you need is to remove the endstop) and went looking and there are endless potentiometers! Found one called Piher N15 but where to get one i haven't got a clue.
- KVRAF
- 13128 posts since 7 May, 2006 from Southern California
Some encoders click, some don't. I've never come across and endless pot (they call it a 'position sensor') before, interesting.
jupiter8 is correct, encoders work based on increment decrement logic, different models will have varying 'pulses per rev' resolution anywhere from 3 pulses/rev to thousands. You need a micro to turn these increment/decrement pulses into values. We use PIC or Holtek processors (some Holtek chips also contain an on-board MIDI codec), typically.
jupiter8 is correct, encoders work based on increment decrement logic, different models will have varying 'pulses per rev' resolution anywhere from 3 pulses/rev to thousands. You need a micro to turn these increment/decrement pulses into values. We use PIC or Holtek processors (some Holtek chips also contain an on-board MIDI codec), typically.