Skip to content

Commit

Permalink
One more fix for Linux and mac
Browse files Browse the repository at this point in the history
  • Loading branch information
christofmuc committed Jul 7, 2024
1 parent dd8fc46 commit a94ab29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion The-Orm/PatchView.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class PatchView : public Component,
// TODO These should go into a more general library
std::vector<MidiProgramNumber> patchIsInSynth(midikraft::PatchHolder& patch);
static bool isSynthConnected(std::shared_ptr<midikraft::Synth> synth);
static std::vector<MidiMessage> PatchView::buildSelectBankAndProgramMessages(MidiProgramNumber program, midikraft::PatchHolder& patch);
static std::vector<MidiMessage> buildSelectBankAndProgramMessages(MidiProgramNumber program, midikraft::PatchHolder& patch);

// Helper functions
void sendProgramChangeMessagesForPatch(std::shared_ptr<midikraft::MidiLocationCapability> midiLocation, MidiProgramNumber program, midikraft::PatchHolder& patch);
Expand Down

0 comments on commit a94ab29

Please sign in to comment.