Compare commits

...

2 Commits

Author SHA1 Message Date
Eilles 0f19edb4bd 注释更正 2026-07-25 11:31:55 +08:00
Eilles 8e1afb507d 修改项目描述,使之更符合当下开发现状 2026-07-23 01:55:22 +08:00
7 changed files with 20 additions and 16 deletions
+3 -2
View File
@@ -2,10 +2,11 @@
""" """
音·创 音·创
是一款免费开源的《我的世界》数字音频支持库。 是一款免费开源、高性能、插件化的《我的世界》数字音频支持库。
Musicreater (音·创) Musicreater (音·创)
A cost free and open-source library for handling with **Minecraft** digital music. A cost free, open-source, blazing fast and plugin-
supported library for editing _Minecraft_ digital music.
版权所有 © 2026 睿乐组织 版权所有 © 2026 睿乐组织
Copyright © 2026 TriM-Organization Copyright © 2026 TriM-Organization
+1 -1
View File
@@ -219,7 +219,7 @@ class PluginMetaInformation(ABC):
"""插件版本号""" """插件版本号"""
type: PluginTypes type: PluginTypes
"""插件类型""" """插件类型"""
license: str = "MIT License" license: str
"""插件发布时采用的许可协议""" """插件发布时采用的许可协议"""
dependencies: Sequence[str] = tuple() dependencies: Sequence[str] = tuple()
"""插件是否对其他插件存在依赖""" """插件是否对其他插件存在依赖"""
+2 -2
View File
@@ -529,7 +529,7 @@ class SingleTrack(List[SingleNote]):
"""该音轨是否启用""" """该音轨是否启用"""
instrument: Instrument instrument: Instrument
"""乐器ID""" """该音轨所用的乐器"""
is_high_time_precision: bool is_high_time_precision: bool
"""该音轨是否使用高精度时间""" """该音轨是否使用高精度时间"""
@@ -596,7 +596,7 @@ class SingleTrack(List[SingleNote]):
self.instrument = ( self.instrument = (
track_instrument if track_instrument else DefaultInstrument.HARP.value track_instrument if track_instrument else DefaultInstrument.HARP.value
) )
"""乐器ID""" """该音轨所用之乐器"""
self.is_high_time_precision = precise_time self.is_high_time_precision = precise_time
"""是否使用高精度时间""" """是否使用高精度时间"""
+3 -2
View File
@@ -3,10 +3,11 @@
""" """
音·创 音·创
是一款免费开源的《我的世界》数字音频支持库。 是一款免费开源、高性能、插件化的《我的世界》数字音频支持库。
Musicreater (音·创) Musicreater (音·创)
A cost free and open-source library for handling with **Minecraft** digital music. A cost free, open-source, blazing fast and plugin-
supported library for editing _Minecraft_ digital music.
版权所有 © 2026 睿乐组织 版权所有 © 2026 睿乐组织
Copyright © 2026 TriM-Organization Copyright © 2026 TriM-Organization
+5 -4
View File
@@ -45,15 +45,16 @@
欢迎加群[861684859](https://jq.qq.com/?_wv=1027&k=hpeRxrYr) 欢迎加群[861684859](https://jq.qq.com/?_wv=1027&k=hpeRxrYr)
> **注意** 本仓库内的项目仅仅是支持库其用户为基岩版音乐相关软件的开发者 > **注意** 本仓库内的项目仅仅是支持库其用户为基岩版音乐相关软件的开发者 \
> > 面向常规用户的 **基岩版音乐转换工具** 请参阅[伶伦转换器](../../../Linglun-Converter)已停止更新 \
> 面向常规用户的 **基岩版音乐转换工具** 请参阅[伶伦转换器](../../../Linglun-Converter)已停止更新
>
> 我们也正在开发面向高级用户的 **基岩版音乐编辑工具**数字音频工作站[伶伦](../../../LinglunStudio) > 我们也正在开发面向高级用户的 **基岩版音乐编辑工具**数字音频工作站[伶伦](../../../LinglunStudio)
## 安装 🔳 ## 安装 🔳
> 理论适用版本Python 3.8 \
> 实际开发版本Python 3.10
使用 pypi 直接安装 使用 pypi 直接安装
- ```bash - ```bash
+5 -4
View File
@@ -43,15 +43,16 @@ Musicreater is a cost free, open-source, highly optimized library designed for e
Welcome to join our QQ group: [861684859](https://jq.qq.com/?_wv=1027&k=hpeRxrYr) Welcome to join our QQ group: [861684859](https://jq.qq.com/?_wv=1027&k=hpeRxrYr)
> **NOTICE** The project inside this repository is only a supportive library, which is mainly for the developers of music related software for _Minecraft: Bedrock Edition_. > **NOTICE** The project inside this repository is only a supportive library, which is mainly for the developers of music related software for _Minecraft: Bedrock Edition_. \
> > The _Bedrock Edition music convertor_ which is for common users is in [Linglun Converter](../../../Linglun-Converter). [Archived] \
> The _Bedrock Edition music convertor_ which is for common users is in [Linglun Converter](../../../Linglun-Converter). [Archived]
>
> We are also developing a _BE music editor_, a new _Minecraft_ digital audio workstation(DAW): [Linglun](../../../LinglunStudio) > We are also developing a _BE music editor_, a new _Minecraft_ digital audio workstation(DAW): [Linglun](../../../LinglunStudio)
## Installation 🔳 ## Installation 🔳
> Supported Version: Python 3.8 \
> Development Under: Python 3.10
- Via pypi - Via pypi
```bash ```bash
+1 -1
View File
@@ -18,7 +18,7 @@
{ name = "金羿Eilles", email = "EillesWan@outlook.com" }, { name = "金羿Eilles", email = "EillesWan@outlook.com" },
] ]
description = "A free open source library used for dealing with **Minecraft** digital musics." description = "A blazing fast and plugin-supported library for editing _Minecraft_ digital music."
readme = "README_EN.md" readme = "README_EN.md"
license = { file = "LICENSE.md" } license = { file = "LICENSE.md" }