Pots always have limited turns, most are less than 360 degrees, and some are 10 turn and more, for special applications requiring fine adjustment.
Digital pots is a misnomer sometimes used to refer to rotary...
Encoders have advantages in some situations. For instance, when it will be used for multiple functions, or selecting from a variable length list, or where the value doesn’t matter (like a volume control), and where the...
Yes, 3.5 has more I/O than I thought.
Still, I would use pots for this, as an encoder’s position cannot be determined visually. Also, look at the image in the original post. Each knob is marked with a min and max...
That's not how rotary encoders work. They need two I/O ports, and power or ground. And another port if they also have a pushbutton.
Neither your mux idea, nor your muxless idea, will work with rotary encoders.
I’m confused by ‘digital encoder pot’, but will assume you mean pot. Not to be confused with rotary encoder, (aka quadrature encoder) which uses more pins.
Eliminating the muxes simplifies coding a bit, but mixes...
I've been thinking of doing something quite like that. The software isn't difficult.
Do you have schematics?
Looks like LEDs are present? Where are they connected?
Are the buttons momentary contact, or latching?...
I apologize, you misunderstood my meaning.
I see that you are trying to use frequency detection. But for what purpose? Why is the frequency range 85-400 Hz? What should happen if the sender repeats a frequency? Are...
Yes, but that's because the built in DAC is 12 bits, and the others are 16. That's not really a qualitative issue. Whatever DAC you use, you need to scale the input to not exceed the number of bits.
Dacs aren't an issue for this project, The Teensy Synth series on YouTube uses a Teensy 3.2 and Teensy Audio Shield (which is an external I2S DAC).
For MIDI, it supports both USB MIDI device (Teensy 4 can't do that...
USB Host firmware for Teensy 4 isn’t ready yet, and involves making connections to pads on the bottom of the board. USB Device isn’t ready, either. Currently, the only way to do MIDI on teensy 4 is serial with DIN...
Teensy 3.6 is more appropriate. USB host, 2 DAC, but it gets a bit involved if you need more than about 3.3 octaves.
Maybe you could sell what you bought?
You described this as a hybrid, but all you really want...
I googled ‘teensy MIDI to CV’ and found much information on this topic, including one which uses a Teensy 2 to produce 3 channels of note,velocity and gate/trigger, from USB. If you need DIN midi, that easily done, and...
That device looks perfect. Why do you think it’s unobtanium? It shows 862 in stock, and $22 seems fair.
Maybe you are confused by the US decimal point?
With MAX_NOTES at 128, I can force XRUNS by pressing sustain and playing many notes.
With MAX_NOTES 64, it's much better, I couldn't get any XRUNS.
While all this CPU power is nice, USB Host support, as on T3.6, is...
I have it at 128 now. It plays fine, though sound gets a bit garbled above about 50-60 notes (using sustain pedal). Release the pedal, everything is back to normal.
I don’t know if anybody else has tried, but yesterday I put MicroDexed on a T4 with PT8211, using DIN MIDI.
600Mhz allows for a large number of simultaneous voices.
Next I need to hook up some encoders and the LCD.
I'm new to Teensy, and I'm waiting for my new Rev D Audio Adapter, due in a few days, but meanwhile, I thought I'd try
a PT8211 board that I've used with Teensy 3.2 and 3.6.
Can it work?
I tried on a...