We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96537ce commit 7ca34a4Copy full SHA for 7ca34a4
editor/Selection.ts
@@ -371,7 +371,7 @@ export class Selection {
371
const existingPattern: Pattern | undefined = this._doc.song.channels[channel].patterns[copiedPatternIndex - 1];
372
373
if (existingPattern != undefined &&
374
- copiedPartDuration == Config.partsPerBeat * Config.partsPerBeat * this._doc.song.beatsPerBar &&
+ copiedPartDuration == Config.partsPerBeat * this._doc.song.beatsPerBar &&
375
comparePatternNotes(patternCopy["notes"], existingPattern.notes) &&
376
instrumentCopy == existingPattern.instrument)
377
{
0 commit comments