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 order. The
parent and its children are all "Composables" in JMSL.
JMSL (c) Nick Didkovsky, Phil Burk. JMSL is based upon HMSL (c) Phil Burk, Larry Polansky and David Rosenboom.