All Projects → ezgraphs → ggguitar

ezgraphs / ggguitar

Licence: other
Guitar Tablature and

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to ggguitar

Tabdown
Tabdown is an open mark-up language for text tabs & chords.
Stars: ✭ 49 (+172.22%)
Mutual labels:  guitar-tablature
fretonator
The ultimate interactive free guitar theory tool.
Stars: ✭ 42 (+133.33%)
Mutual labels:  guitar-tablature
Chord-Provider
A Chordpro parser/editor in SwiftUI 4 for macOS and iOS
Stars: ✭ 20 (+11.11%)
Mutual labels:  guitar-tablature
phptabs
A PHP library for reading, writing and rendering guitar tablatures and MIDI files
Stars: ✭ 34 (+88.89%)
Mutual labels:  guitar-tablature
CliChords
[CliChords] Get ultimate-guitar.com guitar tabs and chords in your terminal - command line cli
Stars: ✭ 20 (+11.11%)
Mutual labels:  guitar-tablature

ggguitar

Latest release available from CRAN.

Description

Create Guitar Tablature and related documentation. Powered by ggplot2 and the Tidyverse.

Example Usage

> library(ggguitar)
> chord_GM <- c(3, 2, 0, 0, 0, 3)
> tablature('G Major', chord_GM)

alt text

> chord_for_frets(chord_GM)
[1] "g" "b" "d" "g" "b" "g"

See the Vignette for more examples.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].