MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / Note

Class Note

src/main/java/trace/sound/LoadMidi.kt:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11 data class Note(var pitch: Int, var velocity: Double, var time: Double, var duration: Double)
12 {
13 var previous : Note? = null
14 var next : Note? = null
15 }
16
17 val notes = mutableListOf<Note>()
18

Callers 1

LoadMidiClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected