mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2026-01-26 05:32:05 +00:00
没有变化
This commit is contained in:
@@ -415,3 +415,7 @@ class SingleTrack(list):
|
|||||||
def get_info(self, key: str, default: Any = None) -> Any:
|
def get_info(self, key: str, default: Any = None) -> Any:
|
||||||
"""获取附加信息"""
|
"""获取附加信息"""
|
||||||
return self.extra_info.get(key, default)
|
return self.extra_info.get(key, default)
|
||||||
|
|
||||||
|
|
||||||
|
class SingleMusic:
|
||||||
|
pass
|
||||||
|
|||||||
@@ -1,11 +1,13 @@
|
|||||||
import Musicreater
|
import Musicreater
|
||||||
import Musicreater.plugin
|
import Musicreater.plugin
|
||||||
import Musicreater.plugin.addonpack
|
import Musicreater.plugin.mcstructfile
|
||||||
|
|
||||||
print(
|
print(
|
||||||
Musicreater.plugin.addonpack.to_addon_pack_in_repeater_divided_by_instrument(
|
Musicreater.plugin.mcstructfile.to_mcstructure_file_in_delay(
|
||||||
Musicreater.MidiConvert.from_midi_file(
|
Musicreater.MidiConvert.from_midi_file(
|
||||||
input("midi路径:"), old_exe_format=False
|
input("midi路径:"),
|
||||||
|
old_exe_format=False,
|
||||||
|
# note_table_replacement={"note.harp": "note.flute"},
|
||||||
),
|
),
|
||||||
input("输出路径:"),
|
input("输出路径:"),
|
||||||
# Musicreater.plugin.ConvertConfig(input("输出路径:"),),
|
# Musicreater.plugin.ConvertConfig(input("输出路径:"),),
|
||||||
|
|||||||
Reference in New Issue
Block a user