Compare commits

..

No commits in common. "0cd33c0e4391ba55a958844123daeb105a25e81f" and "c9ec1a16214f0d5c08bc25e32f35963964005208" have entirely different histories.

View file

@ -5,4 +5,7 @@ data class MidiMarkers(
val template: String,
val lastCallerMarker: Int,
val marker: String,
val noteBefore: String,
val separat: String,
val note: String
)