Class Index | File Index

Classes


Class weasel.PatternColumn


Defined in: PatternColumn.js.

Class Summary
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 Summary
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.
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.

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Mar 05 2018 18:46:33 GMT-0000 (GMT)