Skip to content

Commit

Permalink
Fix regen bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ArijanJ committed Aug 26, 2024
1 parent fdc468f commit a0f3282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
}
let new_chord = new ChordObject(
new_notes,
!chord.overrides?.shifts && settings.classicChordOrder == true,
chord.overrides?.shifts == true && settings.classicChordOrder == true,
chord.overrides?.sequential ?? settings.sequentialQuantize
)
if(chord.overrides) new_chord.overrides = JSON.parse(JSON.stringify(chord.overrides))
Expand Down Expand Up @@ -905,4 +905,4 @@ Individual sizes are an estimation, the total is correct.">ⓘ</span>
</div>
</div>
{/if}
</div>
</div>

0 comments on commit a0f3282

Please sign in to comment.