Compares two arrays of intervals to determine if they represent the same sequence.
This is useful for comparing interval patterns in scales, modes, or melodic sequences.
Requirements:
Arrays must have the same length
Each corresponding pair of intervals must match according to matchingIntervals
Compares two arrays of intervals to determine if they represent the same sequence. This is useful for comparing interval patterns in scales, modes, or melodic sequences.
Requirements: