Logical editor : select midi CC 1 not working

Hello, I am just trying to select CC 1 between locators in the currently selected midi event, but it doesn’t do anything

can someone help me please

Hello, you have to use the subtype option, instead of main value.

Oh
I feel really dumb right now aha
thanks

Any idea why it doesn’t select the last cc point ? I guess “inside the cycle” exclude the points that are “exactly” on the end of the cycle ?

What is your position argument? Sorry, I can’t see your whole LE from your screenshot.

Do you confirm that the PLE is acting only on the currently opened midi event ?

I tried the function “copy” instead of select, and cubase freeze for like 10 sec, like it’s copying CC1 inside cycle of all tracks ?

I also tried on a point just before the end of the cycle, and it select it

As far as I know (note that I’m not using MIDI LE) copy will create a new instance. This means that depending on the VST instrument of the selected part, this can take some time.

The end of the cycle (for example, say 5.1.1.0) is not actually included in the cycle. It’s the way cycles are defined, the start included, the “end” excluded.

Thanks, I can workaround that

I am trying to set a macro to select CC1 data inside cycle in an event, wether I am in key editor or directly from the project window
Are you familiar with a logical editor preset that also work directly from the project window ?

Because at the moment, if I paste in another track, the entire event gets paste
Should I tell my macro : open select event in key editor, select CC with LE preset, copy, exit the key editor

Sure, you can try that.
For example, here’s a macro (not really tested, since I’m not into using LEs):

image

My LE is for notes, you have to replace this one with your LE for the CC you want.

If you only want to copy CC1 to another track here is a macro that works

image

and if you want to select in a cycle
just modify the LE

Anyone who can work the Logical Editor out without getting a migraine is a genius in my book.

And they call it The Logical Editor lol.

Inside Cycle,who wrote this?

So confusing.

You need a two year course to work this thing out.

It does not refer to your personal logic as in “that’s seems logical to me” but to mathmatical logic operations. To be more precise: operations of Boolean algebra:

BTW - these Boolean algebra operations are kind of the atoms of every computer that you use.