No Need to Run

No Need to Run is the second solo release after the debut single "Hearts in Home"/"Tissues" and the first EP by producer and synaesthetic Kwes. It was released on 28 June 2010, on XL imprint Young Turks. The record has been described as a 'concoction of found sounds, synthetic noises, objects and instruments', and a 'collection of instrumental music for both mind and body'.

No Need to Run
EP by
Released28 June 2010
Recorded2010 (London, United Kingdom)
GenrePop, Experimental, Instrumental
Length11:35
LabelYoung Turks
ProducerKwes.
Kwes. chronology
Kwesachu Mixtape Vol.1 with Micachu
(2009)
No Need to Run
(2010)
Kinshasa One Two with Damon Albarn
(2011)

Track listing

No.TitleWriter(s)Length
1."Hundertwasser"Kwes.1:41
2."In & Out the UK"Kwes.2:57
3."Canary"Kwes.1:17
4."No Need to Run"Kwes.6:20
Total length:11:35
[1]
  1. Kwes (vinyl, digital). Kwes. United Kingdom: Young Turks. 2010. YT045.CS1 maint: others (link)
gollark: import Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '
gollark: 3.1 Using 2x2 matricesThe argument of iterateabove is a linear transformation, so we can represent it as matrix and compute the nth power of this matrix with O(log n) multiplications and additions.For example, using the simple matrix implementation in Prelude extensions,fib n = head (apply (Matrix [[0,1], [1,1]] ^ n) [0,1])
gollark: 0, 1, 1, 2, 3...
gollark: d o n ' t c h a n g e p e r
gollark: e v i l
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.