From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/ibxm/Channel.html | 386 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 386 insertions(+) create mode 100644 javadoc/ibxm/Channel.html (limited to 'javadoc/ibxm/Channel.html') diff --git a/javadoc/ibxm/Channel.html b/javadoc/ibxm/Channel.html new file mode 100644 index 0000000..11fc2c2 --- /dev/null +++ b/javadoc/ibxm/Channel.html @@ -0,0 +1,386 @@ + + + + + +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