Equinox Express Elevator

Equinox Express Elevator is an album by American guitarist Howard Roberts recorded in 1972 for the Impulse! label.[1]

Equinox Express Elevator
Studio album by
Released1972
RecordedJanuary 19, 1972
StudioThe Village Recorder in Los Angeles, California
GenreJazz
Length35:13
LabelImpulse!
ProducerEd Michel and Bill Szymczyk
Howard Roberts chronology
Antelope Freeway
(1971)
Equinox Express Elevator
(1972)
Sounds
(1974)

Reception

The Allmusic review awarded the album 3 stars.[2]

Professional ratings
Review scores
SourceRating
Allmusic[2]

Track listing

All compositions by Howard Roberts except as indicated

  1. "Unfolding In" (Roberts, Mike Wofford, Dave Grusin) – 5:13
  2. "Timelaps" – 1:51
  3. "T T T T" (Roberts, Ed Michel) – 4:43
  4. "Growing National Concern" – 3:53
  5. "2dB, Eyes of Blue" – 2:03
  6. "(The Single) (On This Side)" – 3:03
  7. "Real Freak of Nature Historical Monument" – 3:21
  8. "Slam" 5:34
  9. "Harold J. Ostly, The Country Tax Assessor" – 3:53
  10. "Unfolding In (On Itself)" (Roberts, Wofford, Grusin) – 1:39

The album jacket also lists "the reoccurring free rhythm tune – Mavro".

Personnel

gollark: Seems sensible.
gollark: This example code responds to ~ping with Pong!
gollark: ACTUAL feature suggestions?
gollark: It's glorious.
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.

References

  1. Impulse! Records discography accessed January 12, 2012
  2. Allmusic Review accessed January 12, 2012
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.