1983: First piano lessons with his mother, Olga Janke
1989-1998: Education at the "Helmholtz-Gymnasium," Karlsruhe
1990-1995: Classical percussion lessons at the "Badisches Konservatorium Karlsruhe" with Manfred Rohrer; music theory lessons with Dr.Claus Canisius; yearly award for best achievements
1993-1994: Municipal scholarship of the city of Karlsruhe for supporting the education of highly gifted pupils
since 1993: Concerts, radio-and TV recordings in Germany and abroad, f.e.: France, USA, Poland, Russia, Slowenia, Czech Republik, Belgium, The Netherlands, Kazakhstan;
Participated in numerous masterclasses / pivate lessons for drums and percussion, f.e.: with Jim Chapin, Dave Weckl, Ed Thigpen, Pete York, Luis Conte, Peter Erskine, Chad Wackerman, Famoudou Konate, Wolfgang Haffner, Johnny Raab, Mike Shapiro
1994-1995: saxophone lessons at the "Badisches Konservatorium Karlsruhe" with Laszlo Wolpert
1995-1998: drum lessons with Johannes Fries, Frank Hemmerlé, Andy Schulz
1998-2004: Jazz music studies at the Academy of Music of Cologne, drum lessons with prof. Michael Küttner, occasionally with prof. Keith Copeland; graduation "with distinction"
1999-2000: Jazz-vibraphone lessons with prof. Tom van der Geld
2000: Percussion lessons with Alfonso Garrido
Participated in the Federal Youth Jazz Orchestra of Germany, the "BuJazzO", as a percussionist, conducted by Peter Herbolzheimer
2000-2004: recording and touring with the band "Didgerission", 2 CD productions
2001-2002: teacher for drums and percussion at the music school "Music Today" in Mönchengladbach
2003-2004: Participated in the German TV show "TV Total" (with Stefan Raab, Pro7) as a percussionist
since 2003: Organizer of the live-music dance party "free.dance.party" in Cologne
since 2004: Jazz-composition- and arranging studies at the Academy of Music of Cologne with Frank Reinshagen
since 2004: Master´s program at "The City College of New York," major in jazz/drums; teachers: Ari Hoenig, John Patitucci
Musical cooperation Ack van Royen (The Netherlands), Carlos del Junco (Canada), Claudio Puntin, Peter Fessler, Peter Lehel, Heiner Wyberny (WDR Bigband), Kristjan Randalu (Estonia), Alfonso Garrido (Chile), Siiri Sisask (Estonia), Tata Dindin (Mosambique), Thomas Anders ("Modern Talking"), Clueso, Sigfried Köpf, Schäl Sick Brass Band, Eddi Tschokoly (Congo) Prizes / Awards
1992: Second prize at the "Federal German Youth Competition," ("Jugend Musiziert") duo category percussion/piano; at later competitions 3 first and 2 second prizes
1996: 2 first prizes at the "Federal German Youth Jazz Contest," ("Jugend Jazzt") both with drums and marimbaphone
1997: Winner of the "Biberach Jazz Contest," category jazz trio
1997: Prize-winner at the 19. international "Europ´Jazz Contest," Brussels/Belgium
1998: Winner of the 1. international "Drummers´ Newcomer Festival," Aschaffenburg/Germany; category solo drums
2000: Winner of the "Best European Musicians Contest," Lahnstein/Germany; category solo drums
2001: Winner of the "Fortissimo Music Support," Cologne/Germany with the band "L.deKay"
2002: First prize at the "World Samba Festival," Amsterdam/The Netherlands; category "Bateria" (drumsection) with the Maracatú group "Nacao Colonia"
2003: Winner of the "Fortissimo Music Support," with the band "Didgerission"
2004: Scholarship of the GermanAcademicExchang eProgram ("DAAD") for studying in New York/USA
\")");*/
//if(securityError == 0){
if (errors) {
alert('The following error(s) occurred:\n'+errors);
document.MM_returnValue = false
//return false
//document.MM_returnValue = (errors == '');
}else{
//return true
document.MM_returnValue = true
}
//}else{
//document.MM_returnValue = false
//}
}
function processCaptcha(){
args1=processCaptcha.arguments;
var browser = navigator.appName;
if(browser == "Microsoft Internet Explorer"){
var http = new ActiveXObject("Microsoft.XMLHTTP");
}else{
var http = new XMLHttpRequest();
}
//valStr = validationString
process();
var nocache = 0;
function process(){
var urlchallenge= Recaptcha.get_challenge();
var urlresponse= Recaptcha.get_response();
nocache = Math.random();
http.open('get', 'captcha.cfm?challenge='+urlchallenge+'&response='+urlresponse+'&nocache='+nocache);
http.onreadystatechange = insertReply;
http.send(null);
}
function insertReply(){
if(http.readyState == 4){
document.getElementById("content").innerHTML = http.responseText
var response = http.responseText;
var validCheck = response.match('security');
if (validCheck >= 0){
//validate other fields
var i,p,q,nm,test,num,min,max,errors='';
for (i=0; i<(args1.length-2); i+=3) {
test=args1[i+2]; val=MM_findObj(args1[i]);
if (val) {
nm=args1[i];
if ((val=val.value)!="") {
if (test.indexOf('isEmail')!=-1) {
p=val.indexOf('@');
if (p<1 || p==(val.length-1))
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain an e-mail address.\n';
} else
if (test!='R') {
num = parseFloat(val);
if (isNaN(val))
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain a number.\n';
if (test.indexOf('inRange') != -1) {
p=test.indexOf(':');
min=test.substring(8,p); max=test.substring(p+1);
if ( min > num || max < num)
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain a number between '+min+' and '+max+'.\n';
}
}
}else
if (test.charAt(0) == 'R'){
errors += '- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' is required.\n';
}
}
}
//end of valiadting field
// if errors then show errors otherwise submit.
if (errors) {
alert('The following error(s) occurred:\n'+errors);
Recaptcha.reload();
}else{
document.surveyform.submit();
}
//var ret = MM_validateForm(valStr)
//document.getElementById("surveyform").onSubmit=function(){MM_validateForm(valStr);return document.MM_returnValue};
//document.surveyform.submit();
//alert(ret)
}else{
Recaptcha.reload();
}
}
}
}
function pausecomp(millis)
{
var date = new Date();
var curDate = null;
do { curDate = new Date(); }
while(curDate-date < millis);
}
//-->