FM 99.00 Dub Manifest

FM 99.00 Dub Manifest is a studio album from Basque artist Fermin Muguruza. It was released in 2000 and produced by Esan Ozenki.

FM 99.00 Dub Manifest
Studio album by
Released2000
Recorded2000
GenreSka
Length??:??
LabelEsan Ozenki
ProducerUnknown
Fermin Muguruza chronology
erREMIXak
(1999)
FM 99.00 Dub Manifest
(2000)
Korrika
(2001)

Muguruza doesn't belong to any musical genre in particular but some punk, ska, jazz, jungle and funk influences can be found. Most songs contain political themes, with some promoting internationalism and social justice. Gizon Armatuak is about death squads in Central American countries, Big Benat denounces globalisation and uniformisation, while in Mendebaldarketa Muguruza laments on the situation of immigrants. In Diru Espainol Zikina he ridicules the appearance of murderous historical figures such as Hernan Cortes, Pizarro and Christopher Columbus on paper money, arguing it represents the arrogance and imperialism of the Spanish government.

Track listing

  1. "FM 99.00 Dub Manifest"
  2. "Ekhi Eder" (Beautiful Sun)
  3. "Bere-Bar" (Berber-Bar) - with Zebda
  4. "Itaka Berriro" (Itaca, again)
  5. "Gizon Armatuak" (Men With Guns)
  6. "Big Benat"
  7. "Mendebaldarketa" (Westernisation)
  8. "Diru Espainol Zikina" (Dirty Spanish Money)
  9. "Radical Chic"
  10. "Irudikeriak" (Delusions)
gollark: This code here is for label handling, I think.
gollark: Is this based on chars or bytes?
gollark: ```java public static String normaliseLabel( String label ) { if( label == null ) return null; int length = Math.min( 32, label.length() ); StringBuilder builder = new StringBuilder( length ); for( int i = 0; i < length; i++ ) { char c = label.charAt( i ); if( (c >= ' ' && c <= '~') || (c >= 161 && c <= 172) || (c >= 174 && c <= 255) ) { builder.append( c ); } else { builder.append( '?' ); } } return builder.toString();}```
gollark: It doesn't seem to be.
gollark: Also, what are the restrictions on them? I ask because I want to use this as an insane serial protocol.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.