Jump to content

Recommended Posts

Posted

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.js

this will open midi-ox, send the project.syx to the core and exit.

note: I did expirienced some midi-ox crashes...

nW

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...