Add a text-to-speech legend for the pitch scale. text-to-speech rendering of the values ("five six seven eight") is followed by arpeggiation of the corresponding pitches ("boo doe daa deep").
1 2 3 4 5 6 7 | add_pitch_legend(
x,
break_values = pretty(x, 3),
stagger.duration = 0.25,
beep.duration = 0.75,
...
)
|
x |
@break_values Pitch values for the whole plot and the legend respectively. |
filename |
Where to store the output |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.