Posts: 1,000
Threads: 253
Joined: Feb 2008
Gintaras,
I'm having trouble figuring out how to get QM to receive midi data other than note on/off.
I need to get control changes.
Also, How do you send messages like this?
Thanks,
jim
Posts: 12,147
Threads: 143
Joined: Dec 2002
Do you use QM "MIDI triggers"? Look in function MT_MidiInProc. The out should show all messages, not only notes. Then need to learn control message format.
To send, probably can be used midiOutShortMsg.
Keystrokes to MIDI
Posts: 1,000
Threads: 253
Joined: Feb 2008
I totally lost that link. I thought I had done something with that a while ago but I couldn't find it.
I must be having issues connecting with QM to the MIDI device. I was able to receive Midi through Midi ox, but not with QM. I did go into MT_MidiInProc to output all message, it just sits there doing nothing.
I'll play around some more, but I may need some more help.
-jim