Hello,
I have an application in C which uses four motorfaders, some buttons with LEDs and two displays, there is a picture of the box in this thread: http://www.midibox.org/forum/index.php?topic=6157.msg38115#msg38115.
I need to display text on the LCD which has been sent via MIDI sysex message. There is a function in MIOS which does that for me. This thread http://www.midibox.org/forum/index.php?topic=3561.msg23261#msg23261 describes what I did to display the text permanently, until the next sysex message is received.
Now, below the permanent text in the first line, I want to print the values related to my faders in the second line. This is already working, but I notice that whenever a sysex message for the first line has come in, the displayed fader values are only refreshed after about two seconds or so. If I move the faders during these 2 seconds, the display is not updated. After these two seconds, the display shows the actual fader values.
Is there an easy way to make the display react instantaneously to fader movement, even if there has come in a sysex message telling the box to display text just before?
Btw, this is my first MIOS C application, and it is just amazing how easy 8) Thorsten has made things for us… THANKS!
Regards, ilmenator