Sounds good, it'll be interesting to see it finished. The LEDs need something translucent to spread the light, but I guess the OLEDs will require cutouts.
I would be very happy to buy Micromod-sized T4s with 1.27mm pitch castellations that I could solder onto PCBs myself before selling them on to customers. The convenience and quality control aspect of having the iMXRT IC...
I would regard that still, as a disaster. No one has complained about T4.1s failing like this. I presume you're producing a product for customers, are you concerned about or have had failures in the field? I'm working...
Hello, I'm trying to integrate some other code that uses TeensyTimerTool into my project that uses TeensyThreads. The thread code no longer gets called. The following demonstrates this:
#include <Arduino.h>...
I think this is the problem. I run my synth via a USB isolator (to remove USB noise from the analogue audio) that drops some voltage. If I plug/unplug the Minilab, which is entirely USB powered, without the isolator...
Again, thanks very much for your help. The intermittent crashing when plugging in must be some timing/threading/race condition? issue. Having USB debug info doesn't help, it crashes before anything comes out to Serial....
Thanks very much for this. It works to ignore the CC data when plugging in and then takes CC data after. However, it's freezing and crashing when unplugging and plugging back in about 80% of the time - it's not...
Yes I want CC messages. I don't want the messages that get sent by some MIDI controllers when they get plugged in and start up - they're irrelevant. Perhaps I should mention that I'm taking MIDI in from USB Host, USB...
I'm using the callbacks. This approach doesn't work, there is data waiting on the buffer at the moment midi1.setHandleControlChange(...) is set. Also calling midi1.setHandleControlChange(...) again when the USB is...
I have a Teensy-based synth and when my MIDI controller is plugged-in to the T4.1 USB Host, it automatically sends several CC data messages that I want to ignore as it affects the settings on the synth. I can detect...