Disappear (Hoobastank song)
"Disappear" is the fourth and last single from Hoobastank's second major studio album, The Reason. Released as a single in early 2005, "Disappear" reached number 24 on the Billboard Hot Modern Rock Tracks chart.
"Disappear" | ||||
---|---|---|---|---|
Single by Hoobastank | ||||
from the album The Reason | ||||
Released | January 31, 2005 | |||
Genre | Post-grunge | |||
Length |
| |||
Label | Island | |||
Songwriter(s) |
| |||
Producer(s) | Howard Benson | |||
Hoobastank singles chronology | ||||
|
Music video
The music video for the song switches between footage from live Hoobastank shows during their 2004 tour (supporting the release of The Reason), and footage of them performing the song at the Utah State Fairgrounds, in Salt Lake City during a local radio station's music festival. The video was directed by Marc Webb.
It is the last music video to feature bassist Markku Lappalainen as he left the band after Hoobastank's 2005 Summer Tour.
Chart performance
Chart (2005) | Peak position |
---|---|
Brazilian Singles Chart (ABPD)[1] | 33 |
US Adult Pop Songs | 16 |
US Hot Modern Rock Tracks | 24 |
Australia Singles Chart | 75 |
Germany Singles Chart | 99 |
Track listings
CD 1
- "Disappear" [Radio Edit] – 4:00
- "Same Direction" [Acoustic Version] – 3:26
- "Just One" [Album Version]
- "Disappear" [Multimedia Track]
CD 2
- "Disappear" [Radio Edit] – 4:00
- "Same Direction" [Acoustic Version] – 3:26
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.
gollark: Hmm, probably a Cobalt thing. As far as I know native Lua has a limit of a few thousand.
gollark: ```lualocal function copy(tabl) local new = {} for k, v in pairs(tabl) do new[k] = v end return newend```
References
- "Brazil" (PDF). ABPD. October 6, 2001. Retrieved April 1, 2014.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.