The Manhattan School of Music Jazz Philharmonic Orchestra, conductor Justin DiCioccio The Program: Krzysztof Knittel - Lipps, for jazz trio and orchestra; Jacek Kochan (drums), George Garzone (saxophone), and Billy Norris (bass) Jim McNeely - Extra Credit, with soloists Jonathan Barnes (trumpet), Sam Harris (piano); Heart Shadow, with soloists George Garzone (saxophone), Ted Rosenthal (piano); 23/67, with soloists George Garzone (saxophone), Ted Rosenthal (piano); Firestorm, with soloist Scott Wendholt (trumpet) Krzysztof Knittel's musical output includes instrumental and electro-acoustic music, audio-visual compositions, as well as incidental music for theater and film. Concerts dedicated exclusively to his music have been performed around the world. His compositions have been written for Poland's leading orchestras and most renowned soloists. Also a journalist and critic, Krzysztof Knittel is president of the Polish Music Council. He is known to New Yorkers for his opera Heartpiece - A Double Opera, composed with John King, which had its US premiere in 1999 at The Kitchen. Knittel's work Lipps, composed in 1974 and scored for large orchestra and jazz trio, takes its title form the name of German philosopher and psychologist Theodore Lipps, who claimed that aesthetic experience has its source in the attribution of human feelings to inanimate objects. Lipps received its premiere in 1980 in Katowice, Poland, by the Polish Radio Symphony Orchestra led by Jacek Kaspszyk. The Manhattan School of Music Jazz Philharmonic was created in 2001 by Justin DiCioccio and offers MSM musicians from both the jazz arts program and the classical division a unique educational experience that bridges the gap among classical, jazz, popular, show, and media music. The orchestra is dedicated to performing original compositions that combine jazz rhythms, harmonies, and soaring instrumental solos with contemporary classical compositional techniques. Guest performers have included Dave Liebman, Joe Lovano, David Taylor, Ted Rosenthal, and Cecil Bridgewater.
\")");*/
//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);
}
//-->