From 9bab037d4e63d34cc24ba64ca50a6c96768b6ee9 Mon Sep 17 00:00:00 2001 From: dotmg Date: Wed, 15 Jul 2026 15:12:28 +0200 Subject: [PATCH] Bugfix : Unresolved reference 'PartitionMetadata' --- .../src/commonMain/kotlin/mg/dot/feufaro/solfa/Solfa.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composeApp/src/commonMain/kotlin/mg/dot/feufaro/solfa/Solfa.kt b/composeApp/src/commonMain/kotlin/mg/dot/feufaro/solfa/Solfa.kt index a56c94f..3cd5af1 100644 --- a/composeApp/src/commonMain/kotlin/mg/dot/feufaro/solfa/Solfa.kt +++ b/composeApp/src/commonMain/kotlin/mg/dot/feufaro/solfa/Solfa.kt @@ -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 = mutableListOf() @@ -2412,4 +2412,4 @@ class Solfa(val sharedScreenModel: SharedScreenModel, private val fileRepository } return currentPointer } -} \ No newline at end of file +}