work on a simpler version of synth that works and then try to expand that
This commit is contained in:
15
single-voice.html
Normal file
15
single-voice.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<!-- <link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet"> -->
|
||||
<title>simple-synth</title>
|
||||
</head>
|
||||
|
||||
|
||||
<body class="bg-gray-900 p-10 mb-5">
|
||||
<script src="single-voice-synth.js"></script>
|
||||
<div class="flex justify-between"></div>
|
||||
</body>
|
||||
Reference in New Issue
Block a user