As far as color seletion goes, have built a HSV-based approach which provides 16 colors and 16 levels each of Saturation and Value which works well with the display. Colors are chosen with eg. Ox0FF gives color 0 (Red),...
Thank you again Kris. Here's the current action:
Horiz slider indicates that we're looking at Block 2 of 10. Now that individual item color selection is working, next is to play with how colors are addressed..
Playing around with a Horizontal slider and discovered that Snap doesn't seem to work and while setting up this example code found artefacts to do with handleShape(5) - only.
And the code:-
#include...
Got it working, not without a struggle. The latest lib tweak cleaned up loads of bits and pieces but did not evict the PacMan effect so played with Round of different sizes and discovered that if you assign say handle...
Basically, playing around with MIDI stuff. Built a few controllers with pots, love 'em or otherwise, and then encoders, flying blind with no knob pointer... want something to remember and show where the knobs were set....
Got the Multi-Screen example working, encoder trails gone.
Have adjusted the foundations of my project to use the new library tho have the devil of finer detail namely getting the array system to present per...
Was just gonna post about handle droppings and 1200 lines of code. Have created an array setup of 8 pages of 16 slider elements enabling ILI9431_t3_controls and 16 encoders to scroll thru the lot. The array covers every...
Windows uses it's standard USB-MIDI driver to see the Teensy which is single-client so you can only make ONE connection to it.
A couple of suggestions:-
Connect the Teensy to a virtual Midi pipe (say loopMidi) with...
The Teensy LC has enough pins to look at 2 pots and 13 buttons without any multiplexer unless you want to add other hardware.
The example Many_Button_Knobs can easily be tweaked to suit. Are you planning to use...
In a word, no to Serial.
Updating the firmware of the MIO-10 enabled it's host to see a multi-cable usbMIDI Teensy, a Beatstep pro or a BCR-2000 although I don't ordinarily use the last two via usb. Currently...
@oddson, that performance issue relates to usbHOST. I think that the issue here is the I2c is blocking so speeding up I2c has it spending less time blocking (midi).
AIR, somewhere in this lengthy thread:-...
@eddevane, how about using a T4.0 with a hub hooked to it's usb host port allowing Windoze to see your individual devices as a single multi-cable device?
Old codger with advanced soldering iron skills.
Pretty much self-taught Electronics/Automotive/Computer Technician/Hacker/Re-Engineer.
Built an Analog Synth ~1978 pretty much from scratch and life being what it is - what you end up doing whilst being busy with other plans, shelved it.
Forced into isolation by challenging health issues, officially retired and looking for a "mental health" project, dug out the box of remains of the original Synth, caught the bug and currently have a clutch of Roland Synths and other goodies.
To any Hacker worth his salt, off-the-shelf kit don't always give you what you're looking for which is why I'm here...