Upside Downside
Upside Downside is the second studio album by guitarist Mike Stern, released in 1986 through Atlantic Records and reissued on August 21, 2007 through Wounded Bird Records.[3]
Upside Downside | ||||
---|---|---|---|---|
![]() | ||||
Studio album by | ||||
Released | 1986[1] | |||
Recorded | March–April 1986 at RPM Sound Studios in New York City | |||
Genre | Jazz fusion | |||
Length | 35:34 | |||
Label | Atlantic | |||
Producer | Hiram Bullock, John Snyder | |||
Mike Stern chronology | ||||
|
Review scores | |
---|---|
Source | Rating |
About.com | (favorable)[2] |
AllMusic | ![]() ![]() ![]() ![]() ![]() |
Track listing
All music is composed by Mike Stern.
No. | Title | Length |
---|---|---|
1. | "Upside Downside" | 5:43 |
2. | "Little Shoes" | 5:33 |
3. | "Goodbye Again" | 6:35 |
4. | "Mood Swings" | 6:05 |
5. | "After You" | 5:28 |
6. | "Scuffle" | 6:10 |
Total length: | 35:34 |
Personnel
- Mike Stern – guitar, arrangement
- Mitchel Forman – synthesizer, piano
- Dave Weckl – drums (except track 4)
- Steve Jordan – drums (track 4)
- Dr. Gibbs – percussion
- Mark Egan – bass (except tracks 2, 4)
- Jeff Andrews – bass (track 2), co-arrangement (track 6)
- Jaco Pastorius – bass (track 4)
- Bob Berg – saxophone (except track 3)
- David Sanborn – saxophone (track 3)
- Doug Epstein – engineering
- Mike Krowiak – engineering
- Greg Calbi – mastering
- Hiram Bullock – production
- John Snyder – executive production
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).
gollark: minoteaur is just plain RPC - you do `POST /rpc` with a function and its arguments as JSON.
gollark: You're forced to try and map the data/functions your thing provides onto a structure which may not really fit them well.
References
- Yanow, Scott. "Upside Downside - Mike Stern". AllMusic. Rovi Corporation. Retrieved 2014-05-29.
- "Mike Stern: Upside Down (Atlantic, 1986)" About.com. Retrieved 2014-05-29.
- "Mike Stern - Upside Downside CD". CD Universe. Retrieved 2014-05-29.
External links
- In Review: Mike Stern "Upside Downside" at Guitar Nine Records
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.