mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2026-01-25 21:22:05 +00:00
修复小问题
This commit is contained in:
@@ -997,6 +997,7 @@ async def _(
|
|||||||
old_exe_format=_args["old-execute-format"],
|
old_exe_format=_args["old-execute-format"],
|
||||||
min_volume=_args["minimal-volume"],
|
min_volume=_args["minimal-volume"],
|
||||||
vol_processing_func=volume_curve,
|
vol_processing_func=volume_curve,
|
||||||
|
midi_charset="latin1",
|
||||||
)
|
)
|
||||||
add_memory_to_temporary(
|
add_memory_to_temporary(
|
||||||
identify_cmp,
|
identify_cmp,
|
||||||
|
|||||||
@@ -363,6 +363,7 @@ async def _(
|
|||||||
pitched_note_table=pitched_notechart,
|
pitched_note_table=pitched_notechart,
|
||||||
percussion_note_table=percussion_notechart,
|
percussion_note_table=percussion_notechart,
|
||||||
vol_processing_func=volume_curve,
|
vol_processing_func=volume_curve,
|
||||||
|
midi_charset="latin1",
|
||||||
)
|
)
|
||||||
add_memory_to_temporary(
|
add_memory_to_temporary(
|
||||||
identify_cmp,
|
identify_cmp,
|
||||||
|
|||||||
Reference in New Issue
Block a user