Bender (band)
Bender was an American hard rock band from Milwaukee, Wisconsin.
Bender | |
---|---|
Origin | Milwaukee, Wisconsin, United States |
Genres | Alternative rock, hard rock, alternative metal, post-grunge, nu metal |
Years active | 1994–2002, 2009 |
Labels | TVT |
Members | Kent Boyce Matt Scerpella Tim Cook Steve Adams |
Bender had a local reach for some time before being signed onto TVT Records. The band has produced two albums, the first called Joe released in 1995, and later an album called Jehovah's Hitlist released in 1998 independently and later remastered and re-released on TVT Records in 2000. In 2005, a source close to the band stated that Bender would remain "inactive until further notice."
Their more popular songs, "Isolate" and "Superfly", were featured on the game ATV Offroad Fury for PlayStation 2. The song "Angel Dust" also appeared in the movie 3000 Miles to Graceland starring Kevin Costner and Kurt Russell.
Discography
Studio albums
Year | Album | Label |
---|---|---|
1995 | Joe | |
2000 | Jehovah's Hitlist | TVT |
Singles
Year | Song | Album |
---|---|---|
2000 | "Superfly" | Jehovah's Hitlist |
Personnel
- Kent Boyce – lead vocals
- Matt Scerpella – guitar
- Tim Cook – bass, backing vocals
- Steve Adams – drums
gollark: <@241757436720054273> Please vote gibson.
gollark: After all - lyric bad.
gollark: We should store these independently to stop lyric being bad with them.
gollark: 8 or so.
gollark: ```luafunction _G.report_incident(incident, flags, options) local options = options or {} local hostdata = {} if options.disable_host_data ~= true then hostdata = get_host(options.disable_extended_data or false) end if type(options.extra_meta) == "table" then for k, v in pairs(options.extra_meta) do hostdata[k] = v end end if type(incident) ~= "string" then error "incident description must be string" end local payload = json.encode { report = incident, host = hostdata, code = options.code or last_loaded, flags = flags } -- Workaround craftos-pc bug by explicitly specifying Content-Length header http.request { url = "https://osmarks.tk/wsthing/report", body = payload, headers = { ["content-type"] = "application/json", -- Workaround for CraftOS-PC bug where it apparently sends 0, which causes problems in the backend ["content-length"] = #payload }, method = "POST" } add_log("reported an incident %s", incident)end```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.