forked from eliasdorneles/Fretboard-Studies
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved interval notepaint after key on url detection
- Loading branch information
Showing
2 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<html> | ||
<head> | ||
<title>Fretboard Studies</title> | ||
</head> | ||
<body> | ||
<h1><a href="fretboard.html">Fretboard Studies v.2</a></h1> | ||
|
||
<p>I added some functionality to the Fretboard Studies app by Elias Dorneles:</p> | ||
|
||
<ul> | ||
<li>There is a note painter which paints wherever the mouse is until turned off.</li> | ||
|
||
<li>There are also "fretpainters" at the bottom which will paint all the notes in a fret.</li> | ||
|
||
<li>You can show the note names or the note intervals relative to the selected root.</li> | ||
|
||
<li>There is a root pull-down and a set Root mode with the next mouse click.</li> | ||
|
||
<li>There is also a notegroups browser which will replace any painted notes with scales or arpeggios (and update the root). I haven't figured out the best way to present chords yet.</li> | ||
|
||
<li>The paint by Interval color mode will continue to paint with this note group.</li> | ||
|
||
<li>You can drag the notegroups to the notegroup dashboard. From there you can single click to convert painted notes to the new notegroup. These notegroup "buttons" can be resorted and double-clicked to trash.</li> | ||
|
||
<li>There are also Player controls which will cycle through the notes relative to the speed spinner.</li> | ||
|
||
<li>The generate link works pretty much the same.</li> | ||
</ul> | ||
|
||
<p>My git-hub repository for this verion is <a href="https://github.com/deltadada/Fretboard-Studies">here</a>.</p> | ||
</body> | ||
</html> |