Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rp-bot/midi-visualizer
[under development] A web app that allows you to play melodies, load midi files, and download midi files.
https://github.com/rp-bot/midi-visualizer
midi music synthesizer web-audio
Last synced: 5 days ago
JSON representation
[under development] A web app that allows you to play melodies, load midi files, and download midi files.
- Host: GitHub
- URL: https://github.com/rp-bot/midi-visualizer
- Owner: rp-bot
- Created: 2023-02-24T15:16:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-01T19:49:31.000Z (12 months ago)
- Last Synced: 2023-12-01T20:35:51.302Z (12 months ago)
- Topics: midi, music, synthesizer, web-audio
- Language: JavaScript
- Homepage: https://rp-midi-visualizer.vercel.app/
- Size: 262 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Piano Roll (.js)
### Feature 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
```sh
cd path/to/your_desired_folder
```2. Run `git clone` command
```sh
git clone https://github.com/rp-bot/midi-visualizer.git
```3. Install the app by going into the repo you just cloned.
```sh
cd midi-visualizer
npm install
```4. Run server
```sh
npm run dev
```5. Congrats! open the url that shows up on your terminal, something like - `http://localhost:3000/`
---