This commit is contained in:
minjaesong
2026-06-15 02:18:17 +09:00
parent f4c6c945b1
commit d6f9e64147
2 changed files with 3 additions and 3 deletions

View File

@@ -4966,7 +4966,7 @@ function drawInstTabMeta(e) {
}
if (shown < d.layers.length) {
con.move(y, INST_RIGHT_X); con.color_pair(colInstGroupHdr, colBackPtn)
print(' … ' + (d.layers.length - shown) + ' more layer(s) (resize / not shown)')
print(` ${sym.doubledot}${sym.doubledot} ` + (d.layers.length - shown) + ' more layer(s) (resize / not shown)')
}
}

View File

@@ -2553,8 +2553,8 @@ def main():
'few foreground voices are needed; songs exceeding '
'the budget release the oldest pedal-held or '
'soonest-ending note early')
ap.add_argument('--max-layers', type=int, default=4,
help='Max simultaneous layers per note (default 4). Each SF2 '
ap.add_argument('--max-layers', type=int, default=25,
help='Max simultaneous layers per note (default 25). Each SF2 '
'preset is split into this many disjoint layers; presets '
'needing >1 layer become a Metainstrument. 1 disables '
'layering (first-zone-wins, like the old behaviour). '