javax.sound.midi-for-Android
javax.sound.midi-for-Android copied to clipboard
Time clock events not being read
I might be doing something wrong here but when I include the library in my android app when I generate the sequence and register a receiver I am not getting the TIMING_CLOCK ShortMessages. Reading through the source code I can see when read through StandardMidiFileReader the TIMING_CLOCK status is never read. The same midi file on ios gives me back timing events. Is this the designated behaviour?