| Package | Description |
|---|---|
| com.soundhelix.misc |
| Modifier and Type | Method and Description |
|---|---|
Sequence |
Track.get(int index)
Returns the sequence with the given index.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Sequence> |
Track.iterator()
Provides an iterator that iterates over all Sequences of this Track in the order they have been added.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Track.add(Sequence sequence)
Adds the given sequence to this track.
|