Fall for You (The Whitlams song)

"Fall for You" is the first single by The Whitlams from their 2002 album, Torch the Moon. It was released on 17 June 2002.[1] It was also the most successful single from Torch the Moon, peaking at number 21 in Australia. It was included on The Whitlams compilation album, Truth, Beauty and a Picture of You. The song also features Sophie Michalitsianos. The single also includes the album and radio versions of the video-only single, "I Will Not Go Quietly (Duffy's Song)", but is not classed as a double A-side single.

"Fall for You"
Single by The Whitlams
from the album Torch the Moon
Released17 June 2002
Recorded2002
Length3:47
LabelBlack Yak, Phantom
Songwriter(s)Tim Freedman, Daniel Denholm
Producer(s)Daniel Denholm
The Whitlams singles chronology
"Made Me Hard"
(2001)
"Fall for You"
(2002)
"Best Work"
(2002)

The title track was remixed slightly for single release, removing the duet vocals at the beginning and adding more live instruments. It was also remixed by Atomica.

Track listing

  1. "Fall for You" [Single Mix] – 3:50
  2. "Fall for You" [Perky Mix] – 3:37
  3. "I Will Not Go Quietly" [album version] – 3:53
  4. "I Will Not Go Quietly" [radio edit] – 3:29
  5. "One in a Million" [Love This City Outtake] – 4:03
  6. "Fall for You" [Atomica remix] – 4:36
gollark: Somehow!
gollark: Well, combined with the rest of the code, it does!
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopContext;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopRunner;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.loop.LoopPayloadExecution;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.strategies.FizzBuzzSolutionStrategy;@Servicepublic class EnterpriseGradeFizzBuzzSolutionStrategy implements FizzBuzzSolutionStrategy { private final LoopPayloadExecution _loopPayloadExecution; @Autowired public EnterpriseGradeFizzBuzzSolutionStrategy(final LoopPayloadExecution _loopPayloadExecution) { super(); this._loopPayloadExecution = _loopPayloadExecution; } @Override public void runSolution(final int nFizzBuzzUpperLimit) { final LoopContext loopContext = new LoopContext(nFizzBuzzUpperLimit); final LoopRunner loopRunner = new LoopRunner(loopContext, loopContext, this._loopPayloadExecution); loopRunner.runLoop(); }}```
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.stringreturners;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.stringreturners.StringStringReturner;@Servicepublic class BuzzStringReturner implements StringStringReturner { public String getReturnString() { final StringBuilder myStringBuilder = new StringBuilder( com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.Constants.BUZZ); final String myString = myStringBuilder.toString(); return new String(myString); }}```
gollark: Does it matter if it is?

References

  1. "The Whitlams singles - Fall For You". Archived from the original on 24 July 2008.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.