Mercurial > repos > public > wdown
comparison test.tmpl @ 21:dbc7d00fcb7d midi-experiment
Try to add midi playback of sheet music
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 01 Jul 2020 11:41:39 +0200 |
parents | 4bcdc24edbe3 |
children |
comparison
equal
deleted
inserted
replaced
20:cb6c79b172d1 | 21:dbc7d00fcb7d |
---|---|
2 <head> | 2 <head> |
3 <title>{{title}}</title> | 3 <title>{{title}}</title> |
4 <meta charset="UTF-8"> | 4 <meta charset="UTF-8"> |
5 | 5 |
6 <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css"> | 6 <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css"> |
7 <link href="abcjs-midi.css" type="text/css" rel="stylesheet" /> | |
7 | 8 |
8 <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | 9 <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> |
9 <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js"></script> | 10 <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js"></script> |
10 | 11 |
11 <script src="abcjs_plugin_5.10.3-min.js" type="text/javascript"></script> | 12 <script src="abcjs_plugin-midi_5.9.1-min.js"></script> |
12 | 13 |
13 <style> | 14 <script type="text/javascript"> |
15 window.ABCJS.plugin.render_before = true; | |
16 window.ABCJS.plugin.render_options = {program: 41, defaultQpm: 150}; | |
17 //window.ABCJS.plugin.debug = true; | |
18 </script> | |
19 | |
20 | |
21 <style> | |
14 .abctext {display: none;} | 22 .abctext {display: none;} |
15 </style> | 23 </style> |
16 </head> | 24 </head> |
17 <body> | 25 <body> |
18 {{{content}}} | 26 {{{content}}} |