Skip to content

Commit

Permalink
Release Step sequencing (replace mode) v1.1.4
Browse files Browse the repository at this point in the history
Fix toggling "Skip unselected notes" in the fallback (non-ReaImGui) options menu [p=2823664]
  • Loading branch information
cfillion committed Nov 19, 2024
1 parent 074b7cc commit 99eaf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIDI Editor/cfillion_Step sequencing (replace mode).lua
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ if scriptName:match('%(options%)') then
{MODE_CHAN, 'Replace channel'},
{MODE_PITCH, 'Replace pitch'},
{MODE_VEL, 'Replace velocity'},
'|',
'',
{MODE_SEL, 'Skip unselected notes'},
}

Expand Down

0 comments on commit 99eaf25

Please sign in to comment.