Skip to content

Commit

Permalink
Release Step sequencing (replace mode) v1.1.4 (#1464)
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 authored Nov 19, 2024
1 parent 074b7cc commit 9a18d6e
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 9a18d6e

Please sign in to comment.