<!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>
	Carol Storey, Master of Arts (Music), Student Gallery, Our Students, Media Arts, Faculty, Wintec
</title>
<title>Carol Storey, Master of Arts (Music), Student Gallery, Our Students, Media Arts, Faculty, Wintec</title>
</head>

<body class="HasBackground">

<form name="aspnetForm" method="post" action="carol-storey.aspx" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNDMyNDU0NjAzZGQRBF0J7XD3y6itvi0FLf1+Wuzv+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>Carol Storey</h2>
 <div class="ColumnLeft">
<p>Carol Storey is a composer, singer, guitarist and M&#257;ori educator based in The Bay Of Plenty, New Zealand. Although she has made her name solely as a singer, 2007 sees the release of her debut album Mokomoko a collection of songs written over the last three years.</p>
<p>The ten track album, a significant Pacific addition to world music is in Te Reo (M&#257;ori language) and is steeped in the narratives of her tribal homeland, Opotiki and the tikanga of her iwi (tribe) Te Whakatohea.</p>
<p>The Mokomoko collection provided the basis for her Master's thesis. Her dissertation investigated the strategies and critical methods used by traditional and contemporary M&#257;ori composers in the development of waiata. Then by using those compositional values and strategies she produced her own collection of contemporary waiata. In particular she researched contemporary M&#257;ori women composers including Whirimako Black, Hinewehi Mohi and Moana Maniapoto.</p>
<p>Mokomoko is a tribute to her tipuna Mokomoko, her great great grand father who was wrongfully executed by the Crown 17 May 1866, exhumed from Mt Eden prison and taken home to Makeo at Opotiki in 1989. The Mokomoko whanau received a pardon from the crown in 1992.</p>
<p>Carol engaged the services of Mike McCarthy (Manuka Studio, Orewa) to assist with the CD recording and production. Mike is an experienced music producer from South Africa. He has expertise in the field of recording the voices of South Africa's indigenous people.</p>
<p>The recordings involve layering of vocal harmonies by the composer/artist Carol Storey; classical, folk and electric guitar instrumentations; Taonga Puoro embellishments; sampled drum and bass rhythms. This Masters Project includes a booklet containing: lyrics in Te Reo with English translation; an explanation of the story behind each song; photographic images; original artworks.</p>
<p>The artist has also engaged the services of Melissa Gibbard a Masters Student of photography to capture images to support the project.</p>
<p>Three singles from the album have received airplay on Iwi and National radio and have been listed on 3 recent Iwi Hit discs. The album was recorded and produced at Manuka Studios, Orewa and will be released in the autumn of 2007 on Torch Records through Tirama Productions.</p>
</div>
<div class="ColumnRightNone">
<img src="images/CarolStorey.jpg" alt="Carol Storey" />
<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/CarolStoreySample.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>

