Sea Train (album)

Sea Train is a debut A&M Records album by the band Seatrain, recorded in 1969. The band was created from the former members of Blues Project.[1]

Sea Train
Studio album by
Released1969
Recorded1969
GenreRoots rock, fusion
Length33:57
LabelA&M (original release)
Edsel (1986 UK reissue)
ProducerHenry Lewy
Seatrain chronology
Sea Train
(1969)
Seatrain
(1970)
Professional ratings
Review scores
SourceRating
AllMusic[1]
The Village VoiceC–[2]
For the similarly named 1970 album, see Seatrain (album).

Track listing

  1. "Sea Train" (Kulberg, Roberts) 4:12
  2. "Let the Duchess No" (Gregory, Roberts) 3:42
  3. "Pudding Street" (Kulberg) 5:00
  4. "Portrait of the Lady as a Young Artist" (Gregory, Roberts) 3:46
  5. "As I Lay Losing" (Kulberg, Roberts) 5:00
  6. "Rondo" (Gregory, Roberts) 3:29
  7. "Sweet's Creek's Suite" (Kulberg) 3:56
  8. "Out Where the Hills" (Kulberg, Roberts) 5:15

Personnel

[3]

  • Richard Greene - violin, backing vocals, keyboards, viola
  • Roy Blumenfeld - drums, percussion
  • John Gregory - guitar, lead vocals
  • Don Kretmar - saxophone, bass
  • Andy Kulberg - bass, backing vocals, flute
  • Jim Roberts - lyrics, backing vocals
gollark: And it mutates some shared state.
gollark: As you can see, it has to explicitly manage a "waitgroup" for synchronization and whatnot.
gollark: ```go log.Println("Fetching feeds...") var feeds []*rss.Feed var wg sync.WaitGroup for _, source := range sources { wg.Add(1) src := source go func() { defer wg.Done() feed, err := rss.Fetch(src.String()) if err != nil { log.Printf("Error fetching %s: %s", src.String(), err.Error()) return } feeds = append(feeds, feed) log.Printf("Fetched %s", feed.Title) }() } wg.Wait()```So here is something which is meant to fetch a bunch of RSS feeds in parallel.
gollark: Somewhat? There doesn't seem to be a better way to do it.
gollark: Hold on, I worked on a tiny bit of Go code, I'll dredge some up as a sample.

References

  1. Chrispell, James. "Allmusic review". Allmusic.com. Retrieved 2012-06-03.
  2. Christgau, Robert (July 10, 1969). "Consumer Guide (1)". The Village Voice. Retrieved June 13, 2018.
  3. Gary S. Hartman. "Seatrain". Classicwebs.com. Retrieved 2012-06-03.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.