Jump to content

automating sysex upload using midi-ox


Recommended Posts

Guest nomadicWhale
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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...