26 lines
601 B
Text
26 lines
601 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 commands can be concatenated with "" or ''
|
|
Comments are written with // or # and end at end of line
|
|
Multiple tags can be put on the same line by separating them with ;
|
|
See --command-tags for optional command tags
|