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