Black Saint (album)

Black Saint is an album by American jazz saxophonist Billy Harper recorded in 1975 for the Italian Black Saint label.[1] The album was the first release for the record label.

Black Saint
Studio album by
Released1975
RecordedJuly 21–22, 1975
GenreJazz
Length41:10
LabelBlack Saint
ProducerGiacomo Pellicciotti
Billy Harper chronology
Jon & Billy
(1974)
Black Saint
(1975)
Soran-Bushi, B.H.
(1977)

Reception

The Allmusic review by Glenn Astarita awarded the album 4½ stars calling it "one of the finest modern jazz releases of the '70s... Vigorously recommended".[2]

Professional ratings
Review scores
SourceRating
Allmusic[2]

Track listing

All compositions by Billy Harper.

  1. "Dance, Eternal Spirits, Dance!" – 6:52
  2. "Croquet Ballet" – 13:02
  3. "Call of the Wild and Peaceful Heart" – 21:22
  • Recorded at Barclay Studios in Paris, France, on July 21 & 22, 1975

Personnel

gollark: Changes I made:- check reactor methods in the loop- make the only thing in the `if` statement be setting `txt`, so that it runs the rest of the code for *both*- pass `print` multiple parameters, since it can use that happily- inline calls to stuff- `term` calls directly instead of `shell.run "clear"`, which is mildly more efficient- indentation
gollark: Here is the fixed version.
gollark: ```lualocal r = peripheral.wrap("back")while true do term.clear() term.setCursorPos(1, 1) local txt if r.getActive() then txt = "Aktiv" else txt = "Inaktiv" end print("Der Reaktor ist", txt) print(r.getEnergyStored(), "RF gespeichert") sleep(1)end```
gollark: Also, please use local variables and do indentation.
gollark: What you need to do is check `r.getActive` and the other stuff *in the loop*, and ensure that both branches correctly yield and print everything.

References

  1. Black Saint Records discography accessed May 5, 2011
  2. Astarita, G. Allmusic Review accessed May 5, 2011
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.