From 717b862fafefa0cb258f1fa0064104e47bf70bf2 Mon Sep 17 00:00:00 2001
From: Oliver Bryan
Date: Sat, 31 Jan 2026 18:11:42 +0000
Subject: [PATCH] more coming soon
---
src/Layout.tsx | 23 +++++++++++++++--------
1 file changed, 15 insertions(+), 8 deletions(-)
diff --git a/src/Layout.tsx b/src/Layout.tsx
index bcfce8b..3a877cc 100644
--- a/src/Layout.tsx
+++ b/src/Layout.tsx
@@ -1,14 +1,7 @@
import AudioWaveform from "@/components/AudioWaveform";
import ThemeToggle from "@/components/theme-toggle";
import { Button } from "@/components/ui/button";
-import {
- Dialog,
- DialogContent,
- DialogDescription,
- DialogHeader,
- DialogTitle,
- DialogTrigger,
-} from "@/components/ui/dialog";
+import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogTrigger } from "@/components/ui/dialog";
import { Clock, Home, Settings } from "lucide-react";
import { Link, useLocation } from "react-router-dom";
@@ -100,6 +93,20 @@ export default function Layout({
and engaging.
+
+
Key Selection
+
+ Allow users to select a musical key (e.g. C Major, A Minor) so the
+ keyboard will follow a key, making it easier to create succinct melodies.
+
+
+
+
Export Sound
+
+ Users will be able to export their generated sounds as .wav or .mp3. This
+ can then be sampled into other audio software or used in projects.
+
+