tempo {drumr}R Documentation

Set a tempo

Description

tempo is a wrapper for Sys.time() that sets a tempo in bpm.

Usage

tempo(bpm = 120)

Arguments

bpm

A number specifying the tempo in beats per minute. Default is 120.

Examples

# Set tempo at 60 beats per minute
tempo(60)


[Package drumr version 0.1.0 Index]