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