Bugfix : Unresolved reference 'PartitionMetadata'
This commit is contained in:
parent
295ec5100e
commit
9bab037d4e
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,6 @@ import mg.dot.feufaro.launchFilePicker
|
||||||
import mg.dot.feufaro.midi.MidiPitch
|
import mg.dot.feufaro.midi.MidiPitch
|
||||||
import mg.dot.feufaro.midi.MidiWriterKotlin
|
import mg.dot.feufaro.midi.MidiWriterKotlin
|
||||||
import mg.dot.feufaro.transformLyricsInput
|
import mg.dot.feufaro.transformLyricsInput
|
||||||
import mg.dot.feufaro.viewmodel.PartitionMetadata
|
|
||||||
import java.io.File
|
import java.io.File
|
||||||
import kotlin.math.min
|
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 ffpm-629.txt sssszd au lieu de ssss-d(-rrrrtdr)
|
||||||
//@todo: bug ews-103.txt Triolet adds one blank
|
//@todo: bug ews-103.txt Triolet adds one blank
|
||||||
//@todo: bug ffpm-167-1.txt shoud start with : and not |
|
//@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) {
|
class Solfa(val sharedScreenModel: SharedScreenModel, private val fileRepository: FileRepository) {
|
||||||
private val T: MutableList<PTemplate> = mutableListOf()
|
private val T: MutableList<PTemplate> = mutableListOf()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue