Guest nomadicWhale Posted September 1, 2004 Report Posted September 1, 2004 If you develop mios apps on  windows and want to automate the deployment (sending the project.syx to your midibox) here is a way using midi-ox com interface and a shell script:copy this to a file called deploy.js---------------------------------------------------------------------var mox;mox = WScript.CreateObject("Midiox.MoxScript.1", "Sink_");mox.SendSysExFile("skeleton\\project.syx");--------------------------------------------------------------------and run it using:   cscript deploy.jsthis will open midi-ox, send the project.syx to the core and exit.note: I did expirienced some midi-ox crashes...nW
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now