Logical Edit to remove cut note start and end of regions

Hi All , I am new to Cubase and was wondering is there was a Logical editor script to remove the small note which something get added after editing midi ?


Screenshot 2023-01-20 at 18.17.37

Hi,

You can use something like this:

Filter Target
( Type is| Equal | Note | And
Length | Less or Equal | 0.0.0.119 PPQ)

Action Target

Function
Delete

If you want to make it more robust, you can search for the short notes only at the start and end of the Bars.

Filter Target
( Type is| Equal | Note | And
Length | Less or Equal | 0.0.0.119 PPQ And 
( Position | Inside Bar Range | 0.0.0.0 | 0.0.0.119 Or
Position | Inside Bar Range | 0.3.3.0 | 1.0.0. ))

Action Target

Function
Delete
2 Likes

Thanks Martin , managed to get the first one working . but the 2nd more robust version doesn’t seem to work for me …

1 Like

Ok it is working as long as the region is starting and ending on a bar Thx

Hi,

I don’t see the open brackets at the beginning of the line 4.

OK thanks I have now added seem to work great , if the region start on the downbeat . massive time saver Thx you

1 Like

Is there also also a simple way to extent the first note unto the front of the region ?

I am loving the delete of chopped notes massive time saver!

Hi,

I’m not with Cubase right now, but I’m afraid this is not possible. There is no way how to reach the 1st note of the MIDI Part by using Logical Editor.

Even if you would specify the "first note

1 Like