ibxm
Class Pattern

java.lang.Object
  extended by ibxm.Pattern

public class Pattern
extends Object


Field Summary
 int num_rows
           
 
Constructor Summary
Pattern()
           
 
Method Summary
 void get_note(int[] note, int index)
           
 int next_note(int data_offset, int[] note)
           
 void set_pattern_data(byte[] data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

num_rows

public int num_rows
Constructor Detail

Pattern

public Pattern()
Method Detail

set_pattern_data

public void set_pattern_data(byte[] data)

get_note

public void get_note(int[] note,
                     int index)

next_note

public int next_note(int data_offset,
                     int[] note)