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


  • public class Buzz
    extends UGenChain
    A unit generator that sounds like a buzz
    • Constructor Summary

      Constructors 
      Constructor and Description
      Buzz(AudioContext ac)
      Crate a new Buzz 200 millisec long
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      float getLen() 
      void kill() 
      static void main(java.lang.String[] argv) 
      void setLen(float len) 
      void start() 
      • Methods inherited from class java.lang.Object

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

      • Buzz

        public Buzz(AudioContext ac)
        Crate a new Buzz 200 millisec long
        Parameters:
        ac - the audio context of the Buzz
    • Method Detail

      • main

        public static void main(java.lang.String[] argv)
      • start

        public void start()
      • kill

        public void kill()
      • getLen

        public float getLen()
      • setLen

        public void setLen(float len)