Skip to content

Selection Scope

Jeremy Bernstein edited this page Apr 20, 2024 · 3 revisions

The top part of the Transformer Pane (Green) is for Selection Criteria. Each row will have a target and a condition (most conditions can also be negated). The condition might have some parameters. Criteria can be combined with AND or OR boolean operations (and you have some virtual parentheses if you need them).

Selection Criteria have a scope – at the moment, Selection scope can be:

  • Everywhere [$everywhere]: all events in all items in the project
  • Selected Items [$selected]: all events in any selected items in the project
  • Active MIDI Editor [$midieditor]: the events in the MIDI take in the active MIDI Editor

The Active MIDI Editor scope has some additional modifiers (pre-processors):

  • Selected Events [$selectedonly]: only already selected events will serve as the event pool from which a selection is made.
  • Active Note Row [$activenoterow]: only note events in the MIDI Editor's active note row will serve as the event pool from which a selection is made.

When exporting presets as a script, there is an option to disable these modifiers when running the script from the Arrange View (where neither selection nor the active note row are visible).

Clone this wiki locally