#include "MusimatChapter9.h"Go to the source code of this file.
Functions | |
| MusimatChapter9Section (C091201) | |
| MusimatChapter9Section | ( | C091201 | ) |
Definition at line 2 of file C091201.cpp.
00002 { 00003 Print("*** 9.12.1 Deterministic Serial Methods ***"); 00004 /***************************************************************************** 00005 00006 9.12.1 Deterministic Serial Methods 00007 00008 This section demonstrates some methods for iterating through tone rows. They are deterministic 00009 because their outcomes do not rely on chance. They are serial because they iterate through lists. 00010 Their use is not limited to tone rows but can be extended to arbitrary lists of data. 00011 00012 The basic idea is to supply a list of musical materials to a method that will select and return list 00013 elements one at a time in a chosen order. 00014 00015 *****************************************************************************/ 00016 }}
1.4.7