00001 #include "MusimatChapter9.h" 00002 MusimatChapter9Section(C091200) { 00003 Print("*** 9.12 Traversing and Manipulating Musical Materials ***"); 00004 /***************************************************************************** 00005 00006 9.12 Traversing and Manipulating Musical Materials 00007 00008 Having arranged the materials from which a composition is to be derived, we now consider meth- 00009 ods to traverse these materials in structured ways. Following are a few ways rows can be traversed 00010 to structure tonal or atonal melodies, rhythms, dynamics, articulation, instrumentation, or anything 00011 else that can be parameterized. 00012 00013 *****************************************************************************/ 00014 } 00015 00017 /* $Revision: 1.2 $ $Date: 2006/09/05 06:32:02 $ $Author: dgl $ $Name: $ $Id: C091200.cpp,v 1.2 2006/09/05 06:32:02 dgl Exp $ */ 00018 // The Musimat Tutorial � 2006 Gareth Loy 00019 // Derived from Chapter 9 and Appendix B of "Musimathics Vol. 1" � 2006 Gareth Loy 00020 // and published exclusively by The MIT Press. 00021 // This program is released WITHOUT ANY WARRANTY; without even the implied 00022 // warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00023 // For information on usage and redistribution, and for a DISCLAIMER OF ALL 00024 // WARRANTIES, see the file, "LICENSE.txt," in this distribution. 00025 // "Musimathics" is available here: http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=10916 00026 // Gareth Loy's Musimathics website: http://www.musimathics.com/ 00027 // The Musimat website: http://www.musimat.com/ 00028 // This program is released under the terms of the GNU General Public License 00029 // available here: http://www.gnu.org/licenses/gpl.txt 00030