Skip to content

Commit

Permalink
aaand formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
defiantnerd committed Oct 22, 2023
1 parent 12aa6a7 commit 10d61e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapasauv2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ void WrapAsAUV2::setupMIDIBusses(const clap_plugin_t* plugin, const clap_plugin_
if (noteports->get(plugin, 0, true, &info))
{
_midi_preferred_dialect = info.preferred_dialect;
_midi_understands_midi2 = ( info.supported_dialects & CLAP_NOTE_DIALECT_MIDI2);
_midi_understands_midi2 = (info.supported_dialects & CLAP_NOTE_DIALECT_MIDI2);
}
}
/*
Expand Down

0 comments on commit 10d61e4

Please sign in to comment.