Searched refs:chordArray (Results 1 – 2 of 2) sorted by relevance
400 this.chordArray = null;444 this.chordArray = new Array();445 this.chordArray = this.parseCustomChordArrayFromToken();489 this.chordArray = new Array();496 this.chordArray[0] = modelRef[0]498 this.chordArray[i] = modelRef[i]; // TODO: this.chordArray[i] = modelRef[i].clone();520 var initFret = this.chordArray[0];524 this.chordArray[0] = atFret - 1;525 for (var i = 1; i < this.chordArray.length; i++) {526 …var fret = (this.chordArray[i][0] >= 0) ? this.chordArray[i][0] + atFret - initFret : this.chordAr…[all …]
1 …chordArray=null,this.isValid=!1,this.fullChordName=t,this.isCustom=null!=this.fullChordName.match(… property