Skip to content

Commit

Permalink
ready for review
Browse files Browse the repository at this point in the history
  • Loading branch information
znmeb committed Aug 17, 2023
1 parent 9056596 commit db84682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/output_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ scale_multisample <- function(
#' eikosany_chords <- cps_chord_table(eikosany)
#' eikosany_map <- keyboard_map(eikosany)
#' chord_degrees <- eikosany_chords$degrees
#' for (i in length(chord_degrees)) {
#' for (i in 1:length(chord_degrees)) {
#' chord <- as.numeric(unlist(strsplit(chord_degrees[i], ":")))
#' folder_name <-
#' paste0("~/eikosany-chords/chord-", gsub(":", "-", chord_degrees[i]))
Expand Down
2 changes: 1 addition & 1 deletion man/chord_WAVs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db84682

Please sign in to comment.