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 | ||||
Released | 1975 | |||
Recorded | July 21–22, 1975 | |||
Genre | Jazz | |||
Length | 41:10 | |||
Label | Black Saint | |||
Producer | Giacomo Pellicciotti | |||
Billy Harper chronology | ||||
|
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]
Review scores | |
---|---|
Source | Rating |
Allmusic |
Track listing
All compositions by Billy Harper.
- "Dance, Eternal Spirits, Dance!" – 6:52
- "Croquet Ballet" – 13:02
- "Call of the Wild and Peaceful Heart" – 21:22
- Recorded at Barclay Studios in Paris, France, on July 21 & 22, 1975
Personnel
- Billy Harper – tenor saxophone, cowbell
- Virgil Jones – trumpet
- Joe Bonner – piano
- David Friesen – bass
- Malcolm Pinson – drums
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
- Black Saint Records discography accessed May 5, 2011
- 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.