Replies: 1 comment 5 replies
-
An I2C display is relatively slow, I'd recommend only updating it every 50 ms or so. While the I2C transmission is in progress, the Teensy cannot handle incoming MIDI messages, so the DAW cannot send any new messages, and has to wait, causing the whole interface to lag. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Pieter,
Since two weeks I started testing my control surface working in some music productions with my daw. I realized that after half an hour of working my DAW starts to goes slow... after two hours it is almost impossible to work, and everything fixes when I turn off my control surface.
I comment some lines in my code and test it again and I discover that my problem is time display. I am using a teensy 4.0 and a LCD 1602 through I2C to display the time. I suspect the problem is the I2C, what do you think? maybe is my code, but I don't think so, anyway here are the lines that I wrote for time display:
Please help me with your impressions!
Beta Was this translation helpful? Give feedback.
All reactions