Performance
Functions for interacting with performance mode.
getBlockSetStatus
Returns the status of the live block.
HELP WANTED: What does this do?
Args
- 
left (
int): ? - 
top (
int): ? - 
right (
int): ? - 
bottom (
int): ? 
Returns
- 
int: live block status- 
LB_Status_Filled(1): Filled. - 
LB_Status_Scheduled(2): Scheduled. - 
LB_Status_Playing(4): Playing. 
 - 
 
Included since API version 1.
ensureValidNoteRecord
Ensures valid note on the pattern at index.
HELP WANTED
- What does this do? I haven't managed to get it to return anything other than zero.
 
Args
- 
index(int): pattern index. - 
playNow(int, optional): ???. Defaults to 0. 
Returns
int: ???
Included since API version 1.