Honey (band)

Honey was a Christian, ambient rock band composed of Doug Moss, Paul Lagestee, Billy Wan, and Roger Moss. The band recorded three albums between 1997 and 2001.[1] The first two, Lovely and Lost on You, were released on the now-defunct Sub•Lime Records. Their third album, aptly titled Three, was released by Northern Records. The first effort was produced by Christian alt/rock legend Steve Hindalong and was characterised by a rough, guitar-driven sound. For their second effort, production credits were diverse but significant with Jars of Clay's Dan Haseltine and Stephen Mason lending a hand as well as The Prayer Chain alumni Eric Campuzano and Wayne Everett. The result was a more approachable sound that was at once extraordinarily mellow and enormously engaging. As a departure from their first album, the work could be described as a "concept worship album".[2] Indeed, many songs read as abstract praises of God. With their third album, Honey made a strong musical departure, moving to an up-tempo, alt/pop flavour. Thematically, the focus moved from theology to what could be described as "a soundtrack to a wistful, longing, romantic love life".[3] They disbanded soon after the release of Three.

Honey
OriginChicago, Illinois
GenresChristian rock, ambient rock, alternative rock, pop rock
Years active1995 2001
LabelsSub•Lime Records, Northern Records
Associated actsCush
Past membersDoug Moss, Billy Wan, Roger Moss, Paul Lagestee

Discography

gollark: You can just suggest a command?
gollark: Honestly, the code is kind of a mess right now.
gollark: ... how?
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.
gollark: No, since I was too lazy to do anything other than plug in an existing rust library.

References

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