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 | ||||
Released | 1972 | |||
Recorded | January 19, 1972 | |||
Studio | The Village Recorder in Los Angeles, California | |||
Genre | Jazz | |||
Length | 35:13 | |||
Label | Impulse! | |||
Producer | Ed Michel and Bill Szymczyk | |||
Howard Roberts chronology | ||||
|
Reception
The Allmusic review awarded the album 3 stars.[2]
Review scores | |
---|---|
Source | Rating |
Allmusic | ![]() ![]() ![]() ![]() ![]() |
Track listing
All compositions by Howard Roberts except as indicated
- "Unfolding In" (Roberts, Mike Wofford, Dave Grusin) – 5:13
- "Timelaps" – 1:51
- "T T T T" (Roberts, Ed Michel) – 4:43
- "Growing National Concern" – 3:53
- "2dB, Eyes of Blue" – 2:03
- "(The Single) (On This Side)" – 3:03
- "Real Freak of Nature Historical Monument" – 3:21
- "Slam" 5:34
- "Harold J. Ostly, The Country Tax Assessor" – 3:53
- "Unfolding In (On Itself)" (Roberts, Wofford, Grusin) – 1:39
The album jacket also lists "the reoccurring free rhythm tune – Mavro".
Personnel
- Howard Roberts - electric guitar, 12 string guitar, acoustic guitar, synthesizer guitar, vocals
- Dave Grusin - organ
- Mike Wofford - electric piano
- Ed Michel - synthesizer
- Jerry Scheff - electric bass
- Mayuto Correa - percussion
- Diana Lee - vocals
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
- Impulse! Records discography accessed January 12, 2012
- 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.