Timehunter

Timehunter is a box set album by Japanese noise musician Merzbow.[1] The album "originally began as an exercise working in the dynamics of 2002's Merzbeat".[2]

Timehunter features deconstructed beats which i took from 70s hard rock stuff like Omega, Golden Earring, Spontaneous Combustion, Alamo. Also I tried mixing these destructed breakbeats with heavy guitar drone.

Masami Akita
Timehunter
Box set by
ReleasedMay 1, 2003 (2003-05-01)
Recorded2002
StudioBedroom, Tokyo
GenreNoise
Length70:33
LabelAnt-Zen
ProducerMasami Akita
Merzbow chronology
24 Hours – A Day of Seals
(2002)
Timehunter
(2003)
Cycle
(2003)
inside view

Some tracks might be named after the bands Warhorse, Ramatam and Stone the Crows, and after the song "Space Truckin'" by Deep Purple. "CD Hunter" is a remix of "Ab Hunter", released in 1999 on Split Series 1–8, and later collected on Another Merzbow Records.

Packaging

The release comes on four mini CDs, and is packaged in a day planner binder, complete with a calendar and business card. In the calendar days are marked with the time certain tracks should be played. The card includes a phone number and says "please give me a call — timehunter". The track titles are also listed in Japanese.

Track listing

All music is composed by Masami Akita.

CD 1
No.TitleJapanese titleLength
1."Warhorse"軍馬21:17
CD 2
No.TitleJapanese titleLength
1."Space Trackin"宇宙追跡10:05
2."Ramatam"ラマタム8:40
Total length:18:47
CD 3
No.TitleJapanese titleLength
1."Conga"コンガ3:26
2."Stone the Crow"ストーン・ザ・クロウ9:02
Total length:12:31
CD 4
No.TitleJapanese titleLength
1."CD Hunter"CDハンター18:03

Personnel

  • Masami Akita – performer
  • Stefan Alt – design
  • Illektrik.Toolz – mastering
gollark: And yes, this is a hybrid of JS and SQL via template strings, isn't it great?
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.

References

  1. "Merzbow - Timehunter (CD)". Discogs. Retrieved July 19, 2012.
  2. "act146". Ant-Zen. Retrieved July 19, 2012.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.