zmidimap/help_format/mim-format
zawz 8486fa3984 1.2.1 fixes
* fixed missing output file function on -o
* fixed -o showing log
* help tweaks
2019-08-23 22:46:47 +02:00

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