• Stars
    star
    358
  • Rank 116,039 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

String Instruments Chords Database.

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

More Repositories

1

angular-leaflet-directive

AngularJS directive to embed an interact with maps managed by Leaflet library
JavaScript
1,508
star
2

angular-openlayers-directive

AngularJS directive to embed an interact with maps managed by the OpenLayers library
JavaScript
284
star
3

react-chords

React library for easily generate guitar/ukulele SVG chords
JavaScript
157
star
4

luci-app-vpnc

Luci administration GUI for VPNC (Cisco VPN Concentrator Client)
Lua
13
star
5

angularjs-tutorial

Tutorial sencillo de uso de AngularJS
JavaScript
12
star
6

voz

Asterisk bash script to download, compile, install, and configure a guifi.net ready-to-use asterisk server
Shell
5
star
7

git-puesto-en-practica

Presentaci贸n HTML de iniciaci贸n a Git
JavaScript
4
star
8

troncales

Routers real-time bandwith meter graph
JavaScript
3
star
9

godot-examples

Godot 3 examples repository
GDScript
3
star
10

powermeter

Power consumption measurement and management
JavaScript
3
star
11

openwrt-vpnc

Instalaci贸n y configuraci贸n de un router con OpenWRT y VPNC
CSS
3
star
12

tombatossals-blog

My blog
JavaScript
2
star
13

openwrt-repetidor-wireless

Configurar un router con OpenWRT en modo repetidor Wireless
2
star
14

gps

Wireless Link Monitoring Application
JavaScript
2
star
15

love2d-examples

Love2D easy to understand examples
Lua
2
star
16

squid_guifi_splash

Splash screen for a Squid proxy (guifi.net edition)
JavaScript
2
star
17

node-openid-auth-sample

Example application which adds an authentication framework template for a node.js application
JavaScript
2
star
18

try_git

1
star
19

extjs4-intro

Presentaci贸n simple de introducci贸n a ExtJS4
JavaScript
1
star
20

gestiondeltiempo

Presentaci贸n de Google Calendar orientada a la gesti贸n eficiente del tiempo en el trabajo
HTML
1
star
21

coverama

React + Horizon Dashboard
JavaScript
1
star
22

iparty-guifi

Presentaci贸n de guifi.net para la iParty 2012
JavaScript
1
star
23

geography

Geography learning game
JavaScript
1
star
24

react-redux-horizon-starter

React, Redux, Horizon, Oauth authentication, Webpack and ES6 starter kit :)
JavaScript
1
star
25

movies

Backbone.js movies presenter
JavaScript
1
star
26

unimajors

Presentaciones del curso de la Universidad para Mayores de la UJI
JavaScript
1
star
27

efergy-elite-decode

Go program for decoding a RTL-SDR frame read from an Efergy Elite 1.0
C
1
star
28

micronautas

Micronautas.com site
JavaScript
1
star
29

rinspect

Inspection utility of the OSPF routing table of a router connected to the guifi.net network
JavaScript
1
star