diff --git a/assets/disk0/tvdos/bin/taut.js b/assets/disk0/tvdos/bin/taut.js index 24a7da9..4c39647 100644 --- a/assets/disk0/tvdos/bin/taut.js +++ b/assets/disk0/tvdos/bin/taut.js @@ -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)') } } diff --git a/midi2taud.py b/midi2taud.py index b6a5cc1..a27be64 100644 --- a/midi2taud.py +++ b/midi2taud.py @@ -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). '