Fix
This commit is contained in:
@@ -253,7 +253,7 @@ sheetplayer = {
|
|||||||
this.notes = sheetmgr.parseSongNote(j.songNotes);
|
this.notes = sheetmgr.parseSongNote(j.songNotes);
|
||||||
this.pitch = j.pitchLevel;
|
this.pitch = j.pitchLevel;
|
||||||
this.bpm = j.bpm;
|
this.bpm = j.bpm;
|
||||||
this.noteCount = j.songNotes.length;
|
this.noteCount = this.notes;
|
||||||
},
|
},
|
||||||
|
|
||||||
toSource: function(obj) {
|
toSource: function(obj) {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
版本: 9
|
版本: 10
|
||||||
更新时间: 2020.08.01 16:25
|
更新时间: 2020.08.01 16:25
|
||||||
更新内容:
|
更新内容:
|
||||||
* 更改:乐谱解析工作移至弹奏控制界面
|
* 更改:乐谱解析工作移至弹奏控制界面
|
||||||
|
|||||||
Reference in New Issue
Block a user