Colour Collection (Frank Duval album)

Colour Collection is a compilation album released in 2006 by German composer and singer Frank Duval.

Colour Collection
Compilation album by
ReleasedSeptember 8, 2006
GenrePop music
LabelBrunswick/Universal
ProducerFrank Duval
Frank Duval chronology
Spuren
(2001)
Colour Collection
(2006)

Track listing

  1. "Angel Of Mine"
  2. "Face To The Wind"
  3. "Give Me Your Love"
  4. "Ways"
  5. "If I Could Fly Away"
  6. "Living Like A Cry"
  7. "Face To Face"
  8. "Time For Lovers"
  9. "Angel By My Side"
  10. "Cry For Our World"
  11. "Living My Way"
  12. "It Was Love"
  13. "Lonesome Ways"
  14. "Lovers Will Survive"
  15. "Todesengel"


gollark: ?coliru```pythonimport mathtext = "mwahahaha"len = 32amp = 8freq = 0.5for i in range(len): print((" " * int(math.sin(i * freq) * amp + amp)) + text)```
gollark: ?coliru```pythonimport mathtext = "mwahahaha"len = 32amp = 8freq = 1for i in range(len): print((" " * int(math.sin(i * freq) * amp + amp)) + text)```
gollark: I can make it into a python oneliner.
gollark: ?coliru```pythonimport sys, mathdef write(t): sys.stdout.write(t)text = "mwahahaha"len = 64amp = 8freq = 0.5for i in range(len): for _ in range(int(math.sin(i * freq) * amp + amp - 1)): write(" ") print(text)```
gollark: ?coliru```pythonimport sys, mathdef write(t): sys.stdout.write(t)text = "mwahahaha"len = 64amp = 8freq = 0.1for i in range(len): for _ in range(int(math.sin(i * freq) * amp + amp - 1)): write(" ") print(text)```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.