• java.lang.Object
    • UGenChain
      • uk.ac.qmul.eecs.depic.daw.beads.sonification.PitchedUGen


  • public abstract class PitchedUGen
    extends UGenChain
    A UGen (unit generator) with pitch
    • Constructor Summary

      Constructors 
      Constructor and Description
      PitchedUGen(AudioContext ac) 
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      abstract void setExtremityThresholds(float threshold)
      Sets a threshold for the sonification at the extremities of the range This can be useful to flag that extremities are about to be reached
      abstract void setLen(float sustain, float decay) 
      abstract void setPitch(float pitch) 
      abstract void setPitch(UGen pitch) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PitchedUGen

        public PitchedUGen(AudioContext ac)
    • Method Detail

      • setPitch

        public abstract void setPitch(float pitch)
      • setPitch

        public abstract void setPitch(UGen pitch)
      • setExtremityThresholds

        public abstract void setExtremityThresholds(float threshold)
        Sets a threshold for the sonification at the extremities of the range This can be useful to flag that extremities are about to be reached
        Parameters:
        threshold - the threshold but be
      • setLen

        public abstract void setLen(float sustain,
                                    float decay)