From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- javadoc/ibxm/Pattern.html | 320 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 320 insertions(+) create mode 100644 javadoc/ibxm/Pattern.html (limited to 'javadoc/ibxm/Pattern.html') diff --git a/javadoc/ibxm/Pattern.html b/javadoc/ibxm/Pattern.html new file mode 100644 index 0000000..ce60541 --- /dev/null +++ b/javadoc/ibxm/Pattern.html @@ -0,0 +1,320 @@ + + + + + +Pattern (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
ibxm
+

Class Pattern

+
+
+ +
+
    +
  • +
    +
    +
    public class Pattern
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      intnum_rows 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Pattern() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidget_note(int[] note, + int index) 
      intnext_note(int data_offset, + int[] note) 
      voidset_pattern_data(byte[] data) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, 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)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3