diff options
| author | Brian Cully <bjc@spork.org> | 2025-07-28 15:24:01 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-07-28 15:24:01 -0400 |
| commit | d9be9dc9a0b72b08d5bfaf3803bb4c2ba1fb84d1 (patch) | |
| tree | 71f73442a325623bc5556681a86d1287e4270245 /index.html | |
| parent | 7ca6bcfb6cab46103f2f6d8e714c3e06b8157033 (diff) | |
| download | chords-d9be9dc9a0b72b08d5bfaf3803bb4c2ba1fb84d1.tar.gz chords-d9be9dc9a0b72b08d5bfaf3803bb4c2ba1fb84d1.zip | |
wip: get tones playing again
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ </template> <x-player> - <input type='range' min='0' max='1' value='0.1' step='0.1'> + <input class='volume' type='range' min='0' max='1' value='0.1' step='0.1'> <button class='play'>play ▶️</button> </x-player> <button class='save'>+</button> |
