Mic Check (Hadouken! song)

"Mic Check" is the third single by British Grindie band Hadouken! to be released from their second studio album, For the Masses.

"Mic Check"
Single by Hadouken!
from the album For the Masses
Released12 April 2010
Songwriter(s)James Smith, Alice Spooner, Daniel "Pilau" Rice, Christopher Purcell, Nick Rice, Nik Roos, Martijn van Sonderen and Thijs de Vlieger
Producer(s)Noisia
Hadouken! singles chronology
"Turn the Lights Out"
(2010)
"Mic Check"
(2010)
"House Is Falling"
(2010)

Background

The song was originally going to contain a sample from Double 99's "RipGroove", however due to clearance issues, the sample was removed to prevent delays in the release of the album. When the sample was cleared for use, "Mic Check" was announced as a single. There are three versions of the song; the album version, the radio edit, which is exactly the same as the album version but with the sample reinstated, and a remix which contains the sample and is a heavier, dancier version of the song.

Track listing

Digital download

  1. "Mic Check" (Radio Edit) - 3:28

iTunes EP

  1. "Mic Check" (Camo & Krooked Remix) - 5:06
  2. "Mic Check" (L.A.L.M Edition) - 5:52
  3. "Mic Check" (Stupid Fresh Remix) - 5:40

Chart performance

Following strong radio airplay throughout March and April 2010, "Mic Check" debuted on the UK Dance Chart at #14, before climbing to #13 the following week. Upon release, the single climbed a further 5 places to its current peak of #8.

Chart (2010) Peak
Position
UK Singles Chart 85
UK Dance Chart 8
gollark: I guess you could have... self-runnable python packages too?```bash#!/bin/shpython3 $0exit```
gollark: Shellscripts execute line-by-line, so if you stick a ZIP on the end and do something like```bash#!/bin/shunzip $0exit```then the shell won't complain about the random binary data at the end of the script.
gollark: I'm not sure if this has much of an actual application, but it's neat. You can do similar stuff with zips to make self-extracting archives.
gollark: ```osmarks@fenrir /tmp> cat __main__.py print("Hello, World!")osmarks@fenrir /tmp> zip test.zip __main__.py adding: __main__.py (stored 0%)osmarks@fenrir /tmp> python3 logo96.png File "logo96.png", line 1SyntaxError: Non-UTF-8 code starting with '\x89' in file logo96.png on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for detailsosmarks@fenrir /tmp [1]> cat test.zip >> logo96.pngosmarks@fenrir /tmp> python3 logo96.pngHello, World!osmarks@fenrir /tmp> unzip -l logo96.pngArchive: logo96.pngwarning [logo96.png]: 341 extra bytes at beginning or within zipfile (attempting to process anyway) Length Date Time Name--------- ---------- ----- ---- 23 2020-07-02 15:25 __main__.py--------- ------- 23 1 file```
gollark: That's what python is doing, yes.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.