index.js 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  1. import { OpenSheetMusicDisplay } from '../src/OpenSheetMusicDisplay/OpenSheetMusicDisplay';
  2. /*jslint browser:true */
  3. (function () {
  4. "use strict";
  5. var openSheetMusicDisplay;
  6. var sampleFolder = process.env.STATIC_FILES_SUBFOLDER ? process.env.STATIC_FILES_SUBFOLDER + "/" : "",
  7. samples = {
  8. "Beethoven, L.v. - An die ferne Geliebte": "Beethoven_AnDieFerneGeliebte.xml",
  9. "Clementi, M. - Sonatina Op.36 No.1 Pt.1": "MuzioClementi_SonatinaOpus36No1_Part1.xml",
  10. "Clementi, M. - Sonatina Op.36 No.1 Pt.2": "MuzioClementi_SonatinaOpus36No1_Part2.xml",
  11. "Clementi, M. - Sonatina Op.36 No.3 Pt.1": "MuzioClementi_SonatinaOpus36No3_Part1.xml",
  12. "Clementi, M. - Sonatina Op.36 No.3 Pt.2": "MuzioClementi_SonatinaOpus36No3_Part2.xml",
  13. "Bach, J.S. - Praeludium in C-Dur BWV846 1": "JohannSebastianBach_PraeludiumInCDur_BWV846_1.xml",
  14. "Bach, J.S. - Air": "JohannSebastianBach_Air.xml",
  15. "Gounod, C. - Méditation": "CharlesGounod_Meditation.xml",
  16. "Haydn, J. - Concertante Cello": "JosephHaydn_ConcertanteCello.xml",
  17. "Joplin, S. - Elite Syncopations": "ScottJoplin_EliteSyncopations.xml",
  18. "Joplin, S. - The Entertainer": "ScottJoplin_The_Entertainer.xml",
  19. "Mozart, W.A. - An Chloe": "Mozart_AnChloe.xml",
  20. "Mozart, W.A. - Das Veilchen": "Mozart_DasVeilchen.xml",
  21. "Mozart, W.A. - Clarinet Quintet (Excerpt)": "Mozart_Clarinet_Quintet_Excerpt.mxl",
  22. "Mozart, W.A. - String Quartet in G, K. 387, 1st Mvmt Excerpt": "Mozart_String_Quartet_in_G_K._387_1st_Mvmnt_excerpt.musicxml",
  23. "Mozart/Holzer - Land der Berge (national anthem of Austria)": "Land_der_Berge.musicxml",
  24. "OSMD Function Test - All": "OSMD_function_test_all.xml",
  25. "OSMD Function Test - Accidentals": "OSMD_function_test_accidentals.musicxml",
  26. "OSMD Function Test - Autobeam": "OSMD_function_test_autobeam.musicxml",
  27. "OSMD Function Test - Auto-/Custom-Coloring": "OSMD_function_test_auto-custom-coloring-entchen.musicxml",
  28. "OSMD Function Test - Bar lines": "OSMD_function_test_bar_lines.musicxml",
  29. "OSMD Function Test - Color (from XML)": "OSMD_function_test_color.musicxml",
  30. "OSMD Function Test - Drumset": "OSMD_function_test_drumset.musicxml",
  31. "OSMD Function Test - Expressions": "OSMD_function_test_expressions.musicxml",
  32. "OSMD Function Test - Expressions Overlap": "OSMD_function_test_expressions_overlap.musicxml",
  33. "OSMD Function Test - Grace Notes": "OSMD_function_test_GraceNotes.xml",
  34. "OSMD Function Test - Invisible Notes": "OSMD_function_test_invisible_notes.musicxml",
  35. "OSMD Function Test - Selecting Measures To Draw": "OSMD_function_test_measuresToDraw_Beethoven_AnDieFerneGeliebte.xml",
  36. "OSMD Function Test - Notehead Shapes": "OSMD_function_test_noteheadShapes.musicxml",
  37. "OSMD Function Test - Ornaments": "OSMD_function_test_Ornaments.xml",
  38. "OSMD Function Test - Tremolo": "OSMD_Function_Test_Tremolo_2bars.musicxml",
  39. "Schubert, F. - An Die Musik": "Schubert_An_die_Musik.xml",
  40. "Actor, L. - Prelude (Large Sample, loading time)": "ActorPreludeSample.xml",
  41. "Anonymous - Saltarello": "Saltarello.mxl",
  42. "Debussy, C. - Mandoline": "Debussy_Mandoline.xml",
  43. "Levasseur, F. - Parlez Mois": "Parlez-moi.mxl",
  44. "Schumann, R. - Dichterliebe": "Dichterliebe01.xml",
  45. "Telemann, G.P. - Sonate-Nr.1.1-Dolce": "TelemannWV40.102_Sonate-Nr.1.1-Dolce.xml",
  46. "Telemann, G.P. - Sonate-Nr.1.2-Allegro": "TelemannWV40.102_Sonate-Nr.1.2-Allegro-F-Dur.xml",
  47. },
  48. zoom = 1.0,
  49. // HTML Elements in the page
  50. err,
  51. error_tr,
  52. canvas,
  53. selectSample,
  54. selectBounding,
  55. skylineDebug,
  56. bottomlineDebug,
  57. zoomIn,
  58. zoomOut,
  59. zoomDiv,
  60. custom,
  61. nextCursorBtn,
  62. resetCursorBtn,
  63. followCursorCheckbox,
  64. showCursorBtn,
  65. hideCursorBtn,
  66. backendSelect,
  67. debugReRenderBtn,
  68. debugClearBtn;
  69. // manage option setting and resetting for specific samples, e.g. in the autobeam sample autobeam is set to true, otherwise reset to previous state
  70. // TODO design a more elegant option state saving & restoring system, though that requires saving the options state in OSMD
  71. var minMeasureToDrawStashed = 1;
  72. var maxMeasureToDrawStashed = Number.MAX_SAFE_INTEGER;
  73. var measureToDrawRangeNeedsReset = false;
  74. var autobeamOptionNeedsReset = false;
  75. var autobeamOptionStashedValue = false;
  76. var autoCustomColoringOptionNeedsReset = false;
  77. var autoCustomColoringOptionStashedValue = false;
  78. var drawPartNamesOptionStashedValue = true;
  79. var drawPartNamesOptionNeedsReset = false;
  80. // Initialization code
  81. function init() {
  82. var name, option;
  83. err = document.getElementById("error-td");
  84. error_tr = document.getElementById("error-tr");
  85. zoomDiv = document.getElementById("zoom-str");
  86. custom = document.createElement("option");
  87. selectSample = document.getElementById("selectSample");
  88. selectBounding = document.getElementById("selectBounding");
  89. skylineDebug = document.getElementById("skylineDebug");
  90. bottomlineDebug = document.getElementById("bottomlineDebug");
  91. zoomIn = document.getElementById("zoom-in-btn");
  92. zoomOut = document.getElementById("zoom-out-btn");
  93. canvas = document.createElement("div");
  94. nextCursorBtn = document.getElementById("next-cursor-btn");
  95. resetCursorBtn = document.getElementById("reset-cursor-btn");
  96. followCursorCheckbox = document.getElementById("follow-cursor-checkbox");
  97. showCursorBtn = document.getElementById("show-cursor-btn");
  98. hideCursorBtn = document.getElementById("hide-cursor-btn");
  99. backendSelect = document.getElementById("backend-select");
  100. debugReRenderBtn = document.getElementById("debug-re-render-btn");
  101. debugClearBtn = document.getElementById("debug-clear-btn");
  102. // Hide error
  103. error();
  104. // Create select
  105. for (name in samples) {
  106. if (samples.hasOwnProperty(name)) {
  107. option = document.createElement("option");
  108. option.value = samples[name];
  109. option.textContent = name;
  110. }
  111. selectSample.appendChild(option);
  112. }
  113. selectSample.onchange = selectSampleOnChange;
  114. if (selectBounding) {
  115. selectBounding.onchange = selectBoundingOnChange;
  116. }
  117. // Pre-select default music piece
  118. custom.appendChild(document.createTextNode("Custom"));
  119. // Create zoom controls
  120. zoomIn.onclick = function () {
  121. zoom *= 1.2;
  122. scale();
  123. };
  124. zoomOut.onclick = function () {
  125. zoom /= 1.2;
  126. scale();
  127. };
  128. if (skylineDebug) {
  129. skylineDebug.onclick = function() {
  130. openSheetMusicDisplay.DrawSkyLine = !openSheetMusicDisplay.DrawSkyLine;
  131. }
  132. }
  133. if (bottomlineDebug) {
  134. bottomlineDebug.onclick = function() {
  135. openSheetMusicDisplay.DrawBottomLine = !openSheetMusicDisplay.DrawBottomLine;
  136. }
  137. }
  138. if (debugReRenderBtn) {
  139. debugReRenderBtn.onclick = function() {
  140. rerender();
  141. }
  142. }
  143. if (debugClearBtn) {
  144. debugClearBtn.onclick = function() {
  145. openSheetMusicDisplay.clear();
  146. }
  147. }
  148. // Create OSMD object and canvas
  149. openSheetMusicDisplay = new OpenSheetMusicDisplay(canvas, {
  150. autoResize: true,
  151. backend: backendSelect.value,
  152. disableCursor: false,
  153. drawingParameters: "default", // try compact (instead of default)
  154. drawPartNames: true, // try false
  155. // drawTitle: false,
  156. // drawSubtitle: false,
  157. //drawFromMeasureNumber: 4,
  158. //drawUpToMeasureNumber: 8,
  159. drawFingerings: true,
  160. fingeringPosition: "auto", // left is default. try right. experimental: auto, above, below.
  161. // fingeringInsideStafflines: "true", // default: false. true draws fingerings directly above/below notes
  162. setWantedStemDirectionByXml: true, // try false, which was previously the default behavior
  163. // drawUpToMeasureNumber: 3, // draws only up to measure 3, meaning it draws measure 1 to 3 of the piece.
  164. // coloring options
  165. coloringEnabled: true,
  166. // defaultColorNotehead: "#CC0055", // try setting a default color. default is black (undefined)
  167. // defaultColorStem: "#BB0099",
  168. autoBeam: false, // try true, OSMD Function Test AutoBeam sample
  169. autoBeamOptions: {
  170. beam_rests: false,
  171. beam_middle_rests_only: false,
  172. //groups: [[3,4], [1,1]],
  173. maintain_stem_directions: false
  174. },
  175. // tupletsBracketed: true, // creates brackets for all tuplets except triplets, even when not set by xml
  176. // tripletsBracketed: true,
  177. // tupletsRatioed: true, // unconventional; renders ratios for tuplets (3:2 instead of 3 for triplets)
  178. });
  179. openSheetMusicDisplay.setLogLevel('info');
  180. document.body.appendChild(canvas);
  181. window.addEventListener("keydown", function(e) {
  182. var event = window.event ? window.event : e;
  183. if (event.keyCode === 39) {
  184. openSheetMusicDisplay.cursor.next();
  185. }
  186. });
  187. nextCursorBtn.addEventListener("click", function() {
  188. openSheetMusicDisplay.cursor.next();
  189. });
  190. resetCursorBtn.addEventListener("click", function() {
  191. openSheetMusicDisplay.cursor.reset();
  192. });
  193. if (followCursorCheckbox) {
  194. followCursorCheckbox.onclick = function() {
  195. openSheetMusicDisplay.FollowCursor = !openSheetMusicDisplay.FollowCursor;
  196. }
  197. }
  198. hideCursorBtn.addEventListener("click", function() {
  199. openSheetMusicDisplay.cursor.hide();
  200. });
  201. showCursorBtn.addEventListener("click", function() {
  202. if (openSheetMusicDisplay.cursor) {
  203. openSheetMusicDisplay.cursor.show();
  204. } else {
  205. console.info("Can't show cursor, as it was disabled (e.g. by drawingParameters).");
  206. }
  207. });
  208. backendSelect.addEventListener("change", function(e) {
  209. var value = e.target.value;
  210. var createNewOsmd = true;
  211. if (createNewOsmd) {
  212. // clears the canvas element
  213. canvas.innerHTML = "";
  214. openSheetMusicDisplay = new OpenSheetMusicDisplay(canvas, {backend: value});
  215. openSheetMusicDisplay.setLogLevel('info');
  216. } else {
  217. // alternative, doesn't work yet, see setOptions():
  218. openSheetMusicDisplay.setOptions({backend: value});
  219. }
  220. selectSampleOnChange();
  221. });
  222. }
  223. function selectBoundingOnChange(evt) {
  224. var value = evt.target.value;
  225. openSheetMusicDisplay.DrawBoundingBox = value;
  226. }
  227. function selectSampleOnChange(str) {
  228. error();
  229. disable();
  230. var isCustom = typeof str === "string";
  231. if (!isCustom) {
  232. str = sampleFolder + selectSample.value;
  233. }
  234. zoom = 1.0;
  235. setSampleSpecificOptions(str, isCustom);
  236. openSheetMusicDisplay.load(str).then(
  237. function() {
  238. // This gives you access to the osmd object in the console. Do not use in productive code
  239. window.osmd = openSheetMusicDisplay;
  240. return openSheetMusicDisplay.render();
  241. },
  242. function(e) {
  243. errorLoadingOrRenderingSheet(e, "rendering");
  244. }
  245. ).then(
  246. function() {
  247. return onLoadingEnd(isCustom);
  248. }, function(e) {
  249. errorLoadingOrRenderingSheet(e, "loading");
  250. onLoadingEnd(isCustom);
  251. }
  252. );
  253. }
  254. function setSampleSpecificOptions(str, isCustom) {
  255. if (!isCustom && str.includes("measuresToDraw")) { // set options for measuresToDraw sample
  256. // stash previously set range of measures to draw
  257. if (!measureToDrawRangeNeedsReset) { // only stash once, when measuresToDraw called multiple times in a row
  258. minMeasureToDrawStashed = openSheetMusicDisplay.EngravingRules.MinMeasureToDrawIndex + 1;
  259. maxMeasureToDrawStashed = openSheetMusicDisplay.EngravingRules.MaxMeasureToDrawIndex + 1;
  260. }
  261. measureToDrawRangeNeedsReset = true;
  262. // for debugging: draw from a random range of measures
  263. let minMeasureToDraw = Math.ceil(Math.random() * 15); // measures start at 1 (measureIndex = measure number - 1 elsewhere)
  264. let maxMeasureToDraw = Math.ceil(Math.random() * 15);
  265. if (minMeasureToDraw > maxMeasureToDraw) {
  266. minMeasureToDraw = maxMeasureToDraw;
  267. let a = minMeasureToDraw;
  268. maxMeasureToDraw = a;
  269. }
  270. //minMeasureToDraw = 1; // set your custom indexes here. Drawing only one measure can be a special case
  271. //maxMeasureToDraw = 1;
  272. console.log("drawing measures in the range: [" + minMeasureToDraw + "," + maxMeasureToDraw + "]");
  273. openSheetMusicDisplay.setOptions({
  274. drawFromMeasureNumber: minMeasureToDraw,
  275. drawUpToMeasureNumber: maxMeasureToDraw
  276. });
  277. } else if (measureToDrawRangeNeedsReset) { // reset for other samples
  278. openSheetMusicDisplay.setOptions({
  279. drawFromMeasureNumber: minMeasureToDrawStashed,
  280. drawUpToMeasureNumber: maxMeasureToDrawStashed
  281. });
  282. measureToDrawRangeNeedsReset = false;
  283. }
  284. // Enable Boomwhacker-like coloring for OSMD Function Test - Auto-Coloring (Boomwhacker-like, custom color set)
  285. if (!isCustom && str.includes("auto-custom-coloring")) { // set options for auto coloring sample
  286. autoCustomColoringOptionNeedsReset = true;
  287. //openSheetMusicDisplay.setOptions({coloringMode: 1}); // Auto-Coloring with pre-defined colors
  288. openSheetMusicDisplay.setOptions({
  289. coloringMode: 2, // custom coloring set. 0 would be XML, 1 autocoloring
  290. coloringSetCustom: ["#d82c6b", "#F89D15", "#FFE21A", "#4dbd5c", "#009D96", "#43469d", "#76429c", "#ff0000"],
  291. // last color value of coloringSetCustom is for rest notes
  292. colorStemsLikeNoteheads: true
  293. });
  294. } else if (autoCustomColoringOptionNeedsReset) {
  295. openSheetMusicDisplay.setOptions({ // set default values. better would be to restore to stashed values, but unnecessarily complex for demo
  296. coloringMode: 0,
  297. colorStemsLikeNoteheads: false,
  298. coloringSetCustom: null});
  299. autoCustomColoringOptionNeedsReset = false;
  300. }
  301. if (!isCustom && str.includes("autobeam")) {
  302. autobeamOptionStashedValue = openSheetMusicDisplay.EngravingRules.AutoBeamNotes; // stash previously set value, to restore later
  303. autobeamOptionNeedsReset = true;
  304. openSheetMusicDisplay.setOptions({autoBeam: true});
  305. } else if (autobeamOptionNeedsReset) {
  306. openSheetMusicDisplay.setOptions({autoBeam: autobeamOptionStashedValue});
  307. autobeamOptionNeedsReset = false;
  308. }
  309. if (!isCustom && str.includes("Schubert_An_die_Musik")) { // TODO weird layout bug here with part names. but shouldn't be in score anyways
  310. drawPartNamesOptionStashedValue = openSheetMusicDisplay.EngravingRules.RenderPartNames;
  311. openSheetMusicDisplay.setOptions({drawPartNames: false}); // TODO sets osmd.drawingParameters.DrawPartNames! also check EngravingRules.RenderPartAbbreviations, was false
  312. drawPartNamesOptionNeedsReset = true;
  313. } else if (drawPartNamesOptionNeedsReset) {
  314. openSheetMusicDisplay.setOptions({drawPartNames: drawPartNamesOptionStashedValue});
  315. drawPartNamesOptionNeedsReset = false;
  316. }
  317. }
  318. function errorLoadingOrRenderingSheet(e, loadingOrRenderingString) {
  319. var errorString = "Error " + loadingOrRenderingString + " sheet: " + e;
  320. // if (process.env.DEBUG) { // people may not set a debug environment variable for the demo.
  321. // Always giving a StackTrace might give us more and better error reports.
  322. // TODO for a release, StackTrace control could be reenabled
  323. errorString += "\n" + "StackTrace: \n" + e.stack;
  324. // }
  325. console.warn(errorString);
  326. }
  327. function onLoadingEnd(isCustom) {
  328. // Remove option from select
  329. if (!isCustom && custom.parentElement === selectSample) {
  330. selectSample.removeChild(custom);
  331. }
  332. // Enable controls again
  333. enable();
  334. }
  335. function logCanvasSize() {
  336. zoomDiv.innerHTML = Math.floor(zoom * 100.0) + "%";
  337. }
  338. function scale() {
  339. disable();
  340. window.setTimeout(function(){
  341. openSheetMusicDisplay.zoom = zoom;
  342. openSheetMusicDisplay.render();
  343. enable();
  344. }, 0);
  345. }
  346. function rerender() {
  347. disable();
  348. window.setTimeout(function(){
  349. if (openSheetMusicDisplay.IsReadyToRender()) {
  350. openSheetMusicDisplay.render();
  351. } else {
  352. selectSampleOnChange(); // reload sample e.g. after osmd.clear()
  353. }
  354. enable();
  355. }, 0);
  356. }
  357. function error(errString) {
  358. if (!errString) {
  359. error_tr.style.display = "none";
  360. } else {
  361. err.textContent = errString;
  362. error_tr.style.display = "";
  363. canvas.width = canvas.height = 0;
  364. enable();
  365. }
  366. }
  367. // Enable/Disable Controls
  368. function disable() {
  369. document.body.style.opacity = 0.3;
  370. selectSample.disabled = zoomIn.disabled = zoomOut.disabled = "disabled";
  371. }
  372. function enable() {
  373. document.body.style.opacity = 1;
  374. selectSample.disabled = zoomIn.disabled = zoomOut.disabled = "";
  375. logCanvasSize();
  376. }
  377. // Register events: load, drag&drop
  378. window.addEventListener("load", function() {
  379. init();
  380. selectSampleOnChange();
  381. });
  382. window.addEventListener("dragenter", function(event) {
  383. event.preventDefault();
  384. disable();
  385. });
  386. window.addEventListener("dragover", function(event) {
  387. event.preventDefault();
  388. });
  389. window.addEventListener("dragleave", function(event) {
  390. enable();
  391. });
  392. window.addEventListener("drop", function(event) {
  393. event.preventDefault();
  394. if (!event.dataTransfer || !event.dataTransfer.files || event.dataTransfer.files.length === 0) {
  395. return;
  396. }
  397. // Add "Custom..." score
  398. selectSample.appendChild(custom);
  399. custom.selected = "selected";
  400. // Read dragged file
  401. var reader = new FileReader();
  402. reader.onload = function (res) {
  403. selectSampleOnChange(res.target.result);
  404. };
  405. var filename = event.dataTransfer.files[0].name;
  406. if (filename.toLowerCase().indexOf(".xml") > 0
  407. || filename.toLowerCase().indexOf(".musicxml") > 0) {
  408. reader.readAsText(event.dataTransfer.files[0]);
  409. } else if (event.dataTransfer.files[0].name.toLowerCase().indexOf(".mxl") > 0){
  410. reader.readAsBinaryString(event.dataTransfer.files[0]);
  411. }
  412. else {
  413. alert("No vaild .xml/.mxl/.musicxml file!");
  414. }
  415. });
  416. }());