R/zzz.R

utils::globalVariables(c(
  "n_notes", "notes", "notes_c", "music21"
))

#' chordgen
#'
#' This is a random chord generator which uses music21 package
#'
#' @import music21
#'
#' @docType package
#' @name chordgen
NULL
jtrecenti/chordgen documentation built on May 20, 2019, 2:08 p.m.