25 lines
525 B
Text
25 lines
525 B
Text
-- [MIM FILE FORMAT] --
|
|
|
|
Device <name>
|
|
Command <type>
|
|
shell=<shell command>
|
|
<tag>=<value>
|
|
<tag>=<value>
|
|
...
|
|
Command <type>
|
|
...
|
|
|
|
Device <name>
|
|
...
|
|
|
|
--
|
|
*name: string referring to client name of the device
|
|
> mandatory
|
|
*type: type of the signal: note/controller/pitch/system/connect/disconnect
|
|
> mandatory
|
|
*shell: shell command to be executed
|
|
> mandatory
|
|
|
|
Shell command can be concatenated with \"\" or ''
|
|
Comments are written by starting a line with //
|
|
see --command-tags for optional command tags
|