From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- javadoc/ibxm/Instrument.html | 502 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 502 insertions(+) create mode 100644 javadoc/ibxm/Instrument.html (limited to 'javadoc/ibxm/Instrument.html') diff --git a/javadoc/ibxm/Instrument.html b/javadoc/ibxm/Instrument.html new file mode 100644 index 0000000..8553b77 --- /dev/null +++ b/javadoc/ibxm/Instrument.html @@ -0,0 +1,502 @@ + + + + + +Instrument (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
ibxm
+

Class Instrument

+
+
+ +
+
    +
  • +
    +
    +
    public class Instrument
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        name

        +
        public java.lang.String name
        +
      • +
      + + + +
        +
      • +

        vibrato_type

        +
        public int vibrato_type
        +
      • +
      + + + +
        +
      • +

        vibrato_sweep

        +
        public int vibrato_sweep
        +
      • +
      + + + +
        +
      • +

        vibrato_depth

        +
        public int vibrato_depth
        +
      • +
      + + + +
        +
      • +

        vibrato_rate

        +
        public int vibrato_rate
        +
      • +
      + + + +
        +
      • +

        volume_envelope_active

        +
        public boolean volume_envelope_active
        +
      • +
      + + + +
        +
      • +

        panning_envelope_active

        +
        public boolean panning_envelope_active
        +
      • +
      + + + +
        +
      • +

        volume_fade_out

        +
        public int volume_fade_out
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Instrument

        +
        public Instrument()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        get_volume_envelope

        +
        public Envelope get_volume_envelope()
        +
      • +
      + + + +
        +
      • +

        set_volume_envelope

        +
        public void set_volume_envelope(Envelope envelope)
        +
      • +
      + + + +
        +
      • +

        get_panning_envelope

        +
        public Envelope get_panning_envelope()
        +
      • +
      + + + +
        +
      • +

        set_panning_envelope

        +
        public void set_panning_envelope(Envelope envelope)
        +
      • +
      + + + +
        +
      • +

        get_sample_from_key

        +
        public Sample get_sample_from_key(int key)
        +
      • +
      + + + +
        +
      • +

        set_key_to_sample

        +
        public void set_key_to_sample(int key,
        +                     int sample)
        +
      • +
      + + + +
        +
      • +

        get_num_samples

        +
        public int get_num_samples()
        +
      • +
      + + + +
        +
      • +

        set_num_samples

        +
        public void set_num_samples(int num_samples)
        +
      • +
      + + + +
        +
      • +

        get_sample

        +
        public Sample get_sample(int sample_index)
        +
      • +
      + + + +
        +
      • +

        set_sample

        +
        public void set_sample(int sample_index,
        +              Sample sample)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3