Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ notes2
Method
notes2
src/main/java/trace/sound/LoadMidi.kt:118–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
fun read(t: Double): List<Note> {
117
if (t < time) {
118
time = t
119
previouslyReturned.clear()
120
}
121
var ret = notesBetweenTimes(time, t)
122
123
ret = ret.filter { !previouslyReturned.contains(it) }
124
previouslyReturned.addAll(ret)
125
Callers
nothing calls this directly
Calls
2
Vec2
Class · 0.50
map
Method · 0.45
Tested by
no test coverage detected