cplot.piano: Console piano plot for notes

View source: R/cplot.piano.R

cplot.pianoR Documentation

Console piano plot for notes

Description

Build an ASCII plot of notes on a piano

Usage

cplot.piano(notes = buildScale("C4", "minor"), blackKey.col = "white")

Arguments

notes

String, vector: Notes to highlight. Default = buildScale("C4", "minor")

blackKey.col

Color to use for black keys. Default = "white" for use on a dark terminal. Set to "black" for use on a light terminal.

Author(s)

E.D. Gennatas

Examples

cplot.piano(buildScale("B4", "minor"))

music documentation built on July 11, 2022, 1:06 a.m.