Searched refs:chordIndex (Results 1 – 1 of 1) sorted by relevance
41 var chordIndex = 0; variable51 console.log( myBuzzer.playSound(chords[chordIndex], 1000000) );52 chordIndex++;54 if (chordIndex > chords.length - 1)55 chordIndex = 0;