Track Input Transformer "Inside Range" Condition Error

Hi,

I’m describing another use case for using “Inside Range”, where it makes sense, it doesn’t take the hi value into the range.


Use case 1

  • Add MIDI Track, MIDI Part.
  • Insert 2 MIDI Notes:
    – Note 1 Start: 4. 1. 1. 0
    – Note 2 Start: 4. 2. 1. 0
  • Make a Logical Editor Preset
    | Type is | Equal Note | And |
    | Position | In Range | 4. 1. 1. 0 | 4. 2. 1. 0 | PPQ |
    | Function: Select |
  • Click Apply
    => Only the 1st MIDI Note becomes selected. Which is the expected result.

Use case 2

  • Add MIDI Track, MIDI Part.
  • Insert 2 MIDI Notes:
    – Note 1 Velocity: 20
    – Note 2 Velocity: 100
  • Make a Logical Editor Preset
    | Type is | Equal Note | And |
    | Velocity | In Range | 20 | 100 |
    | Function: Select |
  • Click Apply

=> Only the 1st MIDI Note becomes selected. Which is not the expected result.