UNPKG

smoosic

Version:

<sub>[Github site](https://github.com/Smoosic/smoosic) | [source documentation](https://smoosic.github.io/Smoosic/release/docs/modules.html) | [change notes](https://aarondavidnewman.github.io/Smoosic/changes.html) | [application](https://smoosic.github.i

43 lines (42 loc) 2.34 kB
<!DOCTYPE HTML> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8"> <title>Smoosic Editor</title> <link href="../styles/fonts.css" rel="stylesheet"> <link href="../styles/media.css" rel="stylesheet"> <link href="../styles/ribbon.css" rel="stylesheet"> <link href="../styles/dialogs.css" rel="stylesheet"> <link href="../styles/menus.css" rel="stylesheet"> <link href="../styles/piano.css" rel="stylesheet"> <link href="../styles/tree.css" rel="stylesheet"> <script type="text/javascript" src="https://smoosic.github.io/vexflow_smoosic/releases/vexflow-debug.js"></script> <!-- script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.6.0/jszip.min.js" integrity="sha512-uVSVjE7zYsGz4ag0HEzfugJ78oHCI1KhdkivjQro8ABL/PRiEO4ROwvrolYAcZnky0Fl/baWKYilQfWvESliRA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script --> <!-- script type="text/javascript" src="../../../vex_smoosic/vexflow_smoosic/build/vexflow-debug.js"></script --> <script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.slim.js" ></script> <script type="text/javascript" src="../jszip.js"></script> <script type="text/javascript" src="../smoosic.js" ></script> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function (event) { Smo.SuiDom.createUiDom(document.getElementById('smoo')); var config = { mode: 'application', leftControls: 'controls-left', topControls: 'controls-top' , scoreDomContainer: 'smo-scroll-region' }; Smo.SuiApplication.configure(config).then((app) => { Smo.layoutDebug.mask = 63; app.view.refreshViewport(); }); }); </script> </head> <body> <!-- audio crossOrigin="anonymous" id="sample" src="https://smoosic.github.io/Smoosic/build/sound/piano_middle_C.mp3" / --> <div id="smoo"> <div> <audio crossOrigin="anonymous" id="samplecn4" src="https://smoosic.github.io/Smoosic/build/sound/piano_middle_C.mp3" > </div> <div> <audio crossOrigin="anonymous" id="samplebb4" src="https://smoosic.github.io/Smoosic/build/sound/piano_A_sharp.mp3" > </audio> </div> </div> </body> </html>