Package: drumr
Title: Turn R into a Drum Machine
Version: 0.1.0
Authors@R: person("James", "Martherus", email = "james@martherus.com",
                  role = c("aut", "cre"))
Description: Includes various functions for playing drum sounds. beat() plays a drum sound
  from one of the six included drum kits. tempo() sets spacing between calls to beat()
  in bpm. Together the two functions can be used to create many different drum patterns. 
Depends: R (>= 3.1.0)
License: GPL-3
LazyData: true
Imports: audio, stringr
RoxygenNote: 6.1.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2019-09-27 14:12:36 UTC; jamesmartherus
Author: James Martherus [aut, cre]
Maintainer: James Martherus <james@martherus.com>
Repository: CRAN
Date/Publication: 2019-10-03 06:50:12 UTC
Built: R 4.3.0; ; 2023-04-12 13:30:46 UTC; unix
