<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.wintec.ac.nz/dtd/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head id="ctl00_Head1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" /><link id="ctl00_mobilestylesheet" href="../../../../SharedControls/css/mobiledevicestyle.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/javascript/AllScriptsCompressed.js"></script>
<title>
	James Martell, Master of Arts (Music), Student Gallery, Our Students, Media Arts, Faculty, Wintec
</title>
<title>James Martell, Master of Arts (Music), Student Gallery, Our Students, Media Arts, Faculty, Wintec</title>
</head>

<body class="HasBackground">

<form name="aspnetForm" method="post" action="james-martell.aspx" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNDMyNDU0NjAzZGRQY8dsm9zRkU9tf4wKw62fbAgH+g==" />


<div id="MobilePageHeader">
<div id="MobileImage">
<img src="http://www.wintec.ac.nz/mobile-device/images/mobile-logo.gif" alt="Wintec website for Mobile devices" title="Wintec website for mobile devices" />
</div>
<div id="MobileWintecImage">
<img src="http://www.wintec.ac.nz/mobile-device/images/wintec-logo.gif" alt="Wintec - Waikato Institute of Technology" title="Wintec - Waikato Institute of Technology" width="149" height="50" />
</div>
<div class="MobileTopMenu">
	<div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/index.aspx">Home</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/courses/index.aspx">Courses</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/studentlife/index.aspx">Student Life</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/international/index.aspx">International</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/faculty/index.aspx">Faculty</a></div>
</div>
</div>

<div id="MobilePageContent">
	
<h1>Master of Arts, Music</h1>
<h2>James Martell</h2>
 <div class="ColumnLeft">
<p>James's Masters project investigated the unique arranging, compositional and production values in Ethnic Jazz music. He used contemporary production aesthetics and techniques to develop a collection of work, based on the particularly selected musical styles of Ethnic Jazz Music, Namely Ancient M&#257;ori, Afro Cuban, and Jamaican Reggae.</p>
<p>He is originally from Gisborne, and being of Te Aitanga-A-Mahaki and Ngati Porou descent, he was able to explore his identity as a contemporary M&#257;ori musician and incorporate the regions predominant styles of Reggae, Jazz-Funk Fusion, and ancient M&#257;ori waiata into his musical work.</p>
<p>One of the highlights of the project for James was working with family and friends in the recording process, &quot;It was particularly rewarding to once again work with fretless bassist Michael Manuel whom I have known since high school in Gisborne. My wife Mihi created the beautiful album cover design.&quot;</p>
<p>James is currently working as music teacher at the Church College Of New Zealand and is entering his 10th year of teaching at Secondary level. He is also the conductor of a number of musical groups at CCNZ in particular &quot;Zarahemla&quot;, the boys Barbershop Chorus recently won the Waikato/ Bay Of Plenty Regional competitions and are National finalists. James is also involved with the school's very unique Jazz Fusion ensemble &quot;Business As Usual&quot;, that specializes in diverse musical performances. He has managed &quot;The Eldazz&quot; who were National finalists for the 2006 Smokefree Pacifica Beats, and &quot;LDS Mishinariez&quot; who won the APRA Lyrics award for the same competition this year.</p>
<p>On a personal level he is studying Afro Cuban techniques in all of his chosen instruments and hopes to create another, more Latin tinged Jazz album with a number of M&#257;ori and Pacific Island colleagues who specialize in this style. Later this year he will be involved with Latin and Flamenco musicians for performances with the Hamilton Spanish Society.</p>
<p>His main instruments of study are the piano, bass guitar, and tenor saxophone. The works of Debussy, Miles Davis, Branford Marsalis, Marcus Miller, John Coltrane and Santana heavily influence my musical directions. When not immersing himself in music, he enjoys time with his wife Mihi and three sons James, Ethan and Laitin.</p>
 </div>
<div class="ColumnRightNone">
<img src="images/JamesMartell.jpg" alt="James Martell" />
<p>&nbsp;</p>
<div id="MusicSnippetObject" align="center"></div>
</div>

	<div id="SideMenu">
	<br />&nbsp;
	<div class="smMainCategory">Section Links</div>
	<div id="SideMenuBtns"></div>
	
<script type="text/javascript">
<!--
 var musicParams = {};
 musicParams.quality = "high";

 var musicFlashvars = {};
 musicFlashvars.musicFile = "files/JamesMartellSample.mp3";

 var musicAttributes = {};
 musicAttributes.id = "musicsnippet";
 musicAttributes.name = "musicsnippet";

 swfobject.embedSWF("MusicPlayer.swf", "MusicSnippetObject", "134", "68", "7.0.19", false, musicFlashvars, musicParams, musicAttributes);
-->
</script>

	</div>
	<script type="text/javascript">
	<!--
	    LoadMenus();
	-->
	</script>
</div>

<div id="FooterBackground">
<div id="MobilePageFooter">
<span class="SmallLinks"><a href="http://www.wintec.ac.nz/zoom/search.aspx">Search</a> | <a href="http://www.wintec.ac.nz/about/disclaimer.aspx">Disclaimer</a> | <a href="http://www.wintec.ac.nz/about/index.aspx">About Us</a> | <a href="http://www.wintec.ac.nz/mobile-device/contact.aspx">Contact Us</a> | <a href="https://staff.wintec.ac.nz/">Staff Intranet</a></span>
</div>
</div>


<script type='text/javascript'>var imgObjs = document.images;var maxWidth = 250;var maxHeight = 150;for (var i = 0; i < imgObjs.length; i++) {var obj = imgObjs[i];var origWidth = obj.width;var origHeight = obj.height;if (obj.width > obj.height) {if (obj.width > maxWidth) { obj.width = maxWidth; obj.height = origHeight * (maxWidth / origWidth); }} else {if (obj.height > maxHeight) { obj.height = maxHeight; obj.width = origWidth * (maxHeight / origHeight); }}}</script></form>

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6887001-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
</script>
</body>

</html>

