Home
last modified time | relevance | path

Searched refs:atFret (Results 1 – 1 of 1) sorted by relevance

/plugin/chordsheets/js/
H A Djtab.js519 jtabChord.prototype.shiftChordArray = function (atFret, modelChord) { argument
521 if (atFret != initFret) {
524 this.chordArray[0] = atFret - 1;
526 …var fret = (this.chordArray[i][0] >= 0) ? this.chordArray[i][0] + atFret - initFret : this.chordAr…