What's the Rumpus?

What's the Rumpus? is the seventh album by Celtic band Gaelic Storm. It was released on July 8, 2008 and reached #177 on the Billboard 200.[1]

What's the Rumpus?
Studio album by
ReleasedJuly 8, 2008
Recorded2008
GenreIrish folk music
Length54:25
LabelLost Again Records
ProducerSteve Twigger
Gaelic Storm chronology
Bring Yer Wellies
(2006)
What's the Rumpus?
(2008)
Cabbage
(2010)

Track listing

All arrangements by Gaelic Storm.

  1. "What's the Rumpus?" (Murphy, Twigger, Wehmeyer) - 3:59
  2. "Lover's Wreck (Murphy, Twigger, Wehmeyer) - 3:56
  3. "Darcy's Donkey" (Murphy, Twigger, Wehmeyer) - 3:04
  4. "The Mechanical Bull" (Burns/trad.) - 4:24
  5. "Human to a God" (Twigger, Wehmeyer) - 3:54
  6. "Slim Jim and the Seven Eleven Girl" (Twigger) - 4:05
  7. "Don't Let the Truth Get in the Way (of a Good Story)" (Murphy, Twigger, Wehmeyer) - 3:30
  8. "The Samurai Set" (trad.) - 3:50
  9. "Beidh Aonach Amárach" (trad./Sandy Mathers) - 4:11
  10. "Death Ride to Durango" (trad.) - 4:34
  11. "Faithful Land" (Murphy, Twigger, Wehmeyer) - 4:20
  12. "If Good Times Were Dollars" (Twigger) - 3:10
  13. "Floating the Flambeau" (Burns/Purvis/trad.) - 4:07
  14. "The Night I Punched Russell Crowe" (Murphy, Twigger) - 3:16

Personnel

Gaelic Storm

Additional personnel

gollark: Although in the actual planned assembly language it would be more like `(mov re ffc0)` and get automagically compiled to the right thing.
gollark: `MOVI E0 FF C0`, for example, sets `re` (register 14) to `ffc0`.
gollark: I have added a thing which sets registers to a constant.
gollark: The "use case" is a random fun feature in potatOS.
gollark: ```lualocal function init(code) -- preallocate 64KiB of memory -- 64KiB is enough for anyone -- (TODO: allow moar somehow?) local memory = fill_arr(65536, 0) -- load code into memory, at start for i = 1, #code do memory[i] = code:byte(i) end return { memory = memory, registers = fill_arr(17, 0) }end```

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.