diff --git a/content/mimiumでMIDIインプットを実装.md b/content/mimiumでMIDIインプットを実装.md index 75a67b79..123430e4 100644 --- a/content/mimiumでMIDIインプットを実装.md +++ b/content/mimiumでMIDIインプットを実装.md @@ -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 + } ) }