mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
74 lines
4.2 KiB
Python
74 lines
4.2 KiB
Python
<h1 align="center">音·创 Musicreater</h1>
|
||
|
||
<p align="center">
|
||
<img width="128" height="128" src="https://s1.ax1x.com/2022/05/06/Ouhghj.md.png" >
|
||
</p>
|
||
|
||
<h3 align="center">An open source and free software of making music in Minecraft</h3>
|
||
|
||
<p align="center">
|
||
<img src="https://forthebadge.com/images/badges/built-with-love.svg">
|
||
<p>
|
||
|
||
[![][Bilibili: Eilles]](https://space.bilibili.com/397369002/)
|
||
[![][Bilibili: bgArray]](https://space.bilibili.com/604072474)
|
||
[![CodeStyle: black]](https://github.com/psf/black)
|
||
![][python]
|
||
[![][license]](LICENSE)
|
||
[![][release]](../../releases)
|
||
|
||
[简体中文🇨🇳](README.md) | English🇬🇧
|
||
|
||
**Notice that the language translation of *Musicreater* may be a little SLOW.**
|
||
|
||
## Introduction🚀
|
||
|
||
Musicreater is a free open-source library used for converting midi file into formats that could be read in *Minecraft*.
|
||
|
||
Welcome to join our QQ group: [861684859](https://jq.qq.com/?_wv=1027&k=hpeRxrYr)
|
||
|
||
## Documentation📄
|
||
|
||
(Not in English yet)
|
||
|
||
[生成文件的使用](./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)
|
||
|
||
[仓库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)
|
||
|
||
### Authors✒
|
||
|
||
Eilles (金羿):A senior high school student, individual developer, unfamous Bilibili UPer, which knows a little about commands in *Minecraft: Bedrock Edition*
|
||
|
||
bgArray "诸葛亮与八卦阵": A junior high school student, player of *Minecraft: Bedrock Edition*, which is a fan of music and programming.
|
||
|
||
|
||
## Thanks🙏
|
||
This list is not in any order.
|
||
|
||
- Thank *昀梦*\<QQ1515399885\> for finding and correcting the bugs in the commands that *Musicreater* generated.
|
||
- Thank *Charlie_Ping “查理平”* for bdx convert function for reference, and the chart that's used to convert the mid's instruments into Minecraft's instruments.
|
||
- Thank *[CMA_2401PT](https://github.com/CMA2401PT)* for BDXWorkShop for reference of the .bdx structure's operation, and his guidance in some aspects of our development.
|
||
- Thank *[Dislink Sforza](https://github.com/Dislink) “断联·斯福尔扎”* \<QQ1600515314\> for his midi analysis algorithm brought to us, we had adapted it and made it applied in one of our working method; Also, thank him for the [WebConvertor](https://dislink.github.io/midi2bdx/) which brought us so much pressure and power to develop as well as update our projects better, instead of loaf on our project. We hope he can get into a good university as he wantted to!
|
||
- Thank *Touch “偷吃”*\<QQ1793537164\> for support of debugging and testing program and algorithm, as well his/her suggestions to the improvement of our project
|
||
- Thank *Mono*\<QQ738893087\> for reporting problems while installing
|
||
- Thank *Ammelia “艾米利亚”*\<QQ2838334637\> for urging us to develop new functions, and put forward a lot of excellent suggestions for new functions, as well as the BDX file's importing test support provided, which has given a lot of practical theoretical support for our new Structure Generating Algorithm
|
||
- 感谢 *[神羽](https://gitee.com/snowykami) “[SnowyKami](https://github.com/snowyfirefly)”* for supporting and promoting our project
|
||
|
||
> Thanks for a lot of groupmates's support and help
|
||
>
|
||
> If you have given contribution but haven't been in the list, please contact us!
|
||
|
||
## Contact Us📞
|
||
|
||
Meet problems? Welcome to give out your issue [here](https://gitee.com/EillesWan/Musicreater/issues/new)!
|
||
|
||
Want to get in contact of developers? Welcome to join our [Chat QQ group](https://jq.qq.com/?_wv=1027&k=hpeRxrYr).
|
||
|
||
|
||
|
||
[Bilibili: Eilles]: https://img.shields.io/badge/Bilibili-%E5%87%8C%E4%BA%91%E9%87%91%E7%BE%BF-00A1E7?style=for-the-badge
|
||
[Bilibili: bgArray]: 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
|
||
[python]: https://img.shields.io/badge/python-3.6-AB70FF?style=for-the-badge
|
||
[release]: https://img.shields.io/github/v/release/EillesWan/Musicreater?style=for-the-badge
|
||
[license]: https://img.shields.io/badge/Licence-Apache-228B22?style=for-the-badge |