Giter Site home page Giter Site logo

abc-to-guitar's Introduction

ABC to Guitar TAB Converter

Summary

Python application

Take an ABC tune file and convert to guitar tab showing possible string/fret combinations that will play the required note.

Installation

This script is very heavily dependent on Lucas Campagnola's pyabc script which you need to install in your environment. At present the easiet method for installing this is:

wget https://github.com/wxtim/pyabc/archive/makepyabc-a-module.zip -O pyabc.zip
unzip pyabc.zip -d 
pip install -e pyabc-makepyabc-a-module

wget https://github.com/wxtim/ABC-to-guitar/archive/master.zip
unzip master.zip
cd ABC-to-guitar-master

Current Command Line usage.

usage: abctoguitar.py [-h] [--output OUTPUT] [--maxfret MAXFRET] [--minfret MINFRET] [--testmode] [--transpose TRANSPOSE] [--tuning {EADGBE,DADGBE}] input

Take and ABC file and render possible guitar tabs

positional arguments:
  input                 An ABC file to feed to this script.

optional arguments:
  -h, --help            show this help message and exit
  --output OUTPUT, -o OUTPUT
                        Name for output file. If unset will replace *.abc with *.tab
  --maxfret MAXFRET, -x MAXFRET
                        The highest fret to allow use of. Default is 5th.
  --minfret MINFRET, -m MINFRET
                        the lowest fret you wish to use. Default is 0.
  --testmode            turns on verbose printing out output
  --transpose TRANSPOSE, -t TRANSPOSE
                        Number of octaves to transpose
  --tuning {EADGBE,DADGBE}
                        Guitar tunings.


Tim Pillinger, 2019 based on the work of Luke Campagnola, 2014

Licence

GNU GPL3

abc-to-guitar's People

Contributors

wxtim avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

abc-to-guitar's Issues

Add tests

Unit, integration and functional tests would be a good idea.

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.