gp2midi-web

command module
v0.0.0-...-f59abf8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2022 License: MIT Imports: 9 Imported by: 0

README

gp2midi server

Server for gp2midi.com built with Go and Docker.

Convert Guitar Pro files to midi, useful for creating backing/jam tracks.

demo

Built with

Installation

Go is required to run this project locally. Docker is optional.

Clone the repo:

git clone https://github.com/n-ulricksen/gp2midi-web
cd gp2midi-web

Install dependencies:

go install

Usage

Without Docker

To run Gin development server:

go run main.go
With Docker

Build the image:

docker build -t gp2midi .

Run the container and Gin development server on port 8229:

docker run -p 8229:8229 gp2midi

Contributing

Pull requests welcome and appreciated!

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL