Right got everything working apart from one aspect, when the command line sendmidi.exe is called from sj script you get a dos box open up for about a second over the top of sj's screen which is a pain ive tried using link to sendmidi.exe so i could select it minimized but sjseems to only like a direct command .exe not a .lnk for example :
if( nowPlaying )
program.run('C:\sendmidi.exe --out 0 --note-on 1 60 127');
works fine but :
if( nowPlaying )
program.run('C:FX_ON.lnk');
does not work ??
Any one have any ideas please ?
Thanks
Midi Out?
Re: Midi Out?
Sorted it thanks