Coder Social home page Coder Social logo

chordimate's Introduction

Chordimate (Chord Animate)

Chordimate is a jQuery plugin to display and animate chords, modes, and scales on a guitar fretboard.

Live Preview and Demo

Requires

jQuery and a modern-ish browser (tested in Chrome and Firefox)

Usage

    $(function() {
        $('#fretboard').chordimate()

        var c_maj = music_theory.make_scale('C', 'major')
        var g_min = music_theory.make_scale('G', 'minor', 'desc')

        $('#cmajor').click(function() {
            $('#fretboard').chordimate('change', c_maj)
        })
        $('#gmin').click(function() {
            $('#fretboard').chordimate('change', g_min)
        })
    })

Motivation

I don't claim that traditional music notation is dead, but its learning curve is steep. Tablature is more acessable, but it's limited:

  • It only notates one fret position per string at a time
  • It tries to mimic traditional notation where each note is prescribed. This can lead to an awful ocean of numerals, wherein locating differences is difficult.
  • It's very difficult to synthesize any scale from the notes.
  • It doesn't offer a particularly good way to indicate changes.

Chordimate tries to solve these things and encourage improvisation even if you don't know Myxolyidian mode or how to spell a Cmin#7b9.

The display is something like Guitar Chord Generator but this project doesn't claim to be an authority on any theory beyond the dead-simple. The idea here is to assist the creative process, not to suggest or impose anything. The user could, for example:

  1. Write a song
  2. Spell the chords
  3. Fit those chords into scales or modes
  4. Type those chords into Chordimate and line up the timing.
  5. Send that score to the rest of the band

MIT License

chordimate's People

Contributors

cuadue avatar

Stargazers

Sara Caredda avatar Michael Anthony avatar lsh avatar Pawel Cyrta avatar  avatar Arne Bruland avatar  avatar Joel Kirchartz avatar

Watchers

 avatar James Cloos avatar Michael Anthony avatar Arne Bruland 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.