mirror of
https://github.com/TriM-Organization/Linglun-Converter.git
synced 2026-01-20 18:52:11 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0564ee29e |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@ __pycache__/
|
|||||||
*.mid
|
*.mid
|
||||||
*.midi
|
*.midi
|
||||||
*.mcpack
|
*.mcpack
|
||||||
|
*.mcstructure
|
||||||
*.bdx
|
*.bdx
|
||||||
*.json
|
*.json
|
||||||
/Musicreater
|
/Musicreater
|
||||||
|
|||||||
35
README.md
35
README.md
@@ -45,17 +45,44 @@
|
|||||||
|
|
||||||
## 致谢 🙏
|
## 致谢 🙏
|
||||||
|
|
||||||
- 感谢由 **𝘼𝙪𝙤 “可白”**\<QQ2425476216\> 带来的 Dockerfile 文件参考;
|
* 感谢由 **𝘼𝙪𝙤 “可白”**\<QQ2425476216\> 带来的 Dockerfile 文件参考;
|
||||||
在此特别授予其利用本软件进行商业使用之权利:
|
|
||||||
特别声明:依据《汉钰律许可协议,第一版》,准许**可白**\<QQ2425476216\>在中国大陆范围内非专有地对本作品进行商业性使用,包括但不限于:出售本作品之副本、将本作品嵌入云平台后租赁等。
|
|
||||||
|
|
||||||
> 感谢广大群友为此软件提供的测试和建议
|
> 感谢广大群友为此软件提供的测试和建议
|
||||||
|
|
||||||
|
## 授权 📃
|
||||||
|
|
||||||
|
```md
|
||||||
|
伶伦转换器 WXGUI
|
||||||
|
Linglun Converter
|
||||||
|
|
||||||
|
版权所有 © 2026 金羿
|
||||||
|
Copyright © 2026 Eilles
|
||||||
|
|
||||||
|
伶伦转换器项目(“本项目”)的协议颁发者为 金羿
|
||||||
|
The Licensor of _Linglun Converter Project_("this project") is Eilles.
|
||||||
|
|
||||||
|
本项目根据 汉钰律许可协议,第一版(“本协议”)授权。
|
||||||
|
任何人皆可从以下地址获得本协议副本:https://gitee.com/EillesWan/YulvLicenses。
|
||||||
|
若非因法律要求或经过了特殊准许,此作品在根据本协议“原样”提供的基础上,不予提供任何形式的担保、任何明示、任何暗示或类似承诺。也就是说,用户将自行承担因此作品的质量或性能问题而产生的全部风险。
|
||||||
|
详细的准许和限制条款请见原协议文本。
|
||||||
|
```
|
||||||
|
|
||||||
|
该协议禁止在未经许可的情况下对本软件进行商业性使用,因此如需商用请联系本项目开发者。
|
||||||
|
|
||||||
|
**在此特别授予以下用户相关权利:**
|
||||||
|
|
||||||
|
* 特别声明:依据《汉钰律许可协议,第一版》,准许以下用户在中国大陆范围内非专有地对本作品进行商业性使用,包括但不限于:出售本作品之副本、将本作品嵌入云平台后租赁等。
|
||||||
|
|
||||||
|
1. **可白**\<QQ2425476216\>
|
||||||
|
2. **星白**\<QQ3939721331\>
|
||||||
|
|
||||||
|
**权利授予特别声明结束**
|
||||||
|
|
||||||
## 联系 📞
|
## 联系 📞
|
||||||
|
|
||||||
QQ 群 [861684859](https://jq.qq.com/?_wv=1027&k=hpeRxrYr)
|
QQ 群 [861684859](https://jq.qq.com/?_wv=1027&k=hpeRxrYr)
|
||||||
|
|
||||||
电邮 [TriM-Organization@hotmail.com](mailto:TriM-Organization@hotmail.com)
|
电邮 [TriM-Organization@hotmail.com](mailto://TriM-Organization@hotmail.com)
|
||||||
|
|
||||||
[Bilibili: 金羿ELS]: https://img.shields.io/badge/Bilibili-%E9%87%91%E7%BE%BFELS-00A1E7?style=for-the-badge
|
[Bilibili: 金羿ELS]: https://img.shields.io/badge/Bilibili-%E9%87%91%E7%BE%BFELS-00A1E7?style=for-the-badge
|
||||||
[Bilibili: 诸葛亮与八卦阵]: https://img.shields.io/badge/Bilibili-%E8%AF%B8%E8%91%9B%E4%BA%AE%E4%B8%8E%E5%85%AB%E5%8D%A6%E9%98%B5-00A1E7?style=for-the-badge
|
[Bilibili: 诸葛亮与八卦阵]: https://img.shields.io/badge/Bilibili-%E8%AF%B8%E8%91%9B%E4%BA%AE%E4%B8%8E%E5%85%AB%E5%8D%A6%E9%98%B5-00A1E7?style=for-the-badge
|
||||||
|
|||||||
@@ -106,6 +106,7 @@ elif solar_date == (8, 16):
|
|||||||
style_ = "#F0F2F4 on #0089F2" # TODO
|
style_ = "#F0F2F4 on #0089F2" # TODO
|
||||||
else:
|
else:
|
||||||
style_ = "#121110 on #F0F2F4"
|
style_ = "#121110 on #F0F2F4"
|
||||||
|
yanlun_texts = [""]
|
||||||
# 显示箴言部分
|
# 显示箴言部分
|
||||||
logger.console.print(
|
logger.console.print(
|
||||||
"[{}]{}".format(style_, random.choice(yanlun_texts)),
|
"[{}]{}".format(style_, random.choice(yanlun_texts)),
|
||||||
@@ -207,7 +208,7 @@ def is_in_player(sth: str, in_ok: tuple = (0, 1, 2)):
|
|||||||
),
|
),
|
||||||
(
|
(
|
||||||
2,
|
2,
|
||||||
("repeater", "2", "中继器", "瑞皮特"),
|
("repeater", "2", "中继器", "瑞皮特尔"),
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
if i in in_ok
|
if i in in_ok
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ from Musicreater.plugin.websocket import to_websocket_server
|
|||||||
|
|
||||||
from utils.authorp import go_author_page
|
from utils.authorp import go_author_page
|
||||||
from utils.io import TrimLog, log__init__, logger, object_constants
|
from utils.io import TrimLog, log__init__, logger, object_constants
|
||||||
from utils.packdata import enpack_llc_pack, load_msct_packed_data, unpack_llc_pack
|
from utils.packdata import enpack_llc_pack, unpack_llc_pack
|
||||||
from utils.update_check import check_update_release
|
from utils.update_check import check_update_release
|
||||||
from utils.webview import go_update_tip
|
from utils.webview import go_update_tip
|
||||||
from utils.yanlun import STANDARD_WHITE, STANDART_BLACK, yanlun_texts
|
from utils.yanlun import STANDARD_WHITE, STANDART_BLACK, yanlun_texts
|
||||||
@@ -78,8 +78,8 @@ yanlun_fg_colour = wx.Colour(*STANDARD_WHITE)
|
|||||||
yanlun_bg_colour = wx.Colour(*STANDART_BLACK)
|
yanlun_bg_colour = wx.Colour(*STANDART_BLACK)
|
||||||
|
|
||||||
__appname__ = "伶伦转换器"
|
__appname__ = "伶伦转换器"
|
||||||
__version__ = "WXGUI 1.2.2"
|
__version__ = "WXGUI 1.2.3"
|
||||||
__zhver__ = "WX图形界面 初代次版二编"
|
__zhver__ = "WX图形界面 初代次版三编"
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
@@ -95,7 +95,6 @@ if __name__ == "__main__":
|
|||||||
"!有新版本!\n新版本 {app} {latest} 可用,当前仍是 {current}\n请前往下载地址更新\n",
|
"!有新版本!\n新版本 {app} {latest} 可用,当前仍是 {current}\n请前往下载地址更新\n",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
if down_paths:
|
if down_paths:
|
||||||
wx.LaunchDefaultBrowser(
|
wx.LaunchDefaultBrowser(
|
||||||
"https://gitee.com{}".format(
|
"https://gitee.com{}".format(
|
||||||
@@ -105,6 +104,7 @@ if __name__ == "__main__":
|
|||||||
exit()
|
exit()
|
||||||
# go_update_tip("点击下方链接下载更新:",'<a href="https://gitee.com{}">点击此处下载</a>'.format(list(down_paths.values())[0]))
|
# go_update_tip("点击下方链接下载更新:",'<a href="https://gitee.com{}">点击此处下载</a>'.format(list(down_paths.values())[0]))
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
msct_main = msct_plugin = msct_plugin_function = None
|
msct_main = msct_plugin = msct_plugin_function = None
|
||||||
|
|
||||||
@@ -283,10 +283,56 @@ if down_paths:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
logger.info("初始化日志系统……")
|
||||||
|
|
||||||
|
osc = object_constants.ObjectStateConstant(
|
||||||
|
logging_project_name=__appname__,
|
||||||
|
logging_project_version=__version__,
|
||||||
|
logging_exit_exec=lambda sth: wx.MessageDialog(
|
||||||
|
None,
|
||||||
|
sth + "\n问题不大吧?有问题拜托请报给开发者!谢谢!",
|
||||||
|
"崩溃",
|
||||||
|
wx.YES_DEFAULT | wx.ICON_STOP,
|
||||||
|
).ShowModal(),
|
||||||
|
# is_this_a_release=True,
|
||||||
|
)
|
||||||
|
# print(osc.exit_execution)
|
||||||
|
osc.set_console(logger.console)
|
||||||
|
|
||||||
|
log__init__(osc, TrimLog.PipManage(True, True, 40), True)
|
||||||
|
|
||||||
|
logger.is_logging = True
|
||||||
|
logger.suffix = ".llc"
|
||||||
|
logger.is_tips = True
|
||||||
|
logger.printing = not osc.is_release
|
||||||
|
|
||||||
|
|
||||||
|
logger.info("初始化窗口应用……")
|
||||||
|
|
||||||
|
|
||||||
|
# 创建应用程序类
|
||||||
|
class LinglunConverterApp(wx.App):
|
||||||
|
def OnInit(self):
|
||||||
|
# 创建主窗口
|
||||||
|
self.SetAppName(__appname__)
|
||||||
|
return True
|
||||||
|
|
||||||
|
def re_init(self, frameClass):
|
||||||
|
|
||||||
|
self.frame = frameClass(None)
|
||||||
|
self.SetTopWindow(self.frame)
|
||||||
|
self.frame.Show()
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
app = LinglunConverterApp()
|
||||||
|
|
||||||
|
|
||||||
logger.info("注册变量并读取内容……")
|
logger.info("注册变量并读取内容……")
|
||||||
|
|
||||||
|
yanlun_length = len(yanlun_texts)
|
||||||
|
|
||||||
pgb_style: Musicreater.ProgressBarStyle = Musicreater.DEFAULT_PROGRESSBAR_STYLE.copy() # type: ignore
|
pgb_style: Musicreater.ProgressBarStyle = Musicreater.DEFAULT_PROGRESSBAR_STYLE.copy()
|
||||||
on_exit_saving: bool = True
|
on_exit_saving: bool = True
|
||||||
ignore_midi_mismatch_error: bool = True
|
ignore_midi_mismatch_error: bool = True
|
||||||
convert_tables = {
|
convert_tables = {
|
||||||
@@ -312,7 +358,14 @@ ConvertClass = (Musicreater.MidiConvert, "常规转换")
|
|||||||
if os.path.isfile("save.llc.config"):
|
if os.path.isfile("save.llc.config"):
|
||||||
unpacked_data = unpack_llc_pack("save.llc.config", False)
|
unpacked_data = unpack_llc_pack("save.llc.config", False)
|
||||||
if isinstance(unpacked_data, Exception):
|
if isinstance(unpacked_data, Exception):
|
||||||
logger.warning("读取设置文件失败:{};使用默认设置信息。")
|
wx.MessageBox(
|
||||||
|
logger.warning(
|
||||||
|
"读取设置文件失败:{};使用默认设置信息。".format(unpacked_data)
|
||||||
|
),
|
||||||
|
"警告",
|
||||||
|
wx.YES_DEFAULT | wx.ICON_WARNING,
|
||||||
|
)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
(
|
(
|
||||||
pgb_style,
|
pgb_style,
|
||||||
@@ -324,55 +377,14 @@ if os.path.isfile("save.llc.config"):
|
|||||||
) = unpacked_data
|
) = unpacked_data
|
||||||
|
|
||||||
|
|
||||||
osc = object_constants.ObjectStateConstant(
|
|
||||||
logging_project_name=__appname__,
|
|
||||||
logging_project_version=__version__,
|
|
||||||
logging_exit_exec=lambda sth: wx.MessageDialog(
|
|
||||||
None,
|
|
||||||
sth + "\n问题不大吧?有问题拜托请报给开发者!谢谢!",
|
|
||||||
"崩溃",
|
|
||||||
wx.YES_DEFAULT | wx.ICON_STOP,
|
|
||||||
).ShowModal(),
|
|
||||||
# is_this_a_release=True,
|
|
||||||
)
|
|
||||||
# print(osc.exit_execution)
|
|
||||||
osc.set_console(logger.console)
|
|
||||||
|
|
||||||
log__init__(osc, TrimLog.PipManage(True, True, 40), True)
|
|
||||||
|
|
||||||
logger.is_logging = True
|
|
||||||
logger.suffix = ".llc"
|
|
||||||
logger.is_tips = True
|
|
||||||
logger.printing = not osc.is_release
|
|
||||||
|
|
||||||
|
|
||||||
yanlun_length = len(yanlun_texts)
|
|
||||||
|
|
||||||
|
|
||||||
logger.info("音·创内核版本:{}".format(Musicreater.__version__), mandatory_use=True)
|
logger.info("音·创内核版本:{}".format(Musicreater.__version__), mandatory_use=True)
|
||||||
|
|
||||||
|
|
||||||
logger.info("加载窗口布局……")
|
|
||||||
|
|
||||||
|
|
||||||
# 创建应用程序类
|
|
||||||
class LinglunConverterApp(wx.App):
|
|
||||||
def OnInit(self):
|
|
||||||
# 创建主窗口
|
|
||||||
self.SetAppName(__appname__)
|
|
||||||
self.frame = LingLunMainFrame(
|
|
||||||
None,
|
|
||||||
)
|
|
||||||
self.SetTopWindow(self.frame)
|
|
||||||
self.frame.Show()
|
|
||||||
return True
|
|
||||||
|
|
||||||
|
|
||||||
logger.info("加载主框架……")
|
logger.info("加载主框架……")
|
||||||
|
|
||||||
|
|
||||||
class LingLunMainFrame(wx.Frame):
|
class LingLunMainFrame(wx.Frame):
|
||||||
def __init__(self, parent):
|
def __init__(self, parent=None):
|
||||||
wx.Frame.__init__(
|
wx.Frame.__init__(
|
||||||
self,
|
self,
|
||||||
parent,
|
parent,
|
||||||
@@ -1419,8 +1431,8 @@ class ConvertPagePanel(wx.Panel):
|
|||||||
|
|
||||||
def onStartButtonPressed(self, event):
|
def onStartButtonPressed(self, event):
|
||||||
global pgb_style
|
global pgb_style
|
||||||
for file_name in self.m_midiFilesList_listBox2.GetStrings():
|
for file_path_location in self.m_midiFilesList_listBox2.GetStrings():
|
||||||
if file_name == "诸葛亮与八卦阵-山水千年":
|
if file_path_location == "诸葛亮与八卦阵-山水千年":
|
||||||
mid_cvt = ConvertClass[0].from_mido_obj(
|
mid_cvt = ConvertClass[0].from_mido_obj(
|
||||||
midi_obj=None,
|
midi_obj=None,
|
||||||
midi_name="山水千年",
|
midi_name="山水千年",
|
||||||
@@ -1437,7 +1449,7 @@ class ConvertPagePanel(wx.Panel):
|
|||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
mid_cvt = ConvertClass[0].from_midi_file(
|
mid_cvt = ConvertClass[0].from_midi_file(
|
||||||
midi_file_path=file_name,
|
midi_file_path=file_path_location,
|
||||||
mismatch_error_ignorance=ignore_midi_mismatch_error,
|
mismatch_error_ignorance=ignore_midi_mismatch_error,
|
||||||
play_speed=self.m_speed_spinCtrlDouble.GetValue(),
|
play_speed=self.m_speed_spinCtrlDouble.GetValue(),
|
||||||
pitched_note_table=convert_tables["PITCHED"][
|
pitched_note_table=convert_tables["PITCHED"][
|
||||||
@@ -1452,7 +1464,7 @@ class ConvertPagePanel(wx.Panel):
|
|||||||
)
|
)
|
||||||
|
|
||||||
cvt_dist = (
|
cvt_dist = (
|
||||||
os.path.split(file_name)[0]
|
os.path.split(file_path_location)[0]
|
||||||
if self.m_Check_Every_Their_Path_checkBox7.GetValue()
|
if self.m_Check_Every_Their_Path_checkBox7.GetValue()
|
||||||
else self.m_Convertion_Destination_Picker_dirPicker1.GetTextCtrl().GetValue()
|
else self.m_Convertion_Destination_Picker_dirPicker1.GetTextCtrl().GetValue()
|
||||||
)
|
)
|
||||||
@@ -1497,7 +1509,11 @@ class ConvertPagePanel(wx.Panel):
|
|||||||
return
|
return
|
||||||
wx.MessageDialog(
|
wx.MessageDialog(
|
||||||
None,
|
None,
|
||||||
"完成!\n指令数量:{}\n延迟总长:{}".format(cmd_num, total_delay),
|
logger.info(
|
||||||
|
"{} - 转换完成!\n指令数量:{}\n延迟总长:{}".format(
|
||||||
|
mid_cvt.music_name, cmd_num, total_delay
|
||||||
|
)
|
||||||
|
),
|
||||||
"转换成功",
|
"转换成功",
|
||||||
wx.YES_DEFAULT | wx.ICON_INFORMATION,
|
wx.YES_DEFAULT | wx.ICON_INFORMATION,
|
||||||
).ShowModal()
|
).ShowModal()
|
||||||
@@ -1533,14 +1549,17 @@ class ConvertPagePanel(wx.Panel):
|
|||||||
return
|
return
|
||||||
wx.MessageDialog(
|
wx.MessageDialog(
|
||||||
None,
|
None,
|
||||||
"完成!\n结构大小:{}\n延迟总长:{}{}".format(
|
logger.info(
|
||||||
size,
|
"{} - 转换完成!\n结构大小:{}\n延迟总长:{}{}".format(
|
||||||
total_delay,
|
mid_cvt.music_name,
|
||||||
(
|
size,
|
||||||
"\n指令数量:{}".format(cmd_num) # type: ignore
|
total_delay,
|
||||||
if self.m_playerChoice_choice2.GetSelection() == 0
|
(
|
||||||
else ""
|
"\n指令数量:{}".format(cmd_num) # type: ignore
|
||||||
),
|
if self.m_playerChoice_choice2.GetSelection() == 0
|
||||||
|
else ""
|
||||||
|
),
|
||||||
|
)
|
||||||
),
|
),
|
||||||
"转换成功",
|
"转换成功",
|
||||||
wx.YES_DEFAULT | wx.ICON_INFORMATION,
|
wx.YES_DEFAULT | wx.ICON_INFORMATION,
|
||||||
@@ -1575,8 +1594,10 @@ class ConvertPagePanel(wx.Panel):
|
|||||||
return
|
return
|
||||||
wx.MessageDialog(
|
wx.MessageDialog(
|
||||||
None,
|
None,
|
||||||
"{}\n\n完成!\n指令数量:{}\n延迟总长:{}\n结构大小:{}\n终点坐标:{}".format(
|
logger.info(
|
||||||
file_name, cmd_num, total_delay, size, final_pos
|
"{} - 转换完成!\n指令数量:{}\n延迟总长:{}\n结构大小:{}\n终点坐标:{}".format(
|
||||||
|
mid_cvt.music_name, cmd_num, total_delay, size, final_pos
|
||||||
|
)
|
||||||
),
|
),
|
||||||
"转换成功",
|
"转换成功",
|
||||||
wx.YES_DEFAULT | wx.ICON_INFORMATION,
|
wx.YES_DEFAULT | wx.ICON_INFORMATION,
|
||||||
@@ -1590,9 +1611,43 @@ class ConvertPagePanel(wx.Panel):
|
|||||||
).ShowModal()
|
).ShowModal()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
if ConvertClass[1] == "羽音缭绕":
|
||||||
|
shenyu_inst_list = set()
|
||||||
|
for _inst in set(
|
||||||
|
[
|
||||||
|
n.split(".")[0].replace("c", "").replace("d", "")
|
||||||
|
for n in mid_cvt.note_count_per_instrument.keys()
|
||||||
|
]
|
||||||
|
):
|
||||||
|
try:
|
||||||
|
_fnl_inst = int(_inst.strip())
|
||||||
|
shenyu_inst_list.add(
|
||||||
|
"-1 \t- 打击乐组"
|
||||||
|
if _fnl_inst == -1
|
||||||
|
else "{} \t- {}".format(
|
||||||
|
_fnl_inst,
|
||||||
|
Musicreater.MIDI_PITCHED_NOTE_NAME_TABLE[_fnl_inst + 1][
|
||||||
|
0
|
||||||
|
],
|
||||||
|
)
|
||||||
|
)
|
||||||
|
except Exception as e:
|
||||||
|
logger.warning("`{}` 出现以下问题:{}".format(_inst, e))
|
||||||
|
shenyu_inst_list.add(_inst)
|
||||||
|
wx.MessageDialog(
|
||||||
|
None,
|
||||||
|
"曲目 {} 乐器使用情况如下,请自行加载羽音缭绕资源包系列的:\n{}".format(
|
||||||
|
mid_cvt.music_name,
|
||||||
|
"\n".join(sorted(shenyu_inst_list)),
|
||||||
|
),
|
||||||
|
"羽音缭绕提示",
|
||||||
|
wx.YES_DEFAULT | wx.ICON_INFORMATION,
|
||||||
|
).ShowModal()
|
||||||
|
del shenyu_inst_list
|
||||||
|
|
||||||
if self.m_done_then_remove_checkBox6.GetValue():
|
if self.m_done_then_remove_checkBox6.GetValue():
|
||||||
self.m_midiFilesList_listBox2.Delete(
|
self.m_midiFilesList_listBox2.Delete(
|
||||||
self.m_midiFilesList_listBox2.FindString(file_name)
|
self.m_midiFilesList_listBox2.FindString(file_path_location)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@@ -1764,7 +1819,13 @@ class SettingPagePannel(wx.Panel):
|
|||||||
5,
|
5,
|
||||||
)
|
)
|
||||||
|
|
||||||
experiment_type_choiceChoices = ["常规转换", "长音插值", "同刻偏移"]
|
experiment_type_choiceChoices = [
|
||||||
|
"常规转换",
|
||||||
|
"长音插值",
|
||||||
|
"同刻偏移",
|
||||||
|
"羽音缭绕",
|
||||||
|
"歌词测试",
|
||||||
|
]
|
||||||
self.experiment_type_choice = wx.Choice(
|
self.experiment_type_choice = wx.Choice(
|
||||||
setting_page1_experiment_style.GetStaticBox(),
|
setting_page1_experiment_style.GetStaticBox(),
|
||||||
wx.ID_ANY,
|
wx.ID_ANY,
|
||||||
@@ -2062,6 +2123,7 @@ class SettingPagePannel(wx.Panel):
|
|||||||
def onConvertMethodUpdating(self, event):
|
def onConvertMethodUpdating(self, event):
|
||||||
global ConvertClass
|
global ConvertClass
|
||||||
# 0 "常规转换", 1 "长音插值", 2 "同刻偏移"
|
# 0 "常规转换", 1 "长音插值", 2 "同刻偏移"
|
||||||
|
# 3 "羽音缭绕" 4 "歌词测试"
|
||||||
match self.experiment_type_choice.GetSelection():
|
match self.experiment_type_choice.GetSelection():
|
||||||
case 0:
|
case 0:
|
||||||
ConvertClass = (Musicreater.MidiConvert, "常规转换")
|
ConvertClass = (Musicreater.MidiConvert, "常规转换")
|
||||||
@@ -2069,6 +2131,28 @@ class SettingPagePannel(wx.Panel):
|
|||||||
ConvertClass = (Musicreater_experiment.FutureMidiConvertM4, "长音插值")
|
ConvertClass = (Musicreater_experiment.FutureMidiConvertM4, "长音插值")
|
||||||
case 2:
|
case 2:
|
||||||
ConvertClass = (Musicreater_experiment.FutureMidiConvertM5, "同刻偏移")
|
ConvertClass = (Musicreater_experiment.FutureMidiConvertM5, "同刻偏移")
|
||||||
|
wx.MessageDialog(
|
||||||
|
self,
|
||||||
|
"本转换方法“同刻偏移”仅支持以延迟播放器播放,请在转换参数主页“选择播放器”一栏中选择“命令延迟”",
|
||||||
|
"敬告",
|
||||||
|
wx.OK | wx.ICON_WARNING,
|
||||||
|
).ShowModal()
|
||||||
|
case 3:
|
||||||
|
ConvertClass = (
|
||||||
|
Musicreater_experiment.FutureMidiConvertKamiRES,
|
||||||
|
"羽音缭绕",
|
||||||
|
)
|
||||||
|
case 4:
|
||||||
|
ConvertClass = (
|
||||||
|
Musicreater_experiment.FutureMidiConvertLyricSupport,
|
||||||
|
"歌词测试",
|
||||||
|
)
|
||||||
|
wx.MessageDialog(
|
||||||
|
self,
|
||||||
|
"本转换方法“歌词测试”仅支持以延迟播放器播放,请在转换参数主页“选择播放器”一栏中选择“命令延迟”\n另外,本功能仅对部分包含歌词的midi文件生效,且与进度条显示有冲突,请谨慎使用",
|
||||||
|
"敬告",
|
||||||
|
wx.OK | wx.ICON_WARNING,
|
||||||
|
).ShowModal()
|
||||||
|
|
||||||
def onMidiFaultIgnoranceChecking(self, event):
|
def onMidiFaultIgnoranceChecking(self, event):
|
||||||
global ignore_midi_mismatch_error
|
global ignore_midi_mismatch_error
|
||||||
@@ -2179,10 +2263,9 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
logger.info("开启窗口")
|
logger.info("开启窗口")
|
||||||
|
|
||||||
app = LinglunConverterApp()
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
app.MainLoop()
|
app.re_init(LingLunMainFrame) # type: ignore
|
||||||
|
app.MainLoop() # type: ignore
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"程序异常退出:{e}")
|
logger.error(f"程序异常退出:{e}")
|
||||||
|
|
||||||
@@ -2202,9 +2285,9 @@ if __name__ == "__main__":
|
|||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
for path, dir_list, file_list in os.walk(r"./"):
|
for path, dir_list, file_list in os.walk(r"./"):
|
||||||
for file_name in file_list:
|
for file_name_ in file_list:
|
||||||
if file_name.endswith(".llc.config"):
|
if file_name_.endswith(".llc.config"):
|
||||||
os.remove(
|
os.remove(
|
||||||
os.path.join(path, file_name),
|
os.path.join(path, file_name_),
|
||||||
)
|
)
|
||||||
# input("按下回车退出……")
|
# input("按下回车退出……")
|
||||||
|
|||||||
@@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
### 图片、视讯与声像信息
|
### 图片、视讯与声像信息
|
||||||
|
|
||||||
若无特殊注明,一众本仓库内公开的图片、视频、影视、声音等媒体信息
|
若无特殊注明,一众本仓库内公开的图片、视频、影视、声音等媒体信息
|
||||||
皆系本项目所用之连带软件
|
皆系本项目所用之连带软件
|
||||||
禁止在本项目之外传播
|
禁止在本项目之外传播
|
||||||
不允许独立发行、独立副本
|
不允许独立发行、拷贝副本
|
||||||
不允许未经允许的二次使用与创作
|
不允许未经允许的二次使用与创作
|
||||||
不允许脱离于本项目而独立存在
|
不允许脱离于本项目而独立存在
|
||||||
不得随任何其他非本项目之内的软件连带发布
|
不得随任何其他非本项目之内的软件连带发布
|
||||||
不得用于商业用途
|
不得用于商业用途
|
||||||
若本项目之源码被用于商业用途,除必要出现的显示外,应当将上述资源从中剔除
|
若本项目之源码被用于商业用途,除必要出现的显示外,应当将上述资源从中剔除
|
||||||
|
|||||||
@@ -11,10 +11,11 @@ Copyright © 2025 EillesWan
|
|||||||
Terms & Conditions: License.md in the root directory
|
Terms & Conditions: License.md in the root directory
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import requests
|
# import requests
|
||||||
import zhDateTime
|
import zhDateTime
|
||||||
|
import Musicreater
|
||||||
|
|
||||||
from .io import logger, prt
|
from .io import logger
|
||||||
|
|
||||||
STANDARD_WHITE = (242, 244, 246)
|
STANDARD_WHITE = (242, 244, 246)
|
||||||
STANDART_BLACK = (18, 17, 16)
|
STANDART_BLACK = (18, 17, 16)
|
||||||
@@ -38,20 +39,22 @@ elif solar_date == (8, 16):
|
|||||||
yanlun_texts = ["鱼旧梦 生日快乐~!", "Happy Birthday, ElapsingDreams~!"]
|
yanlun_texts = ["鱼旧梦 生日快乐~!", "Happy Birthday, ElapsingDreams~!"]
|
||||||
|
|
||||||
else:
|
else:
|
||||||
try:
|
|
||||||
yanlun_texts = (
|
yanlun_texts = ["伶伦转换器 - 音·创{}".format(Musicreater.__version__), "Linglun Converter with Musicreater{}".format(Musicreater.__version__),]
|
||||||
requests.get(
|
# try:
|
||||||
"https://nd.liteyuki.org/api/v3/share/content/Xpue?path=null",
|
# yanlun_texts = (
|
||||||
)
|
# requests.get(
|
||||||
.text.strip("\n")
|
# "https://nd.liteyuki.org/api/v3/share/content/Xpue?path=null",
|
||||||
.split("\n")
|
# )
|
||||||
)
|
# .text.strip("\n")
|
||||||
except (ConnectionError, requests.HTTPError, requests.RequestException) as E:
|
# .split("\n")
|
||||||
logger.warning(f"读取言·论信息发生 互联网连接 错误:\n{E}")
|
# )
|
||||||
yanlun_texts = ["以梦想为驱使 创造属于自己的未来"]
|
# except (ConnectionError, requests.HTTPError, requests.RequestException) as E:
|
||||||
# noinspection PyBroadException
|
# logger.warning(f"读取言·论信息发生 互联网连接 错误:\n{E}")
|
||||||
except BaseException as E:
|
# yanlun_texts = ["以梦想为驱使 创造属于自己的未来"]
|
||||||
logger.warning(f"读取言·论信息发生 未知 错误:\n{E}")
|
# # noinspection PyBroadException
|
||||||
yanlun_texts = ["灵光焕发 深艺献心"]
|
# except BaseException as E:
|
||||||
|
# logger.warning(f"读取言·论信息发生 未知 错误:\n{E}")
|
||||||
|
# yanlun_texts = ["灵光焕发 深艺献心"]
|
||||||
|
|
||||||
logger.info("已获取言·论 {} 条".format(len(yanlun_texts)))
|
logger.info("已获取言·论 {} 条".format(len(yanlun_texts)))
|
||||||
|
|||||||
Reference in New Issue
Block a user