-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parameters/TempoPoint: Refactor 'tempo_in_beats_per_minute' to 'tempo'
It's an inconsistency of the 'TempoPoint' class to explicitly name its attribute with the unit of its attribute. In other words we don't have Duration.duration_in_beats Pitch.frequency_in_hertz PitchInterval.interval_in_cents but Duration.duration Pitch.frequency PitchInterval.interval Therefore it also shouldn't be Tempo.tempo_in_beats_per_minute but Tempo.tempo This patch therefore helps unifies the naming of mutwo which makes it easier for anyone new coming to the library.
- Loading branch information
1 parent
f5b73ae
commit b5bb382
Showing
6 changed files
with
35 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters