Chauncey Morehouse

Chauncey Morehouse (March 11, 1902 – October 31, 1980) was an American jazz drummer.

Chauncey Morehouse
Morehouse was a member of Paul Specht's orchestra.
Background information
Born(1902-03-11)March 11, 1902
Niagara Falls, New York, U.S.
DiedOctober 31, 1980(1980-10-31) (aged 78)
Medford, New Jersey
GenresJazz
Occupation(s)Musician
InstrumentsDrums

Biography

Morehouse was born in Niagara Falls, New York on March 11, 1902 and was raised in Chambersburg, Pennsylvania, where he played drums from a very early age.[1] As a high schooler, he led a group called the Versatile Five.[2] He landed a job with Paul Specht's orchestra from 1922 to 1924 (including to England in 1923).[2] He played with Jean Goldkette from 1925 to 1927, Adrian Rollini in 1927, and Don Voorhees in 1928–29.[2] In the period 1927–29 he also recorded with Frankie Trumbauer, Bix Beiderbecke, Red Nichols, The Dorsey Brothers, and Joe Venuti.[2]

From 1929 Morehouse was active chiefly as a studio musician, and in radio and television.[2] In 1938, he assembled a percussion ensemble which played instruments that were designed by Morehouse and Stan King and that were tuned chromatically.[1]

He invented a set of N'Goma drums – "14 chromatically tuned snare drums mounted on a circular bar" – around 1932.[2] He worked in studios into the 1970s; in that decade he retired from studio work and began playing jazz again, including at festivals.[1] He played at Carnegie Hall in 1975, with other former members of the Goldkette orchestra.[2] Formerly a resident of the Vincentown section of Southampton Township, New Jersey, Morehouse died on October 31, 1980, at a nursing home in Medford, New Jersey, at the age of 78.[2][3]

gollark: I prefer Rust.
gollark: ```perl -wlne'END{print$n}eof&&$n++;/<title>([^<]+)/i&&$n--' *Contents 1 Interpretation 2 Implementations 2.1 In Perl 2.2 In shell scriptsInterpretationThe code in question (from the collection "The road to Perligata") is a lament over the coming apocalypse, an expression of the author's Weltschmerz and the futility of all human endeavors. Let us take it step by step:-wlne' The world is near its end.END{print$n} At the end the sum of all our sins and virtues will be reckoned and the judgement revealed.eof&&$n++; As the evil of mankind ends, perhaps the end itself is a positive thing./<title>([^<]+)/ We are preoccupied with fame and titlesi And insensitive to the suffering of others.&&$n-- All this is for nought, and only hastens our demise.' * For in the end, we are but stardust. ```
gollark: They'll probably say "lambdas are evil" because python hates functional programming a lot of the time.
gollark: *considers creating an esowiki page for haskell and golang*
gollark: ``` func AddInt32(addr *int32, delta int32) (new int32) func AddInt64(addr *int64, delta int64) (new int64) func AddUint32(addr *uint32, delta uint32) (new uint32) func AddUint64(addr *uint64, delta uint64) (new uint64) func AddUintptr(addr *uintptr, delta uintptr) (new uintptr) func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool) func CompareAndSwapInt64(addr *int64, old, new int64) (swapped bool) func CompareAndSwapPointer(addr *unsafe.Pointer, old, new unsafe.Pointer) (swapped bool) func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool) func CompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool) func CompareAndSwapUintptr(addr *uintptr, old, new uintptr) (swapped bool) func LoadInt32(addr *int32) (val int32) func LoadInt64(addr *int64) (val int64) func LoadPointer(addr *unsafe.Pointer) (val unsafe.Pointer) func LoadUint32(addr *uint32) (val uint32) func LoadUint64(addr *uint64) (val uint64) func LoadUintptr(addr *uintptr) (val uintptr) func StoreInt32(addr *int32, val int32) func StoreInt64(addr *int64, val int64) func StorePointer(addr *unsafe.Pointer, val unsafe.Pointer) func StoreUint32(addr *uint32, val uint32) func StoreUint64(addr *uint64, val uint64) func StoreUintptr(addr *uintptr, val uintptr) func SwapInt32(addr *int32, new int32) (old int32) func SwapInt64(addr *int64, new int64) (old int64) func SwapPointer(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer) func SwapUint32(addr *uint32, new uint32) (old uint32) func SwapUint64(addr *uint64, new uint64) (old uint64) func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)```Seen in standard library docs.

References

  1. Scott Yanow https://www.allmusic.com/artist/p107276/biography
  2. Brown, T. Dennis; Kernfeld, Barry (2003), Morehouse, Chauncey, Grove Music Online. Oxford Music Online. Oxford University Press, retrieved February 4, 2020
  3. "Chauncey Morehosue, 78, jazz drummer", The Philadelphia Inquirer, November 4, 1980. Accessed June 7, 2020. "Chauncey Morehouse, 78, a jazz drummer, died Friday at a nursing home in Medford, N.J. He formerly lived in Vincentown, N.J."
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.