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

Class Envelope

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

      Field Summary

      - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      booleanlooped 
      booleansustain 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      Envelope() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      intcalculate_ampl(int tick) 
      voiddump() 
      intnext_tick(int tick, - boolean key_on) 
      voidset_loop_points(int start, - int end) 
      voidset_num_points(int num_points) 
      voidset_point(int point, - int tick, - int ampl, - boolean delta) 
      voidset_sustain_point(int point) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        sustain

        -
        public boolean sustain
        -
      • -
      - - - -
        -
      • -

        looped

        -
        public boolean looped
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Envelope

        -
        public Envelope()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        set_num_points

        -
        public void set_num_points(int num_points)
        -
      • -
      - - - -
        -
      • -

        set_point

        -
        public void set_point(int point,
        -             int tick,
        -             int ampl,
        -             boolean delta)
        -
      • -
      - - - -
        -
      • -

        set_sustain_point

        -
        public void set_sustain_point(int point)
        -
      • -
      - - - -
        -
      • -

        set_loop_points

        -
        public void set_loop_points(int start,
        -                   int end)
        -
      • -
      - - - -
        -
      • -

        next_tick

        -
        public int next_tick(int tick,
        -            boolean key_on)
        -
      • -
      - - - -
        -
      • -

        calculate_ampl

        -
        public int calculate_ampl(int tick)
        -
      • -
      - - - -
        -
      • -

        dump

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