Trisector

Trisector is the tenth studio album by the British rock group Van der Graaf Generator. It was released on Virgin/EMI Records in March 2008. It is an important release for Van der Graaf Generator because it is the first album the band recorded as a trio. Saxophonist David Jackson departed the band following the 2005 tour.

Trisector
Studio album by
Released17 March 2008
Recorded2-13 July 2007
StudioThe Gaia Centre, Delabole, Cornwall
GenreProgressive rock, art rock
Length53:45
LabelVirgin/EMI
ProducerVdGG
Van der Graaf Generator chronology
Real Time
(2007)
Trisector
(2008)
A Grounding in Numbers
(2011)
Professional ratings
Review scores
SourceRating
AllMusic [1]
Classic Rock [2]
Mojo [3]
Uncut [4]
For the geometric construction, see angle trisection.

Track listing

All songs by Hugh Banton, Guy Evans and Peter Hammill except where noted.

  1. "The Hurlyburly" (instrumental) – 4:38
  2. "Interference Patterns" – 3:52
  3. "The Final Reel" – 5:49
  4. "Lifetime" (Hammill) – 4:47
  5. "Drop Dead" – 4:53
  6. "Only in a Whisper" – 6:44
  7. "All That Before" – 6:29
  8. "Over the Hill" – 12:29
  9. "(We Are) Not Here" – 4:04

Personnel

Van der Graaf Generator
gollark: "Xylostephones" is more accurate
gollark: Nope, not keywords.
gollark: <@337621533369303042> Was it you who wanted this?
gollark: Takes ages to load words, I'm afraid.
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```

References

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