Parade (Ron Carter album)
Parade is an album by bassist Ron Carter which was recorded at Van Gelder Studio in 1979 and released on the Milestone label the following year.[1][2][3]
Parade | ||||
---|---|---|---|---|
![]() | ||||
Studio album by | ||||
Released | 1980 | |||
Recorded | March, 1979 | |||
Studio | Van Gelder Studio, Englewood Cliffs, NJ | |||
Genre | Jazz | |||
Length | 36:19 | |||
Label | Milestone M-9088 | |||
Producer | Ron Carter for Retrac Productions | |||
Ron Carter chronology | ||||
|
Reception
Review scores | |
---|---|
Source | Rating |
AllMusic | ![]() ![]() ![]() ![]() ![]() |
The AllMusic review by Ron Wynn stated "Bassist Carter heads a sterling mid-sized band with three trumpeters and saxophonists and two trombones. He handles the job of being both the primary and secondary rhythm support, while guests Joe Henderson, Jon Faddis, and Frank Wess, among others, provide some standout solos. The ensemble interaction clicks as well".[4]
Track listing
All compositions by Ron Carter except where noted
- "Parade" – 9:01
- "A Theme in 3/4" – 5:54
- "Sometimes I Feel Like a Motherless Child" (Traditional) – 2:46
- "Tinderbox" – 5:07
- "Gypsy" – 8:41
- "G.J.T." – 4:48
Personnel
- Ron Carter – piccolo bass, bass, arranger
- Joe Henderson – tenor saxophone (tracks 1, 2 & 4-6)
- Chick Corea - piano (tracks 1, 2 & 4-6)
- Tony Williams – drums (tracks 1, 2 & 4-6)
- Jon Faddis, John Frosk, Joe Shepley – trumpet, flugelhorn (tracks 1-4 & 6)
- Urbie Green – trombone (tracks 1-4 & 6)
- Tom Malone – bass trombone (tracks 1-4 & 6)
- Jerry Dodgion – flute, clarinet, alto saxophone (tracks 1-4 & 6)
- Frank Wess – flute, clarinet, tenor saxophone (tracks 1-4 & 6)
- Wade Marcus – horn arranger and conductor (tracks 1-4 & 6)
gollark: Oh, minoteaur actually has that (not the threading bit) in its Markdown parsing code.
gollark: Thus, praise ~~Rust~~ ~~Ferris~~ Nim?
gollark: It compiles in reasonable time *and* makes a 600KB binary in debug mode which is much nicer than equivalent Rust.
gollark: I only need something like two routes so a full web framework is overkill.
gollark: ```nimimport optionsimport asyncdispatchimport httpximport tiny_sqliteimport macrosimport karax/[karaxdsl, vdom]import ./dbmacro includeFile(x: string): string = newStrLitNode(readFile(x.strVal))const css = includeFile("./src/style.css")let database = openDatabase("./monitoring.sqlite3")migrate(database)var threadDB {.threadvar.}: Option[DbConn]proc openDB(): DbConn = if isNone threadDB: threadDB = some openDatabase("./monitoring.sqlite3") get threadDBproc mainPage(): string = let vnode = buildHtml(html()): head: style: text css text "Bee deployed" $vnodeproc onRequest(req: Request) {.async.} = if req.httpMethod == some(HttpGet): case req.path.get() of "/": req.send(body=mainPage(), code=Http200, headers="Content-Type: text/html") else: req.send(Http404) else: req.send(Http404)echo "Starting up"run(onRequest, initSettings(Port(7800), "", 0))```This is what I have so far.
References
- Milestone Label discography accessed November 2, 2017
- Jazzlists: Milestone Records 9000 series discography, accessed November 2, 2017
- Ron Carter catalog, accessed November 2, 2017
- Wynn, Ron. Ron Carter: Parade – Review at AllMusic. Retrieved November 2, 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.