Код: Выделить всё
function initEditor() {
new ABCJS.Editor("abc", { paper_id: "paper0",
synth: {
el: "#audio",
options: { displayLoop: true, displayRestart: true, displayPlay: true, displayProgress: true, displayWarp: true }
},
generate_warnings: true,
warnings_id:"warnings",
abcjsParams: {
generateDownload: true,
clickListener: selectionCallback
}
});
}
Подробнее здесь: https://stackoverflow.com/questions/793 ... rom-editor