Hi,
I am trying to build a Midi Controller similar to:
- the ElectraOne (my favorite)
- the MPMidiController
- the Stream Deck+
in the sense that I want multiple generic rotary encoders to work along with a display.
The "best" way in term of user experience would be to have the encoders put directly ON the screen.
I didn't find any example of that, so my guess is that it's currently not possible (or just mega expensive), but do you have any idea of how to achieve this ?
The base idea would be a display with holes just big enough to let encoder knobs through. That would be amazing. Have you seen anything like this ?
I've been thinking about potential alternatives:
1 - having all the encoders in front of the display (instead of behind, so we don't have to drew holes into the display) which leads to much more screen loss around the actual know, and also a much bigger height between the knobs and the display. It's probably what I'm going for, but it's not ideal at all.
2 - split the display into several displays smaller displays - it makes things more complicated but then I don't have that big "height" between the knobs and the displays, everything can be aligned. Just like the StreamDeck+ for instance. In that case, do you know any wide/ultra wide displays that would do the job ? The idea is to have 2 or maybe 3 lines of let's say 10 encoders, each of them below a wide display. I'm also thinking that one line (10 encoders + 1 wide screen) could be a controller of its own, with some chaining capabilities.
3 - use some sort of projection technique instead of a screen, but that's not very usable in my experience
4 - use some sort of object detection technique instead of actual encoders, but it may be hard in not controlled conditions with a lot of occlusion coming from the fingers (but that would be quite elegant though)
5 - I've thought about VR too, but it's out of scope here
Any idea ?
Thanks !