Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Midi NoteOn timer
#3
If you have QM "MIDI Triggers" functions, look in function MT_MidiInProc. It receives all MIDI messages and recognizes key-on messages. Add similar code to recognize key-off messages. I don't remember how. Then you can start a timer in the dialog thread with SetTimer, and stop with KillTimer.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)