mirror of
https://github.com/TriM-Organization/Linglun-Converter.git
synced 2024-11-24 16:15:25 +08:00
ok
This commit is contained in:
parent
cd3dc6fcaa
commit
5806916551
@ -22,18 +22,18 @@ import random
|
||||
import sys
|
||||
|
||||
import Musicreater
|
||||
from Musicreater.constants import DEFAULT_PROGRESSBAR_STYLE
|
||||
from Musicreater.plugin import ConvertConfig
|
||||
from Musicreater.plugin.bdxfile import to_BDX_file_in_delay, to_BDX_file_in_score
|
||||
from Musicreater.plugin.addonpack import (
|
||||
to_addon_pack_in_delay,
|
||||
to_addon_pack_in_repeater,
|
||||
to_addon_pack_in_score,
|
||||
)
|
||||
from Musicreater.constants import DEFAULT_PROGRESSBAR_STYLE
|
||||
from Musicreater.plugin.bdxfile import to_BDX_file_in_delay, to_BDX_file_in_score
|
||||
from utils.io import *
|
||||
|
||||
# from Musicreater.plugin.mcstructure import commands_to_structure, commands_to_redstone_delay_structure
|
||||
|
||||
from utils.io import *
|
||||
|
||||
MainConsole.print(
|
||||
"[#121110 on #F0F2F4] ",
|
||||
|
@ -98,8 +98,6 @@ while True:
|
||||
speed: float = format_ipt("播放速度", float_str, "错误,需要浮点型数据;请重新输入。")[1]
|
||||
|
||||
|
||||
|
||||
|
||||
final_result: Dict[str, Dict[int, List[Tuple[str, int, str]]]] = {}
|
||||
|
||||
for single_midi in midis:
|
||||
|
@ -1,6 +1,6 @@
|
||||
import urllib.error
|
||||
import urllib.request
|
||||
from typing import Any, Callable, Literal, Optional, Set, TextIO, Tuple, Dict, List
|
||||
from typing import Any, Callable, Dict, List, Literal, Optional, Set, TextIO, Tuple
|
||||
|
||||
import TrimLog
|
||||
from TrimLog import Console, object_constants
|
||||
|
Loading…
Reference in New Issue
Block a user