fix: synth để gắn soundfont cho midi

This commit is contained in:
2026-07-23 19:26:26 +07:00
parent 055f351a17
commit a21266736c
7 changed files with 366 additions and 35 deletions
+7 -7
View File
@@ -10,13 +10,13 @@
<script src="https://unpkg.com/lucide@latest"></script>
<script src="https://unpkg.com/react@18.3.1/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.js"></script>
<script src="/static/js/services/api.js?v=202607231808"></script>
<script src="/static/js/services/audioEngine.js?v=202607231808"></script>
<script src="/static/js/services/storage.js?v=202607231808"></script>
<script src="/static/js/services/soundfontPlayer.js?v=202607231808"></script>
<script src="/static/js/services/aiGateway.js?v=202607231808"></script>
<script src="/static/js/services/dawCommandDispatcher.js?v=202607231808"></script>
<script src="/static/js/app.precompiled.js?v=202607231808" defer></script>
<script src="/static/js/services/api.js?v=202607231850"></script>
<script src="/static/js/services/audioEngine.js?v=202607231850"></script>
<script src="/static/js/services/storage.js?v=202607231850"></script>
<script src="/static/js/services/soundfontPlayer.js?v=202607231850"></script>
<script src="/static/js/services/aiGateway.js?v=202607231850"></script>
<script src="/static/js/services/dawCommandDispatcher.js?v=202607231850"></script>
<script src="/static/js/app.precompiled.js?v=202607231850" defer></script>
<style>
:root {
--right-sidebar-width: 320px;