Class Envelope


  • public class Envelope
    extends PdMaster
    • Field Detail

      • pointer

        public long pointer
    • Constructor Detail

      • Envelope

        public Envelope()
    • Method Detail

      • allocate

        public static Envelope allocate()
      • free

        public static void free​(Envelope env)
      • perform

        public double perform​(double input)
      • setWindowSize

        public void setWindowSize​(int ws)
      • setPeriod

        public void setPeriod​(int p)
      • getWindowSize

        public int getWindowSize()
      • getPeriod

        public int getPeriod()