From 6754239bd92ec920c0f8710daf921266710643e7 Mon Sep 17 00:00:00 2001 From: Duc-art-creator <132565536+Duc-art-creator@users.noreply.github.com> Date: Thu, 4 May 2023 17:37:58 +0700 Subject: [PATCH] Create snowfall --- snowfall | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 snowfall diff --git a/snowfall b/snowfall new file mode 100644 index 0000000..ac5a6d6 --- /dev/null +++ b/snowfall @@ -0,0 +1,5 @@ +mubert.create_track('piano') +mubert.add_chords(['Am', 'F', 'C', 'G']) +mubert.add_melody('piano', ['C', 'D', 'E', 'F', 'G', 'A', 'B']) +mubert.add_percussion('drums', ['kick', 'snare', 'hihat']) +mubert.add_bassline('bass', ['A', 'F', 'C', 'G'])