Skip to content

Commit

Permalink
Update MIDIKit Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCulbertson committed Dec 10, 2023
1 parent 1be7189 commit 3b8f606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class PolyphonicSTKConductor: ObservableObject, HasAudioEngine {

do {
try midiManager.addInputConnection(
to: .allOutputs, // no need to specify if we're using .allEndpoints
to: .allOutputs, // no need to specify if we're using .allOutputs
tag: "Listener",
filter: .owned(), // don't allow self-created virtual endpoints
receiver: .events { [weak self] events in
Expand Down

0 comments on commit 3b8f606

Please sign in to comment.