Skip to content

Commit 9ceb984

Browse files
authored
Merge pull request #17 from WhitmanSWDesignSpring2017/pleaseWork
Resizable window
2 parents 31d2c2f + bd70bd7 commit 9ceb984

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)