Topic: MIDI control via script

Hi

I am trying to set the totalmix presets via a script.

I have a MIDI loop cable installed in a fireface 800 and intend to use MIDI control, as per page 84 of the manual.

I found some command line MIDI utilities at public.sreal.com:8000/~div/midi-utilities

I thought that

sendmidi --out 1 --note-on 1 55 1 

should set the mixer to preset 2. Where lsmidiouts.exe reports the fireface as port 1, and MIDI channel 1 is the channel for controlling values. Note that the MIDI I/O lights flash on the front of the FF800 when I execute the sendmidi command.

Can anyone tell me what I did wrong and how I get it to work?

Re: MIDI control via script

Hi

I worked out the necessary syntax for anyone that is interested

It is

sendmidi.exe --out 1 --note-on 0 55 1 --note-off 0 55 1