public class Pattern
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
data_offset |
private int |
note_index |
int |
num_rows |
private byte[] |
pattern_data |
Constructor and Description |
---|
Pattern() |
Modifier and Type | Method and Description |
---|---|
void |
get_note(int[] note,
int index) |
int |
next_note(int data_offset,
int[] note) |
void |
set_pattern_data(byte[] data) |