prprog
New Member

 MIDI-OX Rules!
Posts: 1
|
 |
Send Midi Note with VBScript
« on: Jan 27th, 2013, 9:19am » |
Quote Modify
|
Hi First post in this forum. Thanks for a great application. Question is: How do I send a Midi note with MIDI-OX in VbScript. I am using VBScript in a HTA application using the following lines: set mox = CreateObject("MIDIOX.MOXScript.1") MsgBox mox.GetAppVersion I received the message identifying the Mox version. OK. then how do I send a MIDI out for example a middle C? Also when active the MIDI OX application is displayed. Is there any parameter to set within the script that makes MIDI-OX to be active but in minimize state? Thanks a lot, PRPROG
|