cplot.piano {music}R 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"))

[Package music version 0.1.2 Index]