thanks neutron7 I think I will implement this on my teensy 4.1 (I will buy nearly). Your example use ADC0 and ADC1 of teensy 4 that is only 10bit.
I need 12bit and I think I will use MCP3208 via SPI to get pots and...
Thanks Nominal and members of this forum to answer to my questions.
My pots or fader have no jitter because I filter the analog signal with RC for each (1kohm + 100nf).
I tested a lot with 3 pots and 1 fader and I...
I m not very clear excuse me for this.
My goal is to reduce the latency between the values are available from ADC until sending the midi message. All step between can be improved I think.
I know the delay to...
Hi,
I bought this encoder https://www.amazon.fr/gp/product/B015GYY7XU.
The required Voltage is 5v. My question is Can I power with a 5v and directly connect A and B output to 5v tolerant pin ?
If not what can I...
Hi,
Currently I built my own midi controler. No audio part inside it, I only send midi message.
I want the best possible midi latency like Bela mini https://eu.shop.bela.io/products/bela-mini-starter-kit. on the...
Hi Paul,
my apologizes for my misstake in midi I accidentaly activate the midi output on teensy port after disable output to teensy midi port all work OK.
For info I write this code to send midi only when +4 or -4...
thank you for the test.
It is very strange, I have same configuration, only teensy model change.
When I comment "usbMIDI.sendControlChange(1, 64, 1);" serial display the position of encoder and it work properly...
Thanks Paul,
The test work great with my low cost encoder ec11.
I have a problem, when I want to send midi message.
After "oldPosition = newPosition;" I had usbMIDI.sendControlChange(35, 64, 1); to send...
Another question: the Teensy only have 3.3v pin power supply. Majority of encoder are 5v to work. With only 3.3v it is ok ?. What is the solution if it not work properly ?
Can I get the 5v from teensy 3.5 vOut to...
Thanks for your advise, I think you are right, I just need a 24 pulse relative encoder. It s to change the FX Time between multiple FX with MIDI messages (Pioneer Rekordbox) and I don't want fx time change abruptly for...
Hi,
I need encoder for my midi board.
Can I use Bourns EAW0J-C24-AE0128L with teensy 3.5 ?
If anyone can help me on choice of endless encoder I really appreciate.
If you have tips to connect and use encoder...
Hi everyone,
I build a midi controler with potentiometer and I when I turn the potentiometer I notice the value (13bit) not change at the begining of the turn but I need 2mm of travel to see the change in the...