summaryrefslogtreecommitdiff
path: root/AutoAudio.html
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-07-01 17:43:58 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2016-07-01 17:43:58 -0400
commitbe06edbcfd1213ea1658d36f8934493a92205aac (patch)
tree28dca6130833e3a770611961bc6559c08bed4161 /AutoAudio.html
Created pommicket.github.io
Diffstat (limited to 'AutoAudio.html')
-rw-r--r--AutoAudio.html67
1 files changed, 67 insertions, 0 deletions
diff --git a/AutoAudio.html b/AutoAudio.html
new file mode 100644
index 0000000..bffb2da
--- /dev/null
+++ b/AutoAudio.html
@@ -0,0 +1,67 @@
+<html>
+
+
+<head>
+<script src="js/latexit.js"></script>
+<link rel="stylesheet" href="css/bootstrap.min.css">
+<link rel="stylesheet" href="css/style.css">
+<link rel="shortcut icon" type="image/png" href="favicon.png">
+<title>AutoAudio</title>
+</head>
+
+<body>
+
+<h2>AutoAudio</h2>
+<a class="header_link" href="index.html">Home</a>
+<a class="header_link" href="all.html">All</a>
+<a class="header_link" href="mathematical.html">Mathematical Demonstrations</a>
+<a class="header_link" href="games.html">Games</a>
+<a class="header_link" href="apps.html">Android Apps</a>
+<hr>
+
+<p>AutoAudio is a program that creates computer generated audio.<br>
+For an explanation of AutoAudio, go <a href="explanation.html">here</a> <br>
+After you click "Create", please wait until the audio finishes before listening to it.
+</p>
+
+<p id='Error'></p>
+
+
+<script src='js/riffwave.js'></script>
+
+<form id='Options'>
+<fieldset>
+<legend>Options</legend>
+Length: <input type="number" name="leninput" value="5"><br>
+<input type='checkbox'> Notify me when it finishes.
+</fieldset>
+<fieldset>
+<legend>Advanced Options</legend>
+Single operator weight: <input type='number' value='1'><br>
+Number weight: <input type='number' value='1'><br>
+Function length: <input type='number' value='60'><br>
+</fieldset>
+</form>
+
+<br>
+<button onclick="create();" type='button' class="btn btn-success">Create</button>
+<br><br>
+
+<audio id='Audio' controls></audio>
+
+<br><br>
+
+<p id='Time'></p>
+
+<div id='Function' lang='latex'></div>
+
+<script src="js/AutoAudio.js"></script>
+<noscript>
+<h1>This web application requires javascript.</h1>
+</noscript>
+
+</body>
+<footer>
+<p>AutoArt is licensed under the <a href='LICENSE.txt'>GNU General public license</a>.</p>
+</footer>
+</html>