Bugfix : Unresolved reference 'PartitionMetadata'

This commit is contained in:
dotmg 2026-07-15 15:12:28 +02:00
parent 295ec5100e
commit 9bab037d4e

View file

@ -9,7 +9,6 @@ import mg.dot.feufaro.launchFilePicker
import mg.dot.feufaro.midi.MidiPitch
import mg.dot.feufaro.midi.MidiWriterKotlin
import mg.dot.feufaro.transformLyricsInput
import mg.dot.feufaro.viewmodel.PartitionMetadata
import java.io.File
import kotlin.math.min
@ -23,6 +22,7 @@ import kotlin.math.min
//@todo: bug ffpm-629.txt sssszd au lieu de ssss-d(-rrrrtdr)
//@todo: bug ews-103.txt Triolet adds one blank
//@todo: bug ffpm-167-1.txt shoud start with : and not |
//@todo: bug ffpm-491-2.txt ${x:} and ${DS: } not in sync
class Solfa(val sharedScreenModel: SharedScreenModel, private val fileRepository: FileRepository) {
private val T: MutableList<PTemplate> = mutableListOf()