Skip to content

Commit bd70bd7

Browse files
qsalkindqsalkind
authored andcommitted
Resizable window
resizable window
1 parent 31d2c2f commit bd70bd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/scaleplayer/ScalePlayer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ public void clearScale(MidiPlayer sequence) {
111111
* @param sequence
112112
* @param startingNote
113113
*/
114-
//TODO: Why public?
115-
public void playScale(MidiPlayer sequence, int startingNote) {
114+
private void playScale(MidiPlayer sequence, int startingNote) {
116115
//TODO: Fix this so it's a Do-Re-Mi scale
117116
//https://en.wikipedia.org/wiki/Solfège#Major
118117
//TODO: Replace magic numbers with constants

0 commit comments

Comments
 (0)