Covers All

Covers All is a cover album of the Finnish heavy metal band Waltari, recorded on the 25th anniversary of Waltari. This cover album was released in 2011 by Stupido Records label.

Covers All
Studio album by
Released2011 (2011)
LabelStupido Records
Waltari chronology
Below Zero
(2009)
Covers All
(2011)
You Are Waltari
(2015)

Track listing

  1. P.L.U.C.K. (System Of A Down cover)
  2. Give it to Me (Madonna cover)
  3. The Dead Heart (Midnight Oil cover)
  4. Duke (Dingo cover)
  5. Look back in Anger (David Bowie cover)
  6. Caught in a Mosh (Anthrax cover)
  7. Plastic Ships (Hassisen Kone cover)
  8. One Hundred Years (The Cure cover)
  9. Infinite Dreams (Iron Maiden cover)
  10. A Saucerful of Secrets (Pink Floyd cover)
  11. A Forest (acoustic version; The Cure cover) (Hidden track)

Credits

  • Kartsy Hatakka (vocals, bass, programming)
  • Jari Lehtinen (guitar)
  • Sami Yli-Sirnio (guitar)
  • Ville Vehvilainen (drums)
  • Janne Immonen (keyboards, programming)
gollark: How DOES one utilize it?
gollark: Do I need to patch my kernel to fix this, then?
gollark: This *always* prints a status of 512. It should be not 512.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } exit(0); } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: Please help as my code does not work correctly æææ.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.