Compare commits

..

No commits in common. "c9ec1a16214f0d5c08bc25e32f35963964005208" and "8e15cfc66788f41f4093c62a1a3aa8cb0b24ecd4" have entirely different histories.

View file

@ -1,11 +0,0 @@
package mg.dot.feufaro.viewmodel
data class MidiMarkers(
val timestamp: Long,
val template: String,
val lastCallerMarker: Int,
val marker: String,
val noteBefore: String,
val separat: String,
val note: String
)