On the Boards (album)
On the Boards is the second album by Irish rock band Taste, released in 1970. It is their final studio album and the release that brought Rory Gallagher to prominence, reaching number 18 on the UK album chart.[3] Reviewers have praised its variety and the precision of its ensemble playing, and noted the jazz inflections of Gallagher's guitar and his unaffected vocals. Lester Bangs dubbed it "impressive... progressive blues".[4]
On the Boards | ||||
---|---|---|---|---|
Studio album by | ||||
Released | 1 January 1970 | |||
Recorded | December 1968, London | |||
Genre | Blues rock[1] | |||
Length | 37:13 | |||
Label | Polydor (Europe) Atco (North America) | |||
Producer | Tony Colton | |||
Taste chronology | ||||
| ||||
Singles from On the Boards | ||||
|
Review scores | |
---|---|
Source | Rating |
Allmusic |
Track listing
All tracks composed by Rory Gallagher
- "What's Going On" – 2:48
- "Railway and Gun" – 3:38
- "It's Happened Before, It'll Happen Again" – 6:33
- "If the Day Was Any Longer" – 2:10
- "Morning Sun" – 2:39
- "Eat My Words" – 3:47
- "On the Boards" – 6:02
- "If I Don't Sing I'll Cry" – 2:40
- "See Here" – 3:05
- "I'll Remember" – 3:02
Personnel
- Taste
- Rory Gallagher - guitars, vocals, alto saxophone, harmonica
- Richard "Charlie" McCracken – bass guitar
- John Wilson – drums
- Technical
- Eddy Offord - engineer
gollark: Your phone is probably only doing video decoding, which it likely has dedicated hardware for.
gollark: I was intending to make it catch segfaults and mmap in a new region or something to make them not segfault. Unfortunately, this *apparently* invokes vast amounts of horrible undefined behavior and "isn't allowed" and "will summon nasal demons which will destroy everything".
gollark: Unfortunately, my excellent code appears to not work properly.```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>#include <unistd.h>static void handler(int sig, siginfo_t *info, void *utterly_worthless_argument) { printf("oh bees segfault %08x\n", info->si_addr); int ps = getpagesize(); long ad = (long)info->si_addr; ad = ad - (ad % ps); mmap((void*)ad, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: Why are people not arbitraging this?
gollark: I don't think you can do that without extra hardware.
References
- "The Top 30 British Blues Rock Albums Of All Time". Classic Rock. Future plc. 23 March 2007. Retrieved 1 September 2018.
- Snowden, Don. On the Boards at AllMusic
- Roberts, David (2006). British Hit Singles & Albums (19th ed.). London: Guinness World Records Limited. p. 549. ISBN 1-904994-10-5.
- Review reproduced at http://shadowplays.com/blog/?p=851
Further reading
- Bangs, Lester (May 28, 1970). "On the Boards". Rolling Stone. New York (59): 48.
External links
- On the Boards at Discogs (list of releases)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.