-
Notifications
You must be signed in to change notification settings - Fork 13
Filter
Knut Andreas Ruud edited this page Apr 3, 2023
·
3 revisions
Filters out notes shorter than the length specified (default 1/64). If -invert is specified, notes longer than the specified length are removed.
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. |
=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.