Skip to content

Instantly share code, notes, and snippets.

@quephird
Created November 29, 2016 05:48
Show Gist options
  • Save quephird/0599676a45c5fb9df7807bd755c9b473 to your computer and use it in GitHub Desktop.
Save quephird/0599676a45c5fb9df7807bd755c9b473 to your computer and use it in GitHub Desktop.
Sound[
{{"A", 0.3}, {"G", 0.3}, {"F", 0.3}, {"G", 0.3}, {"A", 0.3}, {"A", 0.3}, {"A", 0.6},
{"G", 0.3}, {"G", 0.3}, {"G", 0.6}, {"A", 0.3}, {"C5", 0.3}, {"C5", 0.6},
{"A", 0.3}, {"G", 0.3}, {"F", 0.3}, {"G", 0.3}, {"A", 0.3}, {"A", 0.3},
{"A", 0.6}, {"G", 0.3}, {"G", 0.3}, {"A", 0.3}, {"G", 0.3}, {"F", 0.6}}
/. {p_, d_} :>
SoundNote[{p}, d, "Harpsichord"]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment