Skip to content

Commit

Permalink
Conform name of Modwheel everywhere, reorder MIDI modulators a bit (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruselj authored Aug 14, 2024
1 parent 821dd5f commit 698cbba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/ModulationSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ const int modsource_display_order[n_modsources] = {
ms_lowest_key,
ms_highest_key,
ms_latest_key,
ms_polyaftertouch,
ms_aftertouch,
ms_polyaftertouch,
ms_pitchbend,
ms_modwheel,
ms_breath,
ms_expression,
ms_sustain,
ms_pitchbend,
ms_timbre,
ms_alternate_bipolar,
ms_alternate_unipolar,
Expand Down Expand Up @@ -161,7 +161,7 @@ const char modsource_names[n_modsources][32] = {
"Polyphonic Aftertouch",
"Channel Aftertouch",
"Pitch Bend",
"Modulation Wheel",
"Modwheel",
"Macro 1",
"Macro 2",
"Macro 3",
Expand Down

0 comments on commit 698cbba

Please sign in to comment.