Logical Editor: chord command

Hi there

I’m trying to work out if the Logical Editor has a chord type command?
I.e. in this screenshot you can see that I’m selecting the C note and adding +7 to make it a G.


Is it possible to do a similar query to move a C Major chord to be a G Major chord?
This article is a little light on detail: Searching for Chords (Logical Editor only)

Does anyone know how to do this, and ideally you would be able to type in the destination chord rather than have to calculate the interval.

Hi,

What about this?

Filter
(( Type is | Equal | Note ) And
( Pitch | Note is equal to | C | Or
 Pitch | Note is equal to | E | Or
 Pitch | Note is equal to | G ))

Action
Value 1 | Add | 7

Function
Transform

This would transpose all C, E and G notes of all octaves +7 semitones up. Is this what you are looking for?