...All That Might Have Been...

...All That Might Have Been... is British singer-songwriter Peter Hammill's 34th solo album, released on his own Fie! Records in November 2014. Similarly to 2004's Incoherence, on the standard edition of the album there is only one epic, multi-part song.[1] The special edition box contains two additional discs with bonus material.[2]

...All That Might Have Been...
Studio album by
ReleasedNovember 2014
GenreExperimental, art rock
Length47:32
LabelFie!
ProducerPeter Hammill
Peter Hammill chronology
Other World
(2014)
...All That Might Have Been...
(2014)
From the Trees
(2017)

Track listing

All songs written by Peter Hammill.

CD1: "Cine"

  1. "In Overview" (2:48)
  2. "The Last Time" (1:42)
  3. "Never Wanted" (2:16)
  4. "As for Him" (1:52)
  5. "Nowhere Special" (1:38)
  6. "Piper Smile" (1:13)
  7. "Wanted to Belong" (1:52)
  8. "This Might..." (1:51)
  9. "Inklings, Darling" (3:31)
  10. "Be Careful" (1:38)
  11. "Alien Clock" (5:52)
  12. "Drifting Through" (2:16)
  13. "Washed Up" (2:07)
  14. "Rumpled Sheets" (3:02)
  15. "Fool-Proof" (1:50)
  16. "Can't Get Home" (1:48)
  17. "Washed Away" (1:41)
  18. "Back Road" (2:12)
  19. "The Line Goes Dead" (2:01)
  20. "He Turns Away" (1:58)
  21. "Hooks" (2:14)

CD2: "Songs"

  1. "Upon a Sixpence" (4:58)
  2. "Someday (The Piper Smile)" (5:01)
  3. "Vai Lentissimo" (5:11)
  4. "Disrespect (In Kabuki-Cho)" (6:16)
  5. "An Outlier" (5:43)
  6. "The Whole Thing Through" (3:49)
  7. "Best Wishes" (4:15)
  8. "Passing Clouds" (4:37)
  9. "Not Going Anywhere" (4:33)
  10. "Until" (4:27)

CD3: "Retro"

  1. "SixSlowOut" (9:10)
  2. "KabukiCloudSome" (7:19)
  3. "TenorElseAny" (6:38)
  4. "57WishesUntil" (7:46)

Personnel

Technical

  • Peter Hammill – recording engineer, mixing (Terra Incognita, Wiltshire)
  • Paul Ridout – design, photography, artwork
gollark: * rightctrl+w
gollark: There's also sandboxing of user code, so people can hit ctrl+w easily to wipe everything.
gollark: Well, yes, but it blocks BlahOS.
gollark: ```lua-- Ensure code does not contain evil/unsafe things, such as known browsers, bad OSes or Siri. For further information on what to do if Siri is detected please consult https://pastebin.com/RM13UGFa line 2 and/or the documentation for PS#ABB85797 in this file.function potatOS.check_safe(code) local lcode = strip_comments(string.lower(code)) for category, list in pairs(banned) do for _, thing in pairs(list) do if string.find(lcode, '[^"]' .. string.lower(thing)) then --local ok, err = pcall(potatOS.make_paste, ("potatOS_code_sample_%x"):format(0, 2^24), code) --local sample = "[error]" --if ok then sample = "https://pastebin.com/" .. err end local text = string.format([[This program contains "%s" and will not be run.Classified as: %s.%sIf you believe this to be in error, please contact the potatOS developers.This incident has been reported.]], thing, category, category_descriptions[category]) potatOS.report_incident(string.format("use of banned program classified %s (contains %s).", category, thing), {"safety_checker"}, { code = code, extra_meta = { program_category = category, program_contains = thing, program_category_description = category_descriptions[category] } }) return false, function() printError(text) end end end end return trueend```
gollark: There's a bit of code in `load` which checks user code for stuff which looks like known virii/bad OSes.

References

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