[obsidian] vault backup: 2024-11-12 16:59:44[

This commit is contained in:
2024-11-12 16:59:44 +09:00
parent c1e39ab787
commit eb8a442c83

View File

@@ -173,7 +173,9 @@ fn alloc_midi_voice_4(channel){
bind_note_event
|> filter(|(c,_note)| c==channel)
|>
|> merge(busymap |> snapshot, |(note,busycell)| {
busycell.hold
} )
}