Makai
Makai (born 27 August 1973, stylized as MAKAI) is a Japanese house DJ. He is well known for his collaborations with Japanese vocalists, such as "Garden of Love" with Thelma Aoyama, which topped the iTunes Japan internal charts.
Makai | |
---|---|
Born | Fukuoka Prefecture, Japan | 27 August 1973
Genres | J-Pop, house, dance |
Occupation(s) | DJ |
Years active | 1992–present |
Labels | Frontier (Gate Records) (2005-2007) BMG Japan (2008-2009) Universal (2010-present) |
Associated acts | Thelma Aoyama, Azu, Beni, Mao Denda, Emyli, Emi Hinouchi, Hiromi, Lisa, Monday Michiru, Wise, Ryohei Yamamoto, Yolis |
Website | makai.tv |
Discography
Studio albums
Year | Album Information | Chart positions | Total sales |
---|---|---|---|
2005 | Frontier
|
237 | 1,700 |
2007 | Stay True
|
73 | 7,300 |
2008 | Garden
|
43 | 21,000 |
Stars
|
32 | 12,000 | |
2010 | Love Lite
|
TBA | TBA |
Other albums
Year | Album Information | Chart positions | Total sales |
---|---|---|---|
2008 | Alive | — | — |
2009 | Legend
|
115 | 3,000 |
2010 | Virtual Party
|
— | — |
gollark: BEE, `MAP_SHARED` didn't help.
gollark: No, that could be done much more easily.
gollark: Ah, MAP_SHARED is needed.
gollark: I have good* reasons for this
gollark: ```scheme(load-shared-object "/usr/lib/libc.so.6")(define fork (foreign-procedure #f "fork" () unsigned))(define waitpid (foreign-procedure #f "waitpid" (unsigned uptr unsigned) unsigned))(define mmap (foreign-procedure #f "mmap" (uptr unsigned unsigned unsigned unsigned unsigned) uptr))(define shmem (mmap 0 1024 3 0 0 0))(define pid (fork))(display "PID=")(display pid)(newline)(define apiomemetics (lambda (x y) (if (null? x) 0 (if (= (length x) 99) 1 (car x)))))(define prisond (lambda (x y) (if (= x y) (if (= x 1) '(-2 -2) '(-1 -1)) (if (= x 1) '(0 -3) '(-3 0)))))(if (= pid 0) ( (begin (display "hi from child") (foreign-set! 'integer-32 shmem 0 3) (newline) (exit) ) (begin (display "parent apioform") (newline) (waitpid pid 0 0) (display "hi from parent") (newline) (display (foreign-ref 'integer-32 shmem 0)) (newline) )))```Help?
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.