const data = require("" /* Insert JSON chart path here */); // Get all the chart sections for(var i = 0; i < data.song.notes.length; i++) { // Get current ...
確定! 回上一頁