Merge notes that overlap

Hey,

I’d like to avoid overlapping notes when recording.

What would be the best approach to do so ? I’m thinking of calling a post-processing function that is fired when recording stops.

Thanks in advance,

Best,

E.

Yes, a post-processing step when recording finishes is probably best.
We have MidiClip::legatoNote which is similar but will stretch note-offs to meet the next note-on which you probably don’t want.

1 Like

Perfect, thanks @dave96 !