earth_monkey
New Member

 MIDI-OX Rules!
Posts: 1
|
 |
Accessing MIDI-OX from an external script
« on: Jul 18th, 2007, 1:14pm » |
Quote Modify
|
Hi, I want to access midi-ox functions from a vb script running in a different piece of software. I'm trying to take some numerical values generated by that software and route them via midi-ox to a synth. AT the moment I try to create the object by adding Set mox = WScript.CreateObject("Midiox.MoxScript.1", "Sink_") to an existing (working) script - but I get an error when I execute the modified script. Do I need to include midi-ox libs? If so, how? I'm got lots of java and C but new to VB. I've looked in the supplied examples but they seem to be modifying a script to run inside midi-ox. Any info or example code would be greatly appreciated. Many thanks, Mike
|