Synthesise onsets with noises and clicks
synthesise_onsets.Rd
Take the specified instruments and create wave file with sounds where the onsets are
Usage
synthesise_onsets(
data = NULL,
instruments = NULL,
sr = 22050,
dur = 0.03,
type = "noise",
freq = 2500
)