GithubHelp home page GithubHelp logo

voiceleading's Introduction

Voice Leading Class Library

A voice leading algorithm for guitar (or any stringed instrument), written in C#.

Example

You give it a starting guitar chord fingering, such as the following D min:

X
6
7
7
5
x

Then you give it a target chord, like the following for A7:

Root = A, Intervals = 1, 3, 5, b7

The algorithm then finds all guitar chord fingerings for A7 which lead back to the starting Dmin chord with good voice leading.

Example Results

Here is a sample of some of the A7 chord fingerings found:

A7 Voicing 1 (with multiple fingerings)

X     0     3
8     8     5
9     X     2
7     7     x
X     4     4
9     X     X     etc...

A7 Voicing 2 (with multiple fingerings)

X     3     3
8     X     2
6     6     2
7     7     2
7     7     X
X     X     X     etc...

There are many more. All of the generated chord fingerings for A7 lead back to the starting Dmin chord with good voiceleading. This means that the notes jump by short distances. Note splitting and note convergence possibilities are also taken into account.

I hope to give code examples and document the configuration options.

I use this algorithm in my Guitar Voiceleading Helper.

voiceleading's People

Contributors

fmodica avatar

Stargazers

Diogo Cocharro avatar Kevin avatar

Watchers

James Cloos avatar  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.