[obsidian] vault backup: 2024-11-12 16:59:44[
All checks were successful
Build / build (push) Successful in 3m59s

This commit is contained in:
松浦 知也 Matsuura Tomoya 2024-11-12 16:59:44 +09:00
parent c14078fe8d
commit 9ea4fec06c

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
} )
}