GithubHelp home page GithubHelp logo

keyzog / chords-db Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tombatossals/chords-db

0.0 0.0 0.0 43.14 MB

String Instruments Chords Database.

Home Page: http://tombatossals.github.com/chords-db

License: MIT License

JavaScript 100.00%

chords-db's Introduction

chords-db

This is a javascript database of string instruments chords. Open, free to use, easily improved with more chords. Contributions are welcomed, still a lot of chords (and instruments) missing. Use the pull request feature of Github to add your desired chords if you want to contribute.

Take a look at the chords database of an instrument to understand the schema used to register new chords. For example, let's take a look at the Csus2 chords of guitar. We can see this information in the C/sus2.js file:

export default {
  key: 'D',
  suffix: 'sus2',
  positions: [{
    frets: '0320xx',
    fingers: '031000'
  },
  {
    frets: '55775x',
    fingers: '114310',
    barres: 5,
    capo: true
  }]
}

Each position define a new chord variation of the Dsus2 chord. We must define the frets needed to obtain the chord in the respective strings. We can define too the fingers information for easy reading of the chord. If the chord need to barre some string, we will define if in the barre field. If you want the barre be represented with capo, you can define the "capo" property too.

How to build/contribute

This project is using yarn as package manager, so all the basic command related to the project lifecycle are bound to it. Three basic commands

yarn build

Generates a new version of the library when new chords are added.

yarn test

Make some testing of the new added chords. Very useful to detect basic mistakes.

How to use

All this information is packed in a JSON library, that you can use to render visually with a utility able to parse this information.

You can take a look of the current state of the database with this SVG rendering tool:

chords-db

chords-db's People

Contributors

tombatossals avatar tom7 avatar vrubert avatar kimi-arthur avatar dathanb avatar szaza avatar dependabot[bot] 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.