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.
23 lines
988 B
HTML
23 lines
988 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
<title>Untitled</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<p>A remake (2024) of <a href="https://webaudio.prototyping.bbc.co.uk/wobbulator/">this artcle on the wobbulator from the BBC Radiophonic workshop</a>.</p>
|
|
<input type="checkbox" id="power">
|
|
<input type="range" id="modfreq" min="0" max="50" value="10" step="1">
|
|
<input type="range" id="moddepth" min="0" max="200" value="100" step="1">
|
|
<input type="range" id="freq" min="50" max="5000" value="440" step="1">
|
|
<input type="range" id="vol" min="0" max="1" value="1" step="0.01">
|
|
<select id="waveform">
|
|
<option>sine</option>
|
|
<option>square</option>
|
|
<option>sawtooth</option>
|
|
</select>
|
|
<script src="wobbulator.js"></script>
|
|
</body>
|
|
</html> |