Skip to content

Commit

Permalink
Fixed Note exactInterval return value
Browse files Browse the repository at this point in the history
  • Loading branch information
albertms10 committed Jun 5, 2020
1 parent 626d438 commit 8cd4bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/classes/note.dart
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class Note implements MusicItem {

return Interval.fromDelta(
interval,
semitonesDelta(note) - interval.semitones,
semitonesDelta(note) - interval.semitones + 1,
);
}

Expand Down

0 comments on commit 8cd4bec

Please sign in to comment.