Bugfix : nextDuration not cleared after consumption in Solfa.kt
This commit is contained in:
parent
e3ca594a97
commit
2e1d84e8c6
1 changed files with 1 additions and 0 deletions
|
|
@ -587,6 +587,7 @@ class Solfa(val sharedScreenModel: SharedScreenModel, private val fileRepository
|
||||||
'@' -> {
|
'@' -> {
|
||||||
if (lastNoteString == "z") {
|
if (lastNoteString == "z") {
|
||||||
midiDuration += nextDuration
|
midiDuration += nextDuration
|
||||||
|
nextDuration = 0
|
||||||
} else {
|
} else {
|
||||||
pushMidi()
|
pushMidi()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue