Fallin (album)
Fallin is Tay Kewei's second label album, released on February 14, 2012.
Fallin | |
---|---|
![]() | |
Studio album by | |
Released | February 14, 2012 |
Recorded |
|
Genre | |
Length | 48:50 |
Label | S2S Pte Ltd |
Producer |
|
Singles from Fallin | |
|
Track listing
No. | Title | Writer(s) | Arranger(s) | Length |
---|---|---|---|---|
1. | "Fallin" | Tay Kewei, Tat Tong | Tat Tong | 3:39 |
2. | "Lay Down" | Tay Kewei, Tat Tong | Tat Tong | 3:47 |
3. | "Ikanaide (Japanese)" | Koji Tamaki, Matsui Goro | Tim Ngoh, Bang Wenfu | 5:31 |
4. | "Rolling in the Deep" | Adele, Paul Epworth | Tim Ngoh | 3:56 |
5. | "Let's Wait Awhile" | Janet Jackson, James Harris III, Terry Lewis, Melanie Andrews | Tim Ngoh, Sebastian Ho | 4:37 |
6. | "I'll Stand by You" | Chrissie Hynde, Tom Kelly, Billy Steinberg | Tim Ngoh | 3:30 |
7. | "Singalong Song feat. Einein" | Khalil Fong | Tim Ngoh, Weixiang | 3:54 |
8. | "P.D.A. (We Just Don't Care)" | John Stephens, Eric Hudson, K. Prather, J. Wilson | Tim Ngoh | 4:09 |
9. | "American Boy" | E. Swaray, Kanye West, John Stephens, Keith Harris, will.i.am, Caleb Speir, Josh Lopez, Kweli Washington | Tim Ngoh, Clarence Yeo | 3:35 |
10. | "Perfect" | Mark E. Nevin | Tim Ngoh, Tat Tong | 3:38 |
11. | "Golden Age (Sing It Out Loud)" | Lars Iversen, Mette Lindberg | Tim Ngoh | 3:39 |
12. | "Baby I Love You" | TEE, Che'Nelle, HIRO, Ryosuke Imai | Tim Ngoh, Weixiang | 4:38 |
gollark: Well, *sorry*. What do you *want* on it?
gollark: I've written```Coroutines are Lua's way of handling concurrency - running multiple things "at once". They act somewhat similarly to threads on computers, except coroutines must explicitly transfer control back to their parent - only one is actually run at any given time. This is what [[coroutine.yield]] does. Many things internally use [[coroutine.yield]], such as [[os.pullEvent]], [[sleep]] and anything else which waits for events.You can create a coroutine with [[coroutine.create]] - pass it a function and it will return a coroutine. This coroutine will initially not be running (use [[coroutine.status]] to check its status - it should show "suspended")See also [http://lua-users.org/wiki/CoroutinesTutorial the Lua users' wiki].```so far, but I'm really not too great at documentation...
gollark: We should put it up *somewhere*.
gollark: How do I add an offsite link?
gollark: You could just make a page for them now.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.