Joe Gordon (musician)

Joseph Henry Gordon (May 15, 1928, in Boston, Massachusetts November 4, 1963, in Santa Monica, California) was an American jazz trumpeter.

His first professional gigs were in Boston in 1947; he played with Georgie Auld, Charlie Mariano, Lionel Hampton, Charlie Parker (195355 intermittently), Art Blakey (1954), and Don Redman.

In 1956 he toured the Middle East with Dizzy Gillespie's big band; he was a soloist on "A Night in Tunisia". Following this he played with Horace Silver.

After moving to Los Angeles, he recorded with Barney Kessel, Benny Carter, Harold Land, Shelly Manne (1958–60) and Dexter Gordon.

He recorded as a bandleader for two sessions, and appeared on one recording with Thelonious Monk.

He died in a house fire on November 4, 1963.[1]

Discography

As leader

As sideman

With Art Blakey

With Donald Byrd

With Benny Carter

With Dizzy Gillespie

With Barney Kessel

With Harold Land

With Shelly Manne

With Thelonious Monk

With Herb Pomeroy

With Horace Silver

With Jimmy Woods

With Various Artists

gollark: You can also play exciting open-source games like Minetest, Dwarf Fortress and OpenTTD.
gollark: I guess you could have... self-runnable python packages too?```bash#!/bin/shpython3 $0exit```
gollark: Shellscripts execute line-by-line, so if you stick a ZIP on the end and do something like```bash#!/bin/shunzip $0exit```then the shell won't complain about the random binary data at the end of the script.
gollark: I'm not sure if this has much of an actual application, but it's neat. You can do similar stuff with zips to make self-extracting archives.
gollark: ```osmarks@fenrir /tmp> cat __main__.py print("Hello, World!")osmarks@fenrir /tmp> zip test.zip __main__.py adding: __main__.py (stored 0%)osmarks@fenrir /tmp> python3 logo96.png File "logo96.png", line 1SyntaxError: Non-UTF-8 code starting with '\x89' in file logo96.png on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for detailsosmarks@fenrir /tmp [1]> cat test.zip >> logo96.pngosmarks@fenrir /tmp> python3 logo96.pngHello, World!osmarks@fenrir /tmp> unzip -l logo96.pngArchive: logo96.pngwarning [logo96.png]: 341 extra bytes at beginning or within zipfile (attempting to process anyway) Length Date Time Name--------- ---------- ----- ---- 23 2020-07-02 15:25 __main__.py--------- ------- 23 1 file```

References

  1. Scott Yanow, Jazz on Record: The First Sixty Years, Backbeat Books, 2003, 2003. p 583
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.