zmidimap/help_format/mim-format
2020-03-03 10:25:14 +01:00

26 lines
602 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 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