From 3ffd5efc7a55fbd68b3923ba7112e8f1d2d40862 Mon Sep 17 00:00:00 2001 From: jeremy Date: Fri, 12 Sep 2014 08:41:53 -0400 Subject: [PATCH] Change interval quiz; update index.html add help text to index.html page put 'R' on root note of interval quiz --- boxfrets.js | 4 +-- fretboard.html | 2 +- index.html | 66 ++++++++++++++++++++++++++++++++++++-------------- 3 files changed, 51 insertions(+), 21 deletions(-) diff --git a/boxfrets.js b/boxfrets.js index 74991d7..6b1843b 100644 --- a/boxfrets.js +++ b/boxfrets.js @@ -600,7 +600,7 @@ var ctl_newIntQuiz = function(){ INTERVALMODE = false; var lowFret = 0; var highFret = GUITAR_STRINGS[0].length; - var rngFrets= 6;// the range of frets from root can be set here + var rngFrets= 5;// the range of frets from root can be set here var rngLo =1; var rngHi =1; // get two randmon notes on FB @@ -644,7 +644,7 @@ var ctl_newIntQuiz = function(){ ctl_change_key.setRoot(getKeyObjFromNoteName(newRootNoteName)); // remove text in notecontainer's notespan, setting interval will return text - $('#'+'ns_'+rootString+'_'+rootFret).text(' '); + $('#'+'ns_'+rootString+'_'+rootFret).text('R'); td_paint('#'+'nc_'+rootString+'_'+rootFret, "red"); $('#'+'ns_'+intString+'_'+intFret).text(' '); diff --git a/fretboard.html b/fretboard.html index 839f8b3..f975a50 100644 --- a/fretboard.html +++ b/fretboard.html @@ -37,7 +37,7 @@
  • Click on Color Intervals to re-paint visible notes so the root, third, fifth and seventh are colored black, orange, blue, green and purple.
  • Use the Key pull-down starting with 'C' to change the root note.
  • Click Set Root and the next clicked note becomes the key root note.
  • -
  • Click Palette Color to reopen color pallete. +
  • Click Palette Color to reopen color pallete.
  • Click Interval button to show interval names of notes.
  • Click Notes button to return to showing names of notes.
  • Use tabs in the Notegroup Dictionary (below fretboard on left) to find a scale or arpeggio view.
  • diff --git a/index.html b/index.html index 577b9af..7c192c3 100644 --- a/index.html +++ b/index.html @@ -1,32 +1,62 @@ Fretboard Studies + + + +

    Fretboard Studies v.2

    -

    I added some functionality to the Fretboard Studies app by Elias Dorneles:

    +

    I added some functionality to the Fretboard Studies app by Elias Dorneles.

    -
    -

    My git-hub repository for this verion is here.

    \ No newline at end of file