Package | Description |
---|---|
com.soundhelix.misc |
Modifier and Type | Method and Description |
---|---|
Arrangement.ArrangementEntry |
Arrangement.get(int index)
Returns the arrangement entry with the given index.
|
Arrangement.ArrangementEntry |
Arrangement.get(String instrument)
Returns the arrangement entry whose instrument has the given name.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Arrangement.ArrangementEntry> |
Arrangement.iterator()
Provides an iterator that iterates over all ArrangementEntries of this Arrangement in the order the corresponding (Track, Instrument) pairs
have been added.
|