Skip to content

Commit

Permalink
Switch to using MidiDeviceConnectionManager so multiple midi device c…
Browse files Browse the repository at this point in the history
…omponents can share the same connection
  • Loading branch information
Nytra committed Nov 21, 2024
1 parent 49269bb commit 00d735a
Show file tree
Hide file tree
Showing 11 changed files with 485 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 00d735a

Please sign in to comment.