Clase Aparte

Clase Aparte is the second studio album by Yaga & Mackie.

Clase Aparte
Studio album by
ReleasedOctober 5, 2004
GenreReggaeton
LabelDiamond Music
ProducerEcho
Luny Tunes
Nely "El Arma Secreta"
Rafi Mercenario
Noriega
Monserrate
DJ Sonic
DJ Majestic
Yaga & Mackie chronology
Sonando Diferente
(2002)
Clase Aparte
(2004)
La Moda
(2005)

Track listing

  1. "Clase Aparte" (Intro) (produced by Echo) - 2:03
  2. "Asechándote" (produced by Luny Tunes, Nely) - 3:32
  3. "La Batidora" (ft. Don Omar) (produced by Mercenario, Noriega) - 3:22
  4. "Travesuras" (produced by Mercenario, Monserrate, Noriega) - 3:31
  5. "No Quisiera Dejarte" (ft. Zion & Lennox) (produced by Mercenario, Monserrate) - 5:00
  6. "Amor Verdadero" (produced by Mercenario, Noriega) - 3:48
  7. "Rosa María" (produced by Echo) 3:27
  8. "Cuando, Cuando" (produced by Mercenario, Noriega) - 3:31
  9. "Buche y Pluma" (ft. Voltio) (produced by Mercenario, Noriega) - 3:43
  10. "Noche de Estrellas" (produced by Echo) - 4:14
  11. "Pancuquera" (produced by DJ Sonic) - 2:22
  12. "Débiles Quítensen" (ft. Getto & Gastam) (produced by Echo) - 4:32
  13. "Mato Por Tu Amor" (produced by Mercenario, Monserrate) - 3:36
  14. "Mucho Caché" (produced by Echo) - 3:48
  15. "Chica No Tardes" (produced by Mercenario, Monserrate) - 3:51
  16. "Yo Soy Aquél" (produced by DJ Sonic) - 2:48
  17. "Vente Conmigo" (ft. Ranking Stone) (produced by Mercenario) - 3:19
  18. "Seducción" (produced by Echo) - 4:26
  19. "Haciendo El Amor" (produced by Mercenario, Noriega) - 3:13
  20. "Chiquitita (Remix)" (produced by DJ Majestic) - 3:40
  21. "Jamón del Cairo (Remix)" (produced by Luny Tunes, Nely) - 6:23


gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
gollark: Gurp gurp.
gollark: CnC? CaC? C&C?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.