hacked in modulators

This commit is contained in:
trian-gles
2024-08-29 13:45:54 +02:00
parent 7063c8ec8b
commit d0cc7ce94e
13 changed files with 39133 additions and 188 deletions

29
modulators/lfogui.html Normal file
View File

@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<!--
We start with a basic html 'page' that is the size of the jweb object,
but has no scrollbars nor floating content.
-->
<head>
<link rel="stylesheet" href="./lfogui.css">
</head>
<body>
<div id="lfo-container"></div>
<script src="./react.js"></script>
<script src="./react-dom.js"></script>
<script src="./moment.js"></script>
<script src="./common.js"></script>
<script src="./enums.js"></script>
<script src="./modulators.js"></script>
<script src="./lfogui.js">
</script>
</body>
</html>