zmidimap/help_format/zfd_format
2020-03-03 13:23:48 +01:00

30 lines
579 B
Text

-- [ZFD FILE FORMAT] --
ZFD format: http://zawz.net/doc/ztd/zfd.html
[<device>,<device>]
-- <device> format --
{
name=<name>
commands=[<command>,<command>]
}
--
*name: string referring to client name of the device
<command> format
{
type=<type>
shell=<shell command>
<tag>=<value>
<tag>=<value>
...
}
--
*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 ''
see --command-tags for optional command tags