-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
help wantedExtra attention is neededExtra attention is neededrefactorThe code needs to be refactoredThe code needs to be refactored
Description
music_notes/lib/src/note/pitch_class.dart
Lines 158 to 160 in 7ce5bee
| // TODO(albertms10): expect [IntervalClass]. See #248. | |
| PitchClass transposeBy(Interval interval) => | |
| PitchClass(semitones + interval.semitones); |
music_notes/lib/src/note/pitch_class.dart
Lines 171 to 173 in 7ce5bee
| // TODO(albertms10): return [IntervalClass]. See #248. | |
| Interval interval(PitchClass other) { | |
| final diff = difference(other); |
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededrefactorThe code needs to be refactoredThe code needs to be refactored