30 lines
579 B
Text
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
|