Author |
Topic: How to capture MTC messages in VB script? (Read 1980 times) |
|
zaboomafoo
New Member

 MIDI-OX Rules!
Posts: 2
|
 |
How to capture MTC messages in VB script?
« on: Nov 19th, 2007, 4:09pm » |
Quote Modify
|
Hello, How do I capture MTC messages in VB program? I can see them in MIDI-OX program, but they are not received as SysEx message (I guess since they are not SysEx messages ). Do I need to use GetMidiInput() function for that (in a loop)? Regards, Frank
|
|
IP Logged |
|
|
|
zaboomafoo
New Member

 MIDI-OX Rules!
Posts: 2
|
 |
Re: How to capture MTC messages in VB script?
« Reply #1 on: Nov 19th, 2007, 6:51pm » |
Quote Modify
|
Never mind this - I realized the MTC messages are actually being sent through XXXX_MidiInput() method. Great tool this MIDI-OX!
|
|
IP Logged |
|
|
|
Jamie OConnell
Administrator
    


Gender: 
Posts: 2027
|
 |
Re: How to capture MTC messages in VB script?
« Reply #2 on: Nov 23rd, 2007, 7:10pm » |
Quote Modify
|
Bear in mind that MTC comes in pretty quickly (rate = 4 messages per frame, equivalent to 120 messages per second), so you may have difficulty capturing all of it in a VB script.
|
|
IP Logged |
--Jamie Music is its own reward.
|
|
|
|