Skip to content

Tips for removing overlapping notes within the same channel #187

Answered by melanchall
Jenix-Park asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Unfortunately there is no built-in tool to solve the task. You need to iterate over notes manually and check whether they overlap another notes or not. So, for example, if we have notes A and B, then B overlaps A if:

  1. B.Time greater than or equal to A.Time and
  2. B.Time + B.Length less than or equal to A.Time + A.Length.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Jenix-Park
Comment options

@melanchall
Comment options

@Jenix-Park
Comment options

Answer selected by Jenix-Park
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Just question about the library
2 participants