The End Machine

The End Machine is an American supergroup consisting of guitar player George Lynch (Lynch Mob, KXM, ex-Dokken), bass player Jeff Pilson (Foreigner, ex-Dokken, ex-Dio, ex-McAuley Schenker Group), drummer Mick Brown (ex-Dokken, ex-Lynch Mob, ex-Ted Nugent) and singer Robert Mason (Warrant, ex-Lynch Mob).

The End Machine
GenresHeavy metal, hard rock
Years active2018–present
LabelsFrontiers
Associated actsDokken, Lynch Mob, Lynch/Pilson, Xciter, Souls of We, T & N, KXM, Sweet & Lynch, Ultraphonix, Michael Lee Firkins, Wild Horses, McAuley Schenker Group, Craig Goldy, War & Peace, Dio, Steel Dragon, Benedictum, Foreigner, Adler, Ted Nugent, Warrant
Websitehttps://www.facebook.com/TheEndMachine/
MembersGeorge Lynch
Jeff Pilson
Mick Brown
Robert Mason

    Previously announced as Superstroke,[1] the band released their debut self-titled album on March 22, 2019[2] produced by Jeff Pilson via Italia record label Frontiers.

    Discography

    Members

    gollark: ***OpenCL***
    gollark: I wanted a hyperapp-like state management thing with no view for skynet (it's a long story...) so I made this, because Javascript microlibraries are trendy.```javascriptconst R = require("ramda")module.exports = (initialState, actions, context = {}, expose) => { let state = initialState const wired = R.map(action => (...args) => { const result = action(...args)(state, actions, context) if (typeof result === "object") { state = R.merge(state, result) } }, actions) if ("init" in wired) { wired.init() } if (expose) { return R.pick(expose, wired) } else { return wired }}```
    gollark: Er, how do I uninvert it?
    gollark: It's to help users by emphasising the idiomatic bottom-up approach involving making programs from small composable functions.
    gollark: Ours is upside-down, though.
    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.