Searched refs:modelChord (Results 1 – 1 of 1) sorted by relevance
514 var modelChord = "CAGED".charAt(caged_index - 1) + this.rootExt;515 this.setChordArray(modelChord);516 this.shiftChordArray(starting_fret, modelChord);519 jtabChord.prototype.shiftChordArray = function (atFret, modelChord) { argument522 …ngering = ((this.isCaged) && (this.cagedPos > 0) && (!(this.baseChords[modelChord][1][0] === undef…527 … var finger = (use_caged_fingering) ? this.baseChords[modelChord][1][i][1] : this.chordArray[i][1];