Playground (Michel Petrucciani album)
Playground is a jazz album by Michel Petrucciani, which features his generally acoustic-based approach being transformed by the addition of synthesizers and electric bass guitar in the ensemble, as well as a more funk-rhythm driven approach to the music.[1]
Playground | |
---|---|
Studio album by | |
Released | 1991 |
Genre | Jazz |
Length | 39:19 |
Label | Blue Note |
Producer | Michel Petrucciani Eric Kressmann |
Reception
The Allmusic review by Scott Yanow awarded the album 4 stars stating, "Actually, all 11 of Michel Petrucciani's originals are worth hearing and, despite the brief playing time of this CD, it is recommended."[1]
Review scores | |
---|---|
Source | Rating |
Allmusic |
Track listing
All tracks composed by Michel Petrucciani, except as noted
- "September Second" - 4:42
- "Home" - 5:26
- "P'Tit Louis" - 4:42
- "Miles Davis' Licks" - 4:27
- "Rachid" - 3:25
- "Brazilian Suite #3" - 2:33
- "Play School" - 3:03
- "Contradictions" - 2:57
- "Laws of Physics" (Adam Holzman) - 4:44
- "Piango, Pay The Man" - 1:52
- "Like That" - 1:37
Personnel
- Michel Petrucciani - piano and synthesizers; arrangements
- Adam Holzman - synthesizer and synthesizer programming; co-arranger
- Omar Hakim - drums (all tracks except tracks 5 and 10)
- Steve Thornton - percussion
- Anthony Jackson - bass guitar
- Aldo Romano - drums (track 5 only)
gollark: I'm sure it lets you define functions.
gollark: As planned.
gollark: Although I actually wrote the regex as```pythonWHITESPACE = r"[\t\n ]*"NUMBER = r"\-?(?:0|[1-9][0-9]*)(?:\.[0-9]+)?(?:[eE][+-]?[0-9]+)?"ARRAY = f"(?:\[{WHITESPACE}(?:|(?R)|(?R)(?:,{WHITESPACE}(?R){WHITESPACE})*){WHITESPACE}])"STRING = r'"(?:[^"\\\n]|\\["\\/bfnrt]|\\u[0-9a-fA-F]{4})*"'TERMINAL = f"(?:true|false|null|{NUMBER}|{STRING})"PAIR = f"(?:{WHITESPACE}{STRING}{WHITESPACE}:{WHITESPACE}(?R){WHITESPACE})"OBJECT = f"(?:{{(?:{WHITESPACE}|{PAIR}|(?:{PAIR}(?:,{PAIR})*))}})"VALUE = f"{WHITESPACE}(?:{ARRAY}|{OBJECT}|{TERMINAL}){WHITESPACE}"```which is much easier.
gollark: Regex is kind of like the APL of string pattern matching, in that it's very terse and expressive but incomprehensible.
gollark: Well, the regex engine is fine with it.
References
- Yanow, S. Allmusic Review accessed September 15, 2011
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.