On the Loose (EP)
On the Loose is an EP released by the Swedish heavy metal band Europe in April 1985. It is the soundtrack to the Swedish 1985 film On the Loose. The first two songs, "Rock the Night" and "On the Loose" were later re-recorded in a lighter and heavier way respectively for the album The Final Countdown.
On the Loose | ||||
---|---|---|---|---|
![]() | ||||
EP by | ||||
Released | April 1985 | |||
Recorded | 13–16 February 1985 | |||
Studio | Soundtrade Studios, Solna, Sweden | |||
Genre | Glam metal Heavy metal | |||
Length | 11:06 | |||
Label | Epic | |||
Producer | Europe, Joey Tempest | |||
Europe chronology | ||||
|
Track listing
- "Rock the Night" (Joey Tempest) – 4:09
- "On the Loose" (Joey Tempest) – 2:34
- "Broken Dreams" (Joey Tempest) – 4:23
Personnel
- Joey Tempest – vocals on all tracks, guitar, bass, keyboards, drum machine on tracks 2, 3
- John Norum – guitar on tracks 1, 2
- John Levén – bass on track 1
- Mic Michaeli – keyboards on track 1
- Ian Haugland – drums on track 1
gollark: `async function(username) { let result = await api.get('euw1', 'league.getLeagueEntriesForSummoner', 'MLR_5XD45pduq2iducsga00c4qi5sWqpaRkadd_E0fFhKXU') return result}` is a really longwinded way to write `api.get('euw1', 'league.getLeagueEntriesForSummoner', 'MLR_5XD45pduq2iducsga00c4qi5sWqpaRkadd_E0fFhKXU')`, by the way. async/await is just nice syntax for promises.
gollark: <@102436520559910912> That's just an anonymous async function, so yes, it won't run if you don't do anything with it.
gollark: To just waste CPU cycles, this has worked for me before when I wanted to do that for some evil reason or other, but it's probably not very sound:```cvolatile long long int i = 0;while (i < [a big number]) { i++; }```
gollark: Oh right, probably.
gollark: If you do just need to make it do something for a bit, maybe just```cfor (int i = 0; i < 100000000; i++) {}```or something would work, though compilers are getting crafty and might optimize it.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.