Issue #704. added a fix so that g# will now work on the space piano. tested and works.

Signed-off-by: sararar <sarajfarr@gmail.com>
This commit is contained in:
sararar
2013-06-20 13:13:50 -04:00
parent 5a83f85c83
commit ffa7b2f2e7
+3
View File
@@ -34,6 +34,9 @@
oct++
note++
acc = "n"
else if(acc == "#" && (note == 7)) //G#
note = 1
acc = "b"
else if(acc == "#") // mass convert all sharps to flats, octave jump already handled
acc = "b"
note++