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. +

+