6 Commits

Author SHA1 Message Date
53a88ca374 restructuring repo 2025-08-11 14:51:25 +02:00
7f464366af Merge pull request 'how to integrate tab' (#22) from help-patch-integration into main
Reviewed-on: #22
2025-08-04 16:28:21 +02:00
51420cbd5f how to integrate tab 2025-08-04 16:27:13 +02:00
533de4668a Merge pull request 'initial help patch' (#19) from help-patch into main
Reviewed-on: #19
2025-07-29 14:10:37 +02:00
b850440287 improved text placement 2025-07-29 14:10:14 +02:00
7ac026f35f initial help patch 2025-07-22 15:27:16 +02:00
12 changed files with 1682 additions and 4030 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -1,26 +1,21 @@
<!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>
<meta charset="utf-8">
<link rel="stylesheet" href="./lfogui.css">
<link rel="stylesheet" href="./src/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>
<script src="./lib/react.js"></script>
<script src="./lib/react-dom.js"></script>
<script src="./lib/moment.js"></script>
<script src="./src/common.js"></script>
<script src="./src/enums.js"></script>
<script src="./src/modulators.js"></script>
<script src="./src/lfogui.js"></script>
</body>

View File

View File

File diff suppressed because one or more lines are too long