KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
tablature-viewer.github.io
★ 15
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
NLP-Toxic-Comment-Classification
:
Natural Language Processing: Toxic Comments Detection and Classification
go-consul-resolver
:
A library of composable layers that is designed to provide client-side load balancing for (but not limited to) HTTP client-server communication, using Consul as the service discovery layer
Unity-EasyProgressBar
:
No description available.
DriverLicenseQuestionsSpider
:
驾考理论题爬虫 - 驾校一点通
Basic-M15-Magic-Pack
:
Pack containing normal M15 frames for MSE. Recommended for slim builds.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
tablature-viewer.github.io
?
Download (.md)
Tablature Viewer ================ Available at [https://tabviewer.app](https://tabviewer.app). Here is a [demo tablature](https://tabviewer.app/?u#BYFxAcGcC4HpYMYFcwDoA2BPW6AS4BbEALQGEg). - Paste a regular plain text tablature or chord sheet and then view it in a nicely formatted and colorized way. - Transpose chords - Autoscroll feature - All the tablature information is stored in the URL, so you easily can bookmark and save your tabs. No more dealing with all them ad-heavy tablature sites :) - Search for tabs and chords in third party databases. Currently we only search the database from ultimate-guitar.com, but more may follow. - Optionally view the tablature in the base twelve numerical system. (Turn option `dozenalization` on) ## Can I print the sheets on paper? Yes you can. Press Ctrl/Cmd-P in the browser. ## Can I customize the color theme? Yes you can. Install the *Stylish* browser extension and override the color CSS variables in [index.css](https://github.com/tablature-viewer/tablature-viewer.github.io/blob/main/res/index.css). ## I want to undo my changes after I've already saved it Every saved version is added to your browser history. You can navigate them by going back and forth just like you would on other websites. ## How do I keep my bookmark up-to-date when modifying a tab? There are browser-extensions which can help you with this. For firefox there is [Update Bookmark](https://addons.mozilla.org/en-US/firefox/addon/replace-bookmark/) which reduces the amount of clicks you have to do to update an existing bookmark. ## What is the base twelve numerical system? The [base twelve system](https://en.wikipedia.org/wiki/Duodecimal) (also called *dozenal* or *duodecimal* system) is a number system in which we count till twelve instead of ten, and have dedicated symbols for ten (↊, a turned two) and eleven (↋, a turned three). Subsequent numbers in the dozenal system: - 1, 2, 3, 4, 5, 6, 6, 7, 8, 9, ↊, ↋, 10, 11, ... Subsequent numbers in the decimal system: - 1, 2, 3, 4, 5, 6, 6, 7, 8, 9, 10, 11, 12, 13, ... The reason that a turned two and three have been chosen as symbols for ten and eleven is because the _Dozenal Society of Great Britain_ has proposed this and it is a generally accepted notation. Akin to hexadecimal notation, `a` and `b` are also widely used, but these have other meanings in guitar tablature already. ## Why would you want to use the base twelve numerical system? In the end it is just a matter of fun or personal preference, but you might like because an octave consists of 12 frets. This makes the counting above the octave a little easier, because in the dozenal system, fret `15` would mean "five frets above the octave". The idea is that once you get used to using the dozenal system for reading tablature you require less mental work when reading tablature. But it's mostly for fun. ## How do you pronounce numbers in the dozenal system? ↊ and ↋ are usually just pronounced *ten* and *eleven* respectively. 10 is pronounced *do*, 11 *do one*, 12 *do two* and so on. So five notes above the octave is called *do five*. It's funny coincidence here that the octave note has been called *do* in [musical solfège](https://en.wikipedia.org/wiki/Solf%C3%A8ge) for centuries. For more information about pronounciation read [more about the do-gro-mo system](https://en.wikipedia.org/wiki/Duodecimal#Do-gro-mo_system). ## How do I keep tabs that are already dozenal themselves from being redozenalized? You can put the word "dozenal" or "dozenalized" in the title (first line) of your tab, e.g. by appending `(dozenal)` to it. This will turn off dozenalization for that tab, regardless of your settings. ## Setup dev environment - Install Node.js (64 bit) - Clone the repo - Run `npm install` - Run `npm run serve` ## Feature roadmap - [Dynamic bookmarks support](https://github.com/DaniloNovakovic/chrome-dynamic-bookmarks/issues/63) - Chord and tab notation normalization - Keyboard shortcuts - Improve parsing - Tab transposition