Package | Description |
---|---|
com.soundhelix.misc |
Modifier and Type | Method and Description |
---|---|
Pattern.PatternEntry |
Pattern.get(int index)
Returns the pattern entry with the given index.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Pattern.PatternEntry> |
Pattern.iterator()
Provides an iterator that iterates over all PatternEntries of this pattern.
|
Constructor and Description |
---|
Pattern(Pattern.PatternEntry[] pattern)
Constructor.
|