mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-15 08:54:05 +09:00
more
This commit is contained in:
@@ -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)')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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). '
|
||||
|
||||
Reference in New Issue
Block a user