2023-03-12 14:35:23 +08:00
|
|
|
|
|
|
|
|
|
<h1 align="center">
|
|
|
|
|
音·创 Musicreater
|
|
|
|
|
</h1>
|
2021-11-21 01:48:35 +08:00
|
|
|
|
|
2022-04-01 12:22:57 +08:00
|
|
|
|
<p align="center">
|
2023-04-29 17:00:32 +08:00
|
|
|
|
<img width="128" height="128" src="https://gitee.com/TriM-Organization/Musicreater/raw/master/resources/msctIcon.ico">
|
2023-03-12 14:35:23 +08:00
|
|
|
|
</img>
|
2022-04-01 12:22:57 +08:00
|
|
|
|
</p>
|
2022-03-29 16:51:23 +08:00
|
|
|
|
|
2023-02-12 16:08:54 +08:00
|
|
|
|
<h3 align="center">一款免费开源的 《我的世界》 MIDI音乐转换库。</h3>
|
2022-05-11 15:19:40 +08:00
|
|
|
|
|
2022-04-01 12:22:57 +08:00
|
|
|
|
<p align="center">
|
2023-03-12 14:35:23 +08:00
|
|
|
|
<img src="https://forthebadge.com/images/badges/built-with-love.svg">
|
|
|
|
|
<a href='https://gitee.com/TriM-Organization/Musicreater'>
|
|
|
|
|
<img align="right" src='https://gitee.com/TriM-Organization/Musicreater/widgets/widget_1.svg' alt='Fork me on Gitee'>
|
|
|
|
|
</img>
|
|
|
|
|
</a>
|
2022-04-01 12:22:57 +08:00
|
|
|
|
<p>
|
2022-03-21 19:05:27 +08:00
|
|
|
|
|
2022-05-16 21:09:34 +08:00
|
|
|
|
|
2023-03-12 14:35:23 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-03-05 18:58:05 +08:00
|
|
|
|
[![][Bilibili: 金羿ELS]](https://space.bilibili.com/397369002/)
|
2022-04-01 12:22:57 +08:00
|
|
|
|
[![][Bilibili: 诸葛亮与八卦阵]](https://space.bilibili.com/604072474)
|
|
|
|
|
[![CodeStyle: black]](https://github.com/psf/black)
|
2022-04-01 13:50:48 +08:00
|
|
|
|
[![][python]](https://www.python.org/)
|
2022-04-01 12:22:57 +08:00
|
|
|
|
[![][license]](LICENSE)
|
|
|
|
|
[![][release]](../../releases)
|
2022-03-20 11:27:06 +08:00
|
|
|
|
|
2023-03-12 14:35:23 +08:00
|
|
|
|
[![GiteeStar](https://gitee.com/TriM-Organization/Musicreater/badge/star.svg?theme=gray)](https://gitee.com/TriM-Organization/Musicreater/stargazers)
|
|
|
|
|
[![GiteeFork](https://gitee.com/TriM-Organization/Musicreater/badge/fork.svg?theme=gray)](https://gitee.com/TriM-Organization/Musicreater/members)
|
|
|
|
|
[![GitHub Repo stars](https://img.shields.io/github/stars/TriM-Organization/Musicreater?color=white&logo=GitHub&style=plastic)](https://github.com/TriM-Organization/Musicreater/stargazers)
|
|
|
|
|
[![GitHub Repo Forks](https://img.shields.io/github/forks/TriM-Organization/Musicreater?color=white&logo=GitHub&style=plastic)](https://github.com/TriM-Organization/Musicreater/forks)
|
|
|
|
|
|
2022-05-16 21:09:34 +08:00
|
|
|
|
|
2023-02-01 22:31:21 +08:00
|
|
|
|
简体中文🇨🇳 | [English🇬🇧](README_EN.md)
|
2022-03-20 11:26:47 +08:00
|
|
|
|
|
2022-05-11 15:19:40 +08:00
|
|
|
|
|
2022-04-05 23:43:03 +08:00
|
|
|
|
## 介绍🚀
|
2022-03-26 12:24:00 +08:00
|
|
|
|
|
2023-02-12 16:08:54 +08:00
|
|
|
|
音·创 是一个免费开源的针对 **《我的世界》** 的MIDI音乐转换库
|
2021-11-21 12:44:42 +08:00
|
|
|
|
|
2022-04-01 15:09:03 +08:00
|
|
|
|
欢迎加群:[861684859](https://jq.qq.com/?_wv=1027&k=hpeRxrYr)
|
2021-11-21 01:48:35 +08:00
|
|
|
|
|
2023-02-01 22:31:21 +08:00
|
|
|
|
## 下载安装
|
|
|
|
|
|
2023-02-05 17:56:06 +08:00
|
|
|
|
- 使用pypi
|
2023-02-01 22:31:21 +08:00
|
|
|
|
```bash
|
|
|
|
|
pip install Musicreater
|
|
|
|
|
```
|
|
|
|
|
|
2023-02-12 16:08:54 +08:00
|
|
|
|
- 如果出现错误,可以尝试:
|
2023-02-05 17:56:06 +08:00
|
|
|
|
```bash
|
|
|
|
|
pip install -i https://pypi.python.org/simple Musicreater
|
|
|
|
|
```
|
|
|
|
|
- (对于开发者来说)升级:
|
|
|
|
|
```bash
|
|
|
|
|
pip install -i https://pypi.python.org/simple Musicreater --upgrade
|
|
|
|
|
```
|
|
|
|
|
|
2023-02-12 16:08:54 +08:00
|
|
|
|
- 克隆仓库并安装
|
2023-02-01 22:31:21 +08:00
|
|
|
|
```bash
|
|
|
|
|
git clone https://gitee.com/TriM-Organization/Musicreater.git
|
|
|
|
|
cd Musicreater
|
|
|
|
|
python setup.py install
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
以上命令种 `python`、`pip` 请依照各个环境不同灵活更换,可能为`python3`或`pip3`之类。
|
|
|
|
|
|
2023-02-01 19:19:40 +08:00
|
|
|
|
## 文档📄
|
2022-03-28 12:33:35 +08:00
|
|
|
|
|
2023-02-01 19:19:40 +08:00
|
|
|
|
[生成文件的使用](./docs/%E7%94%9F%E6%88%90%E6%96%87%E4%BB%B6%E7%9A%84%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E.md)
|
2022-01-19 12:31:37 +08:00
|
|
|
|
|
2023-02-01 19:19:40 +08:00
|
|
|
|
[仓库API文档](./docs/%E5%BA%93%E7%9A%84%E7%94%9F%E6%88%90%E4%B8%8E%E5%8A%9F%E8%83%BD%E6%96%87%E6%A1%A3.md)
|
2022-01-19 12:31:37 +08:00
|
|
|
|
|
2023-02-01 18:48:30 +08:00
|
|
|
|
## 作者✒
|
2022-01-02 21:43:34 +08:00
|
|
|
|
|
2022-05-08 01:30:30 +08:00
|
|
|
|
金羿 Eilles:我的世界基岩版指令师,个人开发者,B站不知名UP主,江西在校高中生。
|
2022-01-02 21:43:34 +08:00
|
|
|
|
|
2022-09-10 20:58:14 +08:00
|
|
|
|
诸葛亮与八卦阵 bgArray:我的世界基岩版玩家,喜欢编程和音乐,深圳初二学生。
|
2022-01-29 16:41:33 +08:00
|
|
|
|
|
2022-04-01 12:22:57 +08:00
|
|
|
|
## 致谢🙏
|
2023-01-20 21:34:15 +08:00
|
|
|
|
本致谢列表排名无顺序。
|
2021-11-21 01:48:35 +08:00
|
|
|
|
|
2022-10-16 23:32:13 +08:00
|
|
|
|
- 感谢 **昀梦**\<QQ1515399885\> 找出指令生成错误bug并指正
|
2023-02-01 10:55:07 +08:00
|
|
|
|
- 感谢由 **Charlie_Ping “查理平”** 带来的BDX文件转换参考,以及MIDI-我的世界对应乐器参考表格
|
|
|
|
|
- 感谢由 **[CMA_2401PT](https://github.com/CMA2401PT)** 为我们的软件开发的一些方面进行指导,同时我们参考了他的BDXworkshop作为BDX结构编辑的参考
|
|
|
|
|
- 感谢由 **[Dislink Sforza](https://github.com/Dislink) “断联·斯福尔扎”**\<QQ1600515314\> 带来的midi音色解析以及转换指令的算法,我们将其改编并应用;同时,感谢他的[网页版转换器](https://dislink.github.io/midi2bdx/)给我们的开发与更新带来巨大的压力和动力,让我们在原本一骑绝尘的摸鱼道路上转向开发,希望他能考上一个理想的大学!
|
|
|
|
|
- 感谢 **Touch “偷吃”**\<QQ1793537164\> 提供的BDX导入测试支持,并对程序的改进提供了丰富的意见;同时也感谢他的不断尝试新的内容,使我们的排错更进一步
|
|
|
|
|
- 感谢 **Mono**\<QQ738893087\> 反馈安装时的问题,辅助我们找到了视窗操作系统下的兼容性问题
|
|
|
|
|
- 感谢 **Ammelia “艾米利亚”**\<QQ2838334637\> 敦促我们进行新的功能开发,并为新功能提出了非常优秀的大量建议,以及提供的BDX导入测试支持,为我们的新结构生成算法提供了大量的实际理论支持
|
2023-02-12 16:08:54 +08:00
|
|
|
|
- 感谢 **[神羽](https://gitee.com/snowykami) “[SnowyKami](https://github.com/snowyfirefly)”** 对我们项目的支持与宣传,希望他能考的一所优秀的大学!
|
2023-02-01 19:19:40 +08:00
|
|
|
|
- 感谢 **指令师_苦力怕 playjuice123**\<QQ240667197\>为我们的程序找出错误,并提醒我们修复一个一直存在的大bug。
|
|
|
|
|
- 感谢 **雷霆**\<QQ3555268519\>为我们的程序找出错误,并提醒修复bug。
|
2023-01-20 21:34:15 +08:00
|
|
|
|
|
|
|
|
|
> 感谢广大群友为此程序提供的测试等支持
|
2022-10-16 23:32:13 +08:00
|
|
|
|
>
|
2023-01-20 21:34:15 +08:00
|
|
|
|
> 若您对我们有所贡献但您的名字没有显示在此列表中,请联系我们!
|
2022-04-01 12:22:57 +08:00
|
|
|
|
|
2023-02-01 18:48:30 +08:00
|
|
|
|
## 联系📞
|
2021-12-12 17:50:41 +08:00
|
|
|
|
|
2023-01-24 16:24:02 +08:00
|
|
|
|
若遇到库中的问题,欢迎在[此](https://gitee.com/TriM-Organization/Musicreater/issues/new)提出你的issue。
|
2022-04-01 12:22:57 +08:00
|
|
|
|
|
2023-01-20 21:34:15 +08:00
|
|
|
|
如果需要与开发组进行交流,欢迎加入我们的[开发闲聊Q群](https://jq.qq.com/?_wv=1027&k=hpeRxrYr)。
|
2022-04-01 15:07:22 +08:00
|
|
|
|
|
2023-02-12 16:08:54 +08:00
|
|
|
|
--------------------------------------------
|
|
|
|
|
|
|
|
|
|
此项目并非一个官方 《我的世界》(*Minecraft*)项目
|
|
|
|
|
|
|
|
|
|
此项目不隶属或关联于 Mojang Studios 或 微软
|
|
|
|
|
|
2023-02-19 10:25:00 +08:00
|
|
|
|
此项目亦不与 网易 相关
|
|
|
|
|
|
|
|
|
|
“Minecraft”是 Mojang Synergies AB 的商标,此项目中所有对于“我的世界”、“Minecraft”等相关称呼均为引用性使用
|
|
|
|
|
|
|
|
|
|
* 上文提及的 网易 公司,指代的是在中国大陆运营《我的世界:中国版》的上海网之易网络科技发展有限公司
|
|
|
|
|
|
|
|
|
|
NOT AN OFFICIAL MINECRAFT PRODUCT.
|
|
|
|
|
|
|
|
|
|
NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.
|
|
|
|
|
|
2023-02-12 16:08:54 +08:00
|
|
|
|
|
|
|
|
|
|
2022-04-01 12:22:57 +08:00
|
|
|
|
|
2022-05-11 15:23:44 +08:00
|
|
|
|
|
2023-03-05 18:58:05 +08:00
|
|
|
|
[Bilibili: 金羿ELS]: https://img.shields.io/badge/Bilibili-%E5%87%8C%E4%BA%91%E9%87%91%E7%BE%BF-00A1E7?style=for-the-badge
|
2022-04-01 12:22:57 +08:00
|
|
|
|
[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
|
|
|
|
|
[CodeStyle: black]: https://img.shields.io/badge/code%20style-black-121110.svg?style=for-the-badge
|
2022-04-01 14:38:50 +08:00
|
|
|
|
[python]: https://img.shields.io/badge/python-3.6-AB70FF?style=for-the-badge
|
2022-04-01 12:22:57 +08:00
|
|
|
|
[release]: https://img.shields.io/github/v/release/EillesWan/Musicreater?style=for-the-badge
|
2022-04-01 13:50:48 +08:00
|
|
|
|
[license]: https://img.shields.io/badge/Licence-Apache-228B22?style=for-the-badge
|