Bruford Levin Upper Extremities

Bruford Levin Upper Extremities (B.L.U.E.) was a musical group composed of drummer Bill Bruford, bassist Tony Levin, guitarist David Torn, and trumpeter Chris Botti.

Bruford Levin Upper Extremities
Years active1998–2000
LabelsDiscipline Global Mobile
Associated actsKing Crimson
Past membersBill Bruford
David Torn
Tony Levin
Chris Botti

The group's origins can be traced to David Torn's album Cloud About Mercury (1987) which featured the above-listed musicians, except with Mark Isham playing trumpet. Enjoying their musical chemistry, the performers kept in touch, and formed B.L.U.E. in the mid-1990s.

The band had very unusual sound with elements of blues, rock and ambient music. Bruford and Levin were both longtime members of King Crimson.

Discography

gollark: Fibonaccae WILL be computed.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1].wrapping_add(self.cache[n - 2]); self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: I prefer it this way.
gollark: Idea: wrapping_add.
gollark: Unlike LyricLy's bad thing, which timed out.

References

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