We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d2c2f commit bd70bd7Copy full SHA for bd70bd7
src/scaleplayer/ScalePlayer.java
@@ -111,8 +111,7 @@ public void clearScale(MidiPlayer sequence) {
111
* @param sequence
112
* @param startingNote
113
*/
114
- //TODO: Why public?
115
- public void playScale(MidiPlayer sequence, int startingNote) {
+ private void playScale(MidiPlayer sequence, int startingNote) {
116
//TODO: Fix this so it's a Do-Re-Mi scale
117
//https://en.wikipedia.org/wiki/Solfège#Major
118
//TODO: Replace magic numbers with constants
0 commit comments