/midi-visualizer

[under development] A web app that allows you to play melodies, load midi files, and download midi files.

Primary LanguageJavaScript

Piano Roll (.js)

Feature Description

Image description

  • Built using ReactJs.
  • Features the ToneJs library.
  • Allows user to load MIDI files and download constructed melodies as MIDI.

Local installation

You need npm for this procedure.

  1. Go to the directory where you want to download the repo
cd path/to/your_desired_folder
  1. Run git clone command
git clone https://github.com/rp-bot/midi-visualizer.git
  1. Install the app by going into the repo you just cloned.
cd midi-visualizer
npm install
  1. Run server
npm run dev
  1. Congrats! open the url that shows up on your terminal, something like - http://localhost:3000/