Class weasel.PatternColumn
Defined in: PatternColumn.js.
Constructor Attributes | Constructor Name and Description |
---|---|
weasel.PatternColumn(bSoundtrackerCellType)
Object to contain a Pattern Column, (4 columns per Pattern, one for each sound channel).
|
Method Attributes | Method Name and Description |
---|---|
getCell(iRowNumber)
Get the PatternCell object from the Pattern Column.
|
Class Detail
weasel.PatternColumn(bSoundtrackerCellType)
Object to contain a Pattern Column, (4 columns per Pattern, one for each sound channel).
Author: Warren Willmey 2011.
Author: Warren Willmey 2011.
- Parameters:
- {bool} bSoundtrackerCellType
- = Choose which Pattern Cell object to use: true = Ultimate Soundtracker 15 sample cell type, false = M.K. Spreadpoint Soundtracker 2.3+ 31 sample type.
Method Detail
{weasel.PatternCell}
getCell(iRowNumber)
Get the PatternCell object from the Pattern Column.
- Parameters:
- {int} iRowNumber
- = The row cell to fetch (0-63 range).
- Returns:
- {weasel.PatternCell} = The PatternCell object at the give row, or null if out of range.