render_cps_chords: Render the Chords of a CPS

View source: R/output_functions.R

render_cps_chordsR Documentation

Render the Chords of a CPS

Description

Make WAV files for all chords of a given CPS

Usage

render_cps_chords(scale_table, home_folder)

Arguments

scale_table

the scale table for the CPS

home_folder

each chord will be rendered into a sub-folder of this one

Value

the full path to output_directory

Examples

## Not run: 

(hexany_scale_table <- cps_scale_table(
  harmonics = c(1, 3, 5, 7),
  choose = 2
))
(render_cps_chords(hexany_scale_table, "~/hexany_chords"))

(eikosany_scale_table <- cps_scale_table())
(render_cps_chords(eikosany_scale_table, "~/eikosany_chords"))


## End(Not run)


AlgoCompSynth/eikosany documentation built on Nov. 25, 2024, 5:22 p.m.