合并双机器工作之变化性更改

This commit is contained in:
2025-05-26 17:33:39 +08:00
parent 7a1ca86132
commit b65483b32d
11 changed files with 307 additions and 72 deletions

View File

@ -1,26 +1,23 @@
import Musicreater
import Musicreater.experiment
import Musicreater.previous
import Musicreater.plugin
# import Musicreater.previous
from Musicreater.plugin.addonpack import (
to_addon_pack_in_delay,
to_addon_pack_in_repeater,
to_addon_pack_in_score,
)
from Musicreater.plugin.bdxfile import to_BDX_file_in_delay, to_BDX_file_in_score
from Musicreater.plugin.mcstructfile import (
to_mcstructure_file_in_delay,
to_mcstructure_file_in_repeater,
to_mcstructure_file_in_score,
)
from Musicreater.plugin.bdxfile import to_BDX_file_in_delay, to_BDX_file_in_score
MSCT_MAIN = (
Musicreater,
Musicreater.experiment,
Musicreater.previous,
# Musicreater.previous,
)
MSCT_PLUGIN = (Musicreater.plugin,)
@ -38,8 +35,8 @@ MSCT_PLUGIN_FUNCTION = (
import hashlib
import dill
import brotli
import dill
def enpack_msct_pack(sth, to_dist: str):