i’ve implemented a timer function for notifyevent of pressing keys from sm_matrix in my application, because i want increase/decrease CC values by pressing a key til i release the key in realtime.
It’s functional without sending data, but if i used MIOS_MIDI_TxBufferPut at every step (50ms) - different errors occurs -> til hanging / crashing of application at random time, or wrong visuals on LCDs.. :-\
what can i do?
PS: What is about sending BPM-values? Mhh.. seems that they can be transfered in this time or i’m wrong? Are you sure that 50 ms is to less?