Days of Grace (album)

Days of Grace is a compilation album by composer C.W. Vrtacek, released on March 12, 1992 through Dom America. It comprises two of Vrtacek's out-of-print records, Victory Through Grace and Days and Days.

Days of Grace
Compilation album by
Released1992
Recorded1980 – 1982
GenreElectronic
Length65:45
LabelDom America
ProducerJon Carlson
C.W. Vrtacek chronology
When Heaven Comes to Town
(1988)
Days of Grace
(1992)
Silent Heaven
(1996)

Release and reception

Professional ratings
Review scores
SourceRating
Allmusic[1]

Allmusic critic John Bush stated that concerning Vrtacek, Days of Grace "displays his gift of incorporating many genres (including jazz, electronic, ambient) within the frame of rock."[1]

Track listing

All music is composed by C.W. Vrtacek, except "Nearly Temporary" by Mel Lovrin.

No.TitleLength
1."Wirephoto"0:33
2."To Hold Walls Together"2:04
3."A Foreign Gun"5:35
4."Muscles to Mousetraps"2:46
5."What Men Want Most"1:38
6."Sink"0:23
7."Sink"0:27
8."The Waters"3:29
9."How They Spoke to the Deaf"5:58
10."Transport"3:58
11."Pontos"4:15
12."Wirephoto"0:34
13."Waving Hand"0:39
14."Nearly Temporary"1:58
15."Include Me Out"0:40
16."Picture This"5:57
17."The Season on the Line"2:32
18."Sitting by the Window Looking Out"1:06
19."Cast No Shadow When You Leave"2:58
20."The Day the Sun Burned Out"1:35
21."Flags"4:28
22."An Infinite Number"7:30
23."Days and Days"3:42

Personnel

gollark: ```rustfn matches(expr: &Value, condition: &Value) -> Option<Bindings> { match (expr, condition) { (Value::Num(a), Value::Num(b)) => if a == b { Some(HashMap::new()) } else { None }, (Value::Call(efn, eargs), Value::Call(rfn, rargs)) => { if efn != rfn { return None } if rargs.len() != eargs.len() { return None } let mut out_bindings = HashMap::new(); for (rarg, earg) in rargs.iter().zip(eargs) { match matches(earg, rarg) { Some(x) => out_bindings.extend(x), None => return None } } Some(out_bindings) }, (_, Value::Identifier(b)) => Some(vec![(b.clone(), expr.clone())].into_iter().collect()), _ => None }}```
gollark: You fell right into my trap, actually.
gollark: ↓ wrong
gollark: I should offer an osmarks.net™ hosted JSON validator™ for this.
gollark: <@331320482047721472> What if webassembly?

References

  1. Bush, John. "Days of Grace". Allmusic. Retrieved August 9, 2012.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.