diff options
Diffstat (limited to 'tools/editor/index.html')
| -rw-r--r-- | tools/editor/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/editor/index.html b/tools/editor/index.html index 914ac93..6cb6af7 100644 --- a/tools/editor/index.html +++ b/tools/editor/index.html @@ -21,10 +21,14 @@ <button id="noiseTool">Noise</button> <button id="undoButton">Undo</button> <button id="redoButton">Redo</button> + <hr> + <h2>Playback</h2> + <button id="listenOriginalButton">Listen Original</button> + <button id="listenGeneratedButton">Listen Generated</button> <!-- Add more tool controls later --> </div> </div> <script src="script.js"></script> </body> -</html>
\ No newline at end of file +</html> |
