Code Monkey home page Code Monkey logo

guitarpro-to-usdb-txt's Introduction

Gitpod ready-to-code

GuitarPro-to-USDB-format (https://wiki.usdb.eu/txt_files/format)

This project uses GuitarPro-to-Midi and instead converting GuitarPro files to MIDI files it converts guitar pro files to usdb txt file for Karaoke. This can be used Vocaluxe or Ultrastar Deluxe.

Features

  • Reading GuitarPro 3 - 5 Files (based on the open python pyGuitarPro project)
  • Reading GuitarPro 6 Files (using a simple bitwise compression and an xml structure with dictionary and ids)
  • Reading GuitarPro 7 Files (packed like a normal zip-file and using a very large xml structure)
  • Transferring all files into a common native format that saves all (and only) the information that are interesting for midi files. I.e. a lot of information like fingering or guitar amp preferences are ignored.
  • Splitting to a secondary channel for certain effects
  • Exporting to Midi, trying to simulate the sound as best as possible: Simulating:
    • Different types of harmonics
    • Strum patterns
    • Bending - as far as the midi standard allows
    • Trembar - "
    • Volume knob effects
    • Muted notes
    • Vibratos
    • and perhaps more..

(I must mention that GuitarPro's native Midi export lacks far behind in this functionality!)

Please enjoy and create some great software with this!

Getting started

You can download a self-contained binary for Windows, MacOS and Linux in the release section of this repository on github.

Usage: GuitarProToMidi path/to/GuitarProFile.gp

The above command should create a file GuitarProFile.mid in the same directory as the input file.

Build and run from source

  • Install dotnet core SDK (preferably at least v5.0)
  • Run dotnet build in the project root folder
  • Run dotnet run --project src/GuitarProToMidi.Console/GuitarProToMidi.csproj -- path/to/GuitarProFile.gp

guitarpro-to-usdb-txt's People

Contributors

rageagainsthepc avatar alexsteb avatar mannemiethe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.