A song form provides a simple example of a parent/child hierarchy:
mySong
__________|____________
| | | |
verse1 chorus verse2 chorus
The example above shows a parent called mySong with four children:
verse1, chorus, verse2, chorus. In JMSL, mySong would be a SequentialCollection,
which launches its children in sequential "left to right" order. The mySong
parent and its children would all be “Composables” in JMSL.
(C) 1997-2003 Phil Burk and Nick Didkovsky, All Rights Reserved
JMSL is based upon HMSL (C) Phil Burk, Larry Polansky and David Rosenboom.