plugins.specs.fader

This option has no description.

Type: submodule

Default:

{
  builtin = "linear_fader";
}

Declared by:

plugins.specs.fader.builtin

This option has no description.

Type: null or one of “linear_fader”, “exp_fader”, “pulse_fader”, “empty_fader”

Default: "linear_fader"

Declared by:

plugins.specs.fader.custom

This option has no description.

Type: strings concatenated with “\n”

Default: ""

Example:

''
  function(blend, cnt)
    if cnt > 100 then
        return 80
    else return nil end
  end
''

Declared by: