]> git.0d.be Git - nanofun.git/blobdiff - index.html
create pads from a template, then delete the template
[nanofun.git] / index.html
index d4cd50f237f4d25069799b2fa771c1ed20e32967..fad9fb295b8aa583f1dbf6670cefd6062eb54376 100644 (file)
  </head>
  <body>
   <div id="nanopad">
-   <div class="nanotouch" data-touch="0">
+   <div class="nanotouch">
      <span class="name"></span>
      <span class="duration"></span>
-     <input type="file" accept="audio/*">
+     <input type="file" accept="audio/*" multiple>
      <input class="touch-gain" type="range" min="0" max="127" value="127">
    </div>
   </div>
   <div id="msg"></div>
-  <div id="midiinputs"></div>
-  <div id="midioutputs"></div>
+  <div id="devices"><div class="nanopad">nanoPAD</div><div class="nanokontrol">nanoKONTROL</div></div>
+
   <form>
-    <br><input id="master-gain" type="range" min="0" max="127" value="127">
+    <div><label>Master</label> <input id="master-gain" type="range" min="0" max="127" value="127"></div>
+    <br>
+    <div><label>Delay</label> <input id="delay" type="range" min="0" max="5" value="0" step="0.1"></div>
+    <div><label>Feedback</label> <input id="feedback" type="range" min="0" max="1" value="0.8" step="0.1"></div>
+    <div><label>Filter</label> <input id="filter" type="range" min="0" max="5000" value="1000" step="100"></div>
   </form>
+
   <div id="gitclone">Source code at <a href="https://git.0d.be/?p=nanofun.git">https://git.0d.be/?p=nanofun.git</a></div>
  </body>
 </html>