Contra Tiempo
Contra Tiempo is the sixth studio album released by Filipino alternative rock band Sandwich in 2010. The album contains the singles "Putik", which is inspired by Typhoon Ondoy (international name: Ketsana) and its effects, and "Lakad". The album name, which roughly translates to against the beat, comes from a line in the song "Sulputin". This is their first album with no English songs. There was an error in printing, listing "Dispalinghado" as track number 4 instead of "Stranded".
Contra Tiempo | ||||
---|---|---|---|---|
Studio album by | ||||
Released | 2010 | |||
Recorded | Sound Creation Studio | |||
Genre | ||||
Length | 43:21 | |||
Label | PolyEast | |||
Producer | Buddy Zabala | |||
Sandwich chronology | ||||
|
Track listing
No. | Title | Length |
---|---|---|
1. | "Lapit! Lapit! Lapit!" | 4:40 |
2. | "Lakad" | 3:59 |
3. | "Takbo" | 2:14 |
4. | "Stranded" | 4:21 |
5. | "Pera Pera" | 3:40 |
6. | "Sugatan" | 3:33 |
7. | "Putik" | 4:43 |
8. | "Sulputin" | 2:53 |
9. | "Bisikleta" | 2:57 |
10. | "Downhill" | 2:51 |
11. | "Dispalinghado" | 4:08 |
12. | "Siesta" | 3:22 |
Total length: | 43:21 |
gollark: Noted.
gollark: Wait, how did you make it highlight that?
gollark: ```x86asmBITS 64GLOBAL _startSECTION .textmsg: db "Hello, World!"len: equ $-msg_start: ; initialize stuff for `write` syscall mov rax, 1 ; write mov rdi, 1 ; fd 1 (stdout) mov rsi, $msg ; write from `msg` mov rdx, 512 ; write `len` bytes syscall ; exit mov rax, 60 mov rdi, 0 syscall```observe my idiomatic assembly code.
gollark: Make sure to set `bufsize` to a very large number so you can have !!FUN!! uninitialized memory.
gollark: You must put the informations into a registron.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.