Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariuszlitwin/frets
Playin' a bit with guitar notes.
https://github.com/mariuszlitwin/frets
Last synced: about 1 month ago
JSON representation
Playin' a bit with guitar notes.
- Host: GitHub
- URL: https://github.com/mariuszlitwin/frets
- Owner: mariuszlitwin
- License: apache-2.0
- Created: 2015-11-09T02:13:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T02:27:11.000Z (about 9 years ago)
- Last Synced: 2024-10-09T14:53:46.864Z (about 1 month ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frets
Playin' a bit with guitar notes.I use it in Python REPL, just like:
from frets import frets
f = frets(tuning=('E', 'A', 'D', 'G'), # sets tuning of your guitar, mine is EADG bass guitar
frets_count=24) # sets frets count
f.show_me_plz(seek_note='A^') # shows all 'A^' note on fretboard (A and A^^ too)
f.show_me_plz(seek_string='A9') # shows all frets that have the same note as 'A9' (also octave higher and lower)
'^' next to note means octave-higher note than note in initial tuning, '^^' means two octaves