]> git.0d.be Git - nanofun.git/blob - index.html
71d13f292b6474eb8b768840decd475e6101e4f9
[nanofun.git] / index.html
1 <html>
2  <head>
3   <meta charset="UTF-8"><!-- ♫ -->
4   <title>nanoFUN</title>
5   <script src="jquery.min.js"></script>
6   <script src="nanofun.js"></script>
7   <link rel="stylesheet" type="text/css" href="nanofun.css">
8  </head>
9  <body>
10   <div id="nanopad">
11    <div class="nanotouch" data-touch="0">
12      <span class="name"></span>
13      <span class="duration"></span>
14      <input type="file">
15      <input class="touch-gain" type="range" min="0" max="127" value="127">
16    </div>
17   </div>
18   <div id="msg"></div>
19   <div id="midiinputs"></div>
20   <div id="midioutputs"></div>
21   <form>
22     <br><input id="master-gain" type="range" min="0" max="127" value="127">
23   </form>
24   <div id="gitclone">Source code at <a href="https://git.0d.be/?p=nanofun.git">https://git.0d.be/?p=nanofun.git</a></div>
25  </body>
26 </html>