bitSync
2011-02-17 22:41:51
I see that in the 2005 feature request post there was some interest in being able to invoke Send SX from the command line. I am looking for a little Windows program that when called from the command line, will quietly open a MIDI file and send it out a MIDI port as directed, without the need to display any interactive GUI. Has this feature found its way into the latest build of Send SX? I need to do a system call from a Perl script to push MIDI SysEx out, like e.g.,
Can Bome Send SX currently do this?
Code: Select all
system("C:\sendsx.exe -nogui -f .\mysysexfile.mid ");