diff --git a/artwork/wonderwall.jpg b/artwork/wonderwall.jpg new file mode 100644 index 0000000..b5f21b2 Binary files /dev/null and b/artwork/wonderwall.jpg differ diff --git a/songs.json b/songs.json index e87c41e..be103dd 100644 --- a/songs.json +++ b/songs.json @@ -3417,5 +3417,15 @@ "songLengthMS": 165290, "noteCount": 1065, "favorite": false + }, + { + "name": "Wonderwall", + "artists": [ + "Oasis" + ], + "midiFile": "wonderwall.mid", + "artwork": "wonderwall.jpg", + "genre": [], + "tags": [] } ] \ No newline at end of file diff --git a/songs/wonderwall.mid b/songs/wonderwall.mid new file mode 100644 index 0000000..7c9f432 Binary files /dev/null and b/songs/wonderwall.mid differ