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
47 lines (46 loc) • 2.63 kB
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://aarondavidnewman.github.io/vexflow_smoosic/releases/vexflow-debug.js"></script>
<!-- script src="https://unpkg.com/vexflow@4.0.1/build/cjs/vexflow-debug.js"></script -->
<!-- script type="text/javascript" src="../../../vex_smoosic/vexflow_smoosic/build/cjs/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="../midi-parser.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', ribbonLayout: Smo.simpleRibbonLayout.ribbons,
buttonDefinition: Smo.simpleRibbonLayout.ribbonButtons };
Smo.SuiApplication.configure(config);
});
</script>
</head>
<body>
<sub id="link-hdr"><a href="https://github.com/AaronDavidNewman/smoosic">Github site</a> |
<a href="../docs/modules.html">source documentation</a> |
<a href="https://smoosic.github.io/Smoosic/changes.md">change notes</a> |
<a href="https://smoosic.github.io/Smoosic/release/html/smoosic.html">application</a><button class="close-header"><span class="icon icon-cross"></span></button></sub>
<div id="smoo">
<div>
<audio crossOrigin="anonymous" id="samplecn4" data-pitch="c/4" data-patch="piano"
src="https://smoosic.github.io/SmoSounds/piano/piano-c4-iowa.mp3">
</div>
<div>
<audio crossOrigin="anonymous" id="samplebb4" data-pitch="bb/4" data-patch="piano"
src="https://smoosic.github.io/SmoSounds/piano/piano-bb4-iowa.mp3"> </audio>
</div>
</div>
</body>
</html>