mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
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:
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user