Class Sample

java.lang.Object
com.prineside.tdi2.ibxm.Sample

public class Sample extends Object
  • Field Details

  • Constructor Details

    • Sample

      public Sample()
    • Sample

      public Sample(Sample sample)
  • Method Details

    • setSampleData

      public void setSampleData(short[] sampleData, int loopStart, int loopLength, boolean pingPong)
    • resampleNearest

      public void resampleNearest(int sampleIdx, int sampleFrac, int step, int leftGain, int rightGain, int[] mixBuffer, int offset, int length)
    • resampleLinear

      public void resampleLinear(int sampleIdx, int sampleFrac, int step, int leftGain, int rightGain, int[] mixBuffer, int offset, int length)
    • resampleSinc

      public void resampleSinc(int sampleIdx, int sampleFrac, int step, int leftGain, int rightGain, int[] mixBuffer, int offset, int length)
    • normaliseSampleIdx

      public int normaliseSampleIdx(int sampleIdx)
    • looped

      public boolean looped()
    • toStringBuffer

      public void toStringBuffer(StringBuffer out)