You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.6 KiB
HTML

<!DOCTYPE html><html lang="en"><head>
<script src="p5.js"></script>
<script src="p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<title> (W)808 Clinic </title>
<style type="text/css">
body {
padding-bottom:15px;
background: #393833;
font-size: 12px;
font-family: monospace;
color: #ded42d;
}
h1 {
font-family: monospace;
text-transform: uppercase;
color: #c84b31;
font-size: 20px;
}
h2 {
font-family: monospace;
text-transform: uppercase;
color: #c2672e;
font-size: 20px;
font-style: italic;
}
</style>
</head>
<center>
<body>
<img src='assets/webtitle.png'width="640" height="190">
<script src="sketch.js"></script>
<div id="main">
</div>
<br>
<center>
<br>
<h1>Make musical compositions with the found sounds of the waiting room!</h1>
<h2> Can you find all 10? </h2>
<p> + [ Click the objects once to loop the sound files and click again to pause. ]<br><br>+ [ In the cassette player, hold the red button to record your own sample, and press the yellow play button to play and loop. Like the other objects, you can press again to pause. ]<br><br>
+ [ In the top corner you can record your composition and save it to your computer. <br>Press once to start recording and press again to stop. ]<br><br><br>
+ WORKS BEST WITH HEADPHONES +</p>
</body>
</html>