tap.along: Type lyrics and echo a beep sound along songs defined by four...

Description Usage Arguments Value Examples

Description

Type lyrics and echo a beep sound along songs defined by four parameters

Usage

1
tap.along(time.pattn, tempo = 60, lyrics = NA, repet = 4)

Arguments

time.pattn

character vector

tempo

numeric

lyrics

character vector

Value

Nothing is returned, the text is written to stdout.

Examples

1
2
3
4
5
6
heyjude <- list()
heyjude$lyrics <- c(rep(NA, 11), "Hey", "Hey","Jude")
heyjude$time.pattn <- "h, q, q, s, s, e, hd, s, s, e, h, s, ed, w"
heyjude$tempo <- 60
heyjude$repet <- 2 # I hesitated between this and "Inf"
do.call(what = tap.along, args = heyjude)

daroczig/singR documentation built on May 14, 2019, 6:10 p.m.