Skip to content

Commit

Permalink
temporarily assume 3 fingers until logic improves
Browse files Browse the repository at this point in the history
  • Loading branch information
yomed committed Nov 11, 2015
1 parent 44f3ad8 commit 63f0602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

function frettable(notes) {
var fingers = [];
var numFingers = 4;
var numFingers = 3;
var newGroup;
var diff;
var fingerSpot = function (string, fret) {
Expand Down Expand Up @@ -38,4 +38,4 @@ function frettable(notes) {
return (fingers.length <= numFingers);
}

module.exports = frettable;
module.exports = frettable;

0 comments on commit 63f0602

Please sign in to comment.