Skip to content

Commit

Permalink
1:修复了一些已知问题
Browse files Browse the repository at this point in the history
2:添加参考与鸣谢
  • Loading branch information
gulihua committed Dec 10, 2022
1 parent 189e081 commit 0dfb2e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,8 @@
### 3、音长里输入每两个音符之间的间隔时长,单位是毫秒(ms)
建议输入整片谱子的最短的间隔,其余更长的的间隔可以利用延时加倍解决



## 参考 / 鸣谢
本项目1.0.0 版本 参考自 [@fightingHawk2001](https://github.com/fightingHawk2001)

本项目只保留了根据音符播放音乐的功能。原作者的项目中含有带图形GUI 界面的钢琴演奏器,如有需要请跳转到原项目: https://github.com/fightingHawk2001/MyPiano。
2 changes: 1 addition & 1 deletion src/main/java/cn/jianwoo/play/Audio.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Audio
{
private static InputStream is;
private Player player;
ExecutorService service = Executors.newCachedThreadPool();
private static ExecutorService service = Executors.newCachedThreadPool();

public Audio(String name)
{
Expand Down

0 comments on commit 0dfb2e7

Please sign in to comment.