Skip to content

Commit

Permalink
Merge pull request #56 from Nytra/main
Browse files Browse the repository at this point in the history
Switch to using MidiDeviceConnectionManager so multiple midi device components can share the same connection
  • Loading branch information
Xlinka authored Nov 26, 2024
2 parents be7bc87 + 8eb06f0 commit 674a0ac
Show file tree
Hide file tree
Showing 11 changed files with 483 additions and 343 deletions.
2 changes: 1 addition & 1 deletion ProjectObsidian/Components/Devices/MIDI/MIDI_CC_Value.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protected override void OnDispose()
}
}

private void OnControl(MIDI_InputDevice device, MIDI_CC_EventData eventData)
private void OnControl(IMidiInputListener sender, MIDI_CC_EventData eventData)
{
RunSynchronously(() =>
{
Expand Down
Loading

0 comments on commit 674a0ac

Please sign in to comment.