Update helper text for unassigned group patterns in export options
This commit is contained in:
@@ -113,7 +113,7 @@ function ExportOptions({ disabled = false }: { disabled?: boolean }) {
|
|||||||
name="keepUnusedPatterns"
|
name="keepUnusedPatterns"
|
||||||
title="Keep unused patterns"
|
title="Keep unused patterns"
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
helperText="Add non-empty group patterns that are not assigned to any scene as extra Session rows. They will not be added to the Song Arrangement."
|
helperText="Add unassigned group patterns containing notes or MIDI expression as extra Session rows. They will not be added to the Song Arrangement."
|
||||||
/>
|
/>
|
||||||
<CheckboxField
|
<CheckboxField
|
||||||
name="groupTracks"
|
name="groupTracks"
|
||||||
|
|||||||
Reference in New Issue
Block a user