mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-06 13:38:30 +09:00
s3m converter: not emitting skip order (0xFE)
This commit is contained in:
@@ -759,7 +759,6 @@ def build_cue_sheet(order_list: list, num_pats_s3m: int, num_channels: int,
|
|||||||
if order == S3M_ORDER_END or cue_idx >= NUM_CUES:
|
if order == S3M_ORDER_END or cue_idx >= NUM_CUES:
|
||||||
break
|
break
|
||||||
if order == S3M_ORDER_SKIP:
|
if order == S3M_ORDER_SKIP:
|
||||||
cue_idx += 1
|
|
||||||
continue
|
continue
|
||||||
orig = [order * num_channels + v for v in range(num_channels)]
|
orig = [order * num_channels + v for v in range(num_channels)]
|
||||||
pats = [pat_remap[p] if pat_remap else p for p in orig]
|
pats = [pat_remap[p] if pat_remap else p for p in orig]
|
||||||
|
|||||||
Reference in New Issue
Block a user