Filter - carrierdown/mutateful GitHub Wiki
Filters out notes shorter than the length specified (default 1/64). If -invert is specified, notes longer than the specified length are removed.
Parameters
Aliases for parameters are listed in italic.
Name | Description |
---|---|
‑duration <Number: 1/64> | The minimum duration of notes to be kept in the clip (default 1/64). |
‑invert | If specified, notes longer than the specified length are removed. |
Examples
=a1 filter -duration 1/8
This command will remove all notes in clip a1
that have a duration shorter than 1/8.
=a1 filter -duration 1/4 -invert
This command will remove all notes in clip a1
that have a duration longer than 1/4.