From ebdd501bfc255ccc4b02094eb49ee0b05f2078c5 Mon Sep 17 00:00:00 2001 From: Miguel Alejandro Salgado Zapien Date: Mon, 22 Jul 2024 17:00:39 -0700 Subject: [PATCH] Update readme --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 136c42e..14e3149 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Recorder Notes +> [View on the web](https://recorder-notes.ekiim.xyz/) + This is a small page, that shows the notes and finger positioning on a recorder flute. I'm doing this because I always go back and check the notes on [Basic Fingering](https://en.wikipedia.org/wiki/Recorder_(musical_instrument)#Basic_fingering) @@ -7,23 +9,24 @@ table on Wikipedia. ## Features: + - You can select to show octave from the 3 (almost) available in the recorder - You can select notes, and then request to hide them. - - When you change the tuning, you can select if you the selected notes are carried over to the other tuning by position or by note. - - You get the "sheet" with the notes position in the stave, so you can learn to identify them visually on the stave. + - When you change the tuning, you can select if the selected notes are carried over to the other tuning by position or by note. + - You get the "sheet" with the notes position on the stave, so you can learn to identify them visually on the stave. - We have a parametrized list of scales with the scales in integer notation so you can visualize the positions for them, based on this [Wikipedia's List of musical scales and modes](https://en.wikipedia.org/wiki/List_of_musical_scales_and_modes) ## Contributions -You can go and modify the `scales.json` file with comments about the scale in question. +You can go and modify the `scales.json` file with remarks about the scale in question. -Fun facts could be "Certain song uses in this scale based on C" (for example) +Fun facts could be, "Certain songs use this scale based on C" (for example) ## Technical stuff about the app -This is a single file application, which basically calls for a full rerender whenever anything happens, and becasue it's small enough we can get away with it. +This is a single-file application, which basically calls for a full re-render whenever anything happens, and because it's small enough, we can get away with it. -If you see anything wrong please let me know with an issue or a PR fix. +If you see anything wrong, please let me know with an issue or a PR fix. -## Musical stuff about hte app +## Musical stuff about the app -If you see anything wrong, please please please, let me know on a GitHub issue. \ No newline at end of file +If you see anything wrong, please, please, please let me know on a GitHub issue. \ No newline at end of file