From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- javadoc/ibxm/IBXM.html | 402 ------------------------------------------------- 1 file changed, 402 deletions(-) delete mode 100644 javadoc/ibxm/IBXM.html (limited to 'javadoc/ibxm/IBXM.html') diff --git a/javadoc/ibxm/IBXM.html b/javadoc/ibxm/IBXM.html deleted file mode 100644 index 1585169..0000000 --- a/javadoc/ibxm/IBXM.html +++ /dev/null @@ -1,402 +0,0 @@ - - - - - -IBXM (Forge API) - - - - - - - -
- - - - - -
- - - -
-
ibxm
-

Class IBXM

-
-
- -
-
    -
  • -
    -
    -
    public class IBXM
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      static intFP_MASK 
      static intFP_ONE 
      static intFP_SHIFT 
      static java.lang.StringVERSION 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      IBXM(int sample_rate) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      intcalculate_song_duration() 
      voidget_audio(byte[] output_buffer, - int frames) 
      voidseek(int sample_position) 
      voidset_module(Module m) 
      voidset_resampling_quality(int quality) 
      voidset_sequence_index(int sequence_index, - int row) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        IBXM

        -
        public IBXM(int sample_rate)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        set_module

        -
        public void set_module(Module m)
        -
      • -
      - - - -
        -
      • -

        set_resampling_quality

        -
        public void set_resampling_quality(int quality)
        -
      • -
      - - - -
        -
      • -

        calculate_song_duration

        -
        public int calculate_song_duration()
        -
      • -
      - - - -
        -
      • -

        set_sequence_index

        -
        public void set_sequence_index(int sequence_index,
        -                      int row)
        -
      • -
      - - - -
        -
      • -

        seek

        -
        public void seek(int sample_position)
        -
      • -
      - - - -
        -
      • -

        get_audio

        -
        public void get_audio(byte[] output_buffer,
        -             int frames)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3