https://github.com/metaphysics0/gpx-to-midi
convert .gp files (guitar pro files) to .midi files
https://github.com/metaphysics0/gpx-to-midi
Last synced: over 1 year ago
JSON representation
convert .gp files (guitar pro files) to .midi files
- Host: GitHub
- URL: https://github.com/metaphysics0/gpx-to-midi
- Owner: Metaphysics0
- License: mit
- Created: 2023-11-02T22:29:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T16:02:15.000Z (about 2 years ago)
- Last Synced: 2025-03-24T09:54:26.230Z (over 1 year ago)
- Language: Svelte
- Homepage: https://gpx-to-midi.vercel.app
- Size: 47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guitar Pro To Midi Converter
A simple web app I built to convert Guitar Pro files (.gpx, .gp5, .gp, etc) into Midi files.
## Tech Stack 👨🏻💻
- SvelteKit + a handful of node api's
- [This dotnet project](https://github.com/rageagainsthepc/GuitarPro-to-Midi). Basically spawning a node child_process to execute this on vercel's network
- Vercel deployment
- Skeleton UI (for the Dropzone)