Lagniappe (album)

Lagniappe is a compilation album put together by Omaha record label Saddle Creek, after the events of Hurricane Katrina. It is a benefit album, and all profits from its sale are donated to the Red Cross' relief efforts in New Orleans.

Lagniappe
Compilation album by
Various artists
ReleasedOctober 25, 2005
LabelSaddle Creek Records
Professional ratings
Review scores
SourceRating
Allmusic[1]

The album is composed of mostly impromptu recordings, thrown together for this explicit purpose. The Saddle Creek web site explains it as follows:

Old favorites, new faces, and friends of Saddle Creek recorded these 13 tracks in bedrooms, basements, kitchens, living rooms, and even in a couple of studios. The album was put together in one week. It's a menagerie of mostly new songs, a few tracks that should have made it onto albums but for whatever reason didn't, a couple of B-sides, a demo song – whatever people could contribute.[2]

Most of the currently active bands on the label contributed a track, including Saddle Creek's most popular bands (The Faint, Bright Eyes) and also some newer additions to the label (Two Gallants, for example).

Track listing

  1. Cursive – "Ten Percent to the Ten Percent"
  2. Maria Taylor and Andy LeMaster – "Breathe"
  3. Criteria – "Booketa"
  4. The Elected – "San Francisco Via Chicago Blues"
  5. Broken Spindles – "Move Away (Broken Spindles Remix)"
  6. Cocoon (Jake Bellows of Neva Dinova and Todd Fink of The Faint) – "She's a Ghost"
  7. Bright Eyes – "Napoleon's Hat"
  8. The Faint – "Hypnotised"
  9. Orenda Fink – "No Evolution (acoustic)"
  10. Mayday – "Footprints"
  11. Sorry About Dresden – "Sunrise: Norfolk, Virginia"
  12. Two Gallants – "All Your Faithless Loyalties"
  13. The Good Life – "New Year's Retribution"
gollark: The performance is great too. It's not O(n²), it's an even more biggerer and thus superior order.
gollark: Of course.
gollark: I'm not entirely sure how, but it seems to construct a tree/maybe deterministic finite automaton/finite state machine/I don't know theoretical CS which matches anagrams and unmatches unanagrams.
gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.
gollark: I wish to use Mathematica in my code. Please install it. DO NOT READ, ubq.

References

  1. Allmusic review
  2. "Lagniappe CD". saddle-creek.com. Archived from the original on 2007-10-31. Retrieved 2007-09-04.

See also

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