Skip to content

ncates65/Melody-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Melody Generator

This folder contains the code for the Melody Generator that was extracted from the main repository.

Files

  • MelodyGenerator.js: The main React component.

Dependencies

You will need to install the following dependencies in your new project:

  • tone: For audio synthesis and scheduling.
  • lucide-react: For icons.

Setup

  1. Create a new React app (e.g., using create-react-app or Vite).
  2. Install dependencies:
    npm install tone lucide-react
  3. Copy MelodyGenerator.js to your src folder.
  4. Import and use it in your App.js.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published