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/Channel.html | 386 ---------------------------------------------- 1 file changed, 386 deletions(-) delete mode 100644 javadoc/ibxm/Channel.html (limited to 'javadoc/ibxm/Channel.html') diff --git a/javadoc/ibxm/Channel.html b/javadoc/ibxm/Channel.html deleted file mode 100644 index 11fc2c2..0000000 --- a/javadoc/ibxm/Channel.html +++ /dev/null @@ -1,386 +0,0 @@ - - - - - -Channel (Forge API) - - - - - - - -
- - - - - -
- - - -
-
ibxm
-

Class Channel

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

      Field Summary

      - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      intpattern_loop_row 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      Channel(Module mod, - int sampling_rate, - int[] global_vol) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidresample(int[] mixing_buffer, - int frame_offset, - int frames, - int quality) 
      voidreset() 
      voidrow(int key, - int inst_idx, - int volume_column, - int effect, - int effect_param) 
      voidset_panning(int pan) 
      voidset_volume(int vol) 
      voidtick() 
      voidupdate_sample_idx(int samples) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        pattern_loop_row

        -
        public int pattern_loop_row
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Channel

        -
        public Channel(Module mod,
        -       int sampling_rate,
        -       int[] global_vol)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        reset

        -
        public void reset()
        -
      • -
      - - - -
        -
      • -

        resample

        -
        public void resample(int[] mixing_buffer,
        -            int frame_offset,
        -            int frames,
        -            int quality)
        -
      • -
      - - - -
        -
      • -

        update_sample_idx

        -
        public void update_sample_idx(int samples)
        -
      • -
      - - - -
        -
      • -

        set_volume

        -
        public void set_volume(int vol)
        -
      • -
      - - - -
        -
      • -

        set_panning

        -
        public void set_panning(int pan)
        -
      • -
      - - - -
        -
      • -

        row

        -
        public void row(int key,
        -       int inst_idx,
        -       int volume_column,
        -       int effect,
        -       int effect_param)
        -
      • -
      - - - -
        -
      • -

        tick

        -
        public void tick()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3