|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContainerOfChoirsAndContours | |
|---|---|
| net.charlesames.music.ensemble | Classes in package music.ensemble define the structure of scores. |
| Uses of ContainerOfChoirsAndContours in net.charlesames.music.ensemble |
|---|
| Subclasses of ContainerOfChoirsAndContours in net.charlesames.music.ensemble | |
|---|---|
class |
Ensemble
Every ensemble starts at the top with an instance of the Ensemble class. |
class |
EnsembleChoir
Instances of the EnsembleChoir class define hierarchical groupings for voice specifications, contour specifications,
MIDI controls, and sub-choirs. |
| Methods in net.charlesames.music.ensemble that return ContainerOfChoirsAndContours | |
|---|---|
ContainerOfChoirsAndContours |
EnsembleContour.getContainer()
|
ContainerOfChoirsAndContours |
ContainerOfChoirsAndContours.getContainer()
|
| Methods in net.charlesames.music.ensemble with parameters of type ContainerOfChoirsAndContours | |
|---|---|
static EnsembleContour |
EnsembleContour.fromXmlNode(org.w3c.dom.Element element,
ContainerOfChoirsAndContours container)
Create a new EnsembleContour instance and fill it with loaded data. |
static EnsembleChoir |
EnsembleChoir.fromXmlNode(org.w3c.dom.Element element,
ContainerOfChoirsAndContours container)
Create a new Choir instance and fill it with loaded data. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||