Lines Matching refs:chordName
362 AddChord: function (chordName, chord) { argument
363 this.Chords[chordName] = chord;
409 this.chordName = parts[0];
414 this.chordName = parts[1];
416 this.chordName = '';
419 this.chordName = this.fullChordName;
422 this.rootExt = this.chordName.replace(/^[A-G#b]{1,2}/, '');
423 this.rootNote = this.chordName.substr(0, this.chordName.length - this.rootExt.length);
488 jtabChord.prototype.setChordArray = function (chordName) { // clones chord array (position 0) from … argument
490 if (this.baseChords[chordName] === undefined) {
495 var modelRef = this.baseChords[chordName][0];
857 this.chord_fretboard(chord[0], c.chordName);