stop & close midi after search
This commit is contained in:
parent
8d23b20439
commit
a87deaf943
1 changed files with 4 additions and 0 deletions
|
|
@ -299,6 +299,10 @@ LaunchedEffect(isPlay, isPos) {
|
||||||
sharedScreenModel.reset()
|
sharedScreenModel.reset()
|
||||||
solfaScreenModel.loadFromFile(item.path)
|
solfaScreenModel.loadFromFile(item.path)
|
||||||
isSearchActive = false
|
isSearchActive = false
|
||||||
|
isPlayMid = false
|
||||||
|
isExpanded = false
|
||||||
|
sharedScreenModel.stopMidi()
|
||||||
|
sharedScreenModel.seekTo(0f)
|
||||||
})
|
})
|
||||||
HorizontalDivider()
|
HorizontalDivider()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue