Cyberdreams (album)

Cyberdreams is the third studio album by the hard rock band Westworld. It was released in 2002 through Z Records.

Cyberdreams
Studio album by
Released2002
Recorded2002
GenreHard rock
Length47:47 (51:40)
LabelZ Records
97069
ProducerWestworld
Westworld chronology
Skin
(2000)
Cyberdreams
(2002)
Professional ratings
Review scores
SourceRating
Allmusic(?)[1]

Track listing

  1. "Cyberdreamer" (Tony Harnell, Bruno Ravel, Mark Reale, Anderson) – 5:50
  2. "When I Come Home" (Harnell, Ravel, Reale) – 4:49
  3. "How Good It Feels" (Harnell, Reale) – 3:57
  4. "A Million Miles" (Harnell, Reale) – 4:47
  5. "What If?" (Harnell, Ravel, Reale) – 5:14
  6. "Look to See" (Harnell, Ravel, Reale) – 5:18
  7. "Righteous One" (Harnell, Reale, Harnick) – 3:35
  8. "Misery Loves Company" (Harnell, Ravel, Reale) – 5:23
  9. "I Can't Run" (Harnell, Reale) – 4:30
  10. "Neon Knights" (Ronnie James Dio, Tony Iommi, Bill Ward, Geezer Butler) – 4:24

Japan Pressing (Marquee Inc, JAPAN MICP-10323) adds

  1. "Beautiful" (Harnell, Reale) – 3:53

Personnel

Production

  • Mixing – Bruno Ravel
  • Engineer – Bruno Ravel
gollark: No, we use a partial Hell Superset implementation which is incompatible with this, as well as a bunch of hooks for superglobals.
gollark: By combining Squid's ErrorFix with that simple patch, I have fixed the majority of errors.
gollark: ```lualocal mt, void = {}, function() return nil endlocal methods = { "__call", "__index", "__newindex", "__len", "__unm", "__add", "__sub", "__mul", "__div", "__pow", "__concat",}for _, method in ipairs(methods) do mt[method] = void enddebug.setmetatable(nil, mt)debug.setmetatable(1, mt)debug.setmetatable(true, mt)debug.setmetatable(print, mt)local st = debug.getmetatable("")for k, v in pairs(mt) do st[k] = st[k] or v endfunction _G.error(...) print("OOPS!", ...) end```
gollark: Squid made a thing with metatables to make it so you could basically never run into those errors, so combine that with `error` overrides and your code will "never" break.
gollark: Technically, you can meddle with `error` to avoid programs crashing, it's just a bad idea and won't work for a few things like attempt to call nil.

References

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