Class BeadsSonification

  • java.lang.Object
    • uk.ac.qmul.eecs.depic.daw.beads.sonification.BeadsSonification
  • All Implemented Interfaces:
    Sonification


    public class BeadsSonification
    extends java.lang.Object
    implements Sonification
    Sonification class that uses the Beads library
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      SequenceMapping getSequenceMapping(SoundType soundType)
      returns the sequence mapping
      void outsideSelection()
      play the sound of the event: cursor exits the selection
      void play(SoundType soundType)
      play a sound with default gain and pan
      void play(SoundType soundType, float gain, float pan)
      play a sound with specific gain and pan
      void withinSelection(float g, float p)
      play the sound of the event: cursor entering the selection
      • Methods inherited from class java.lang.Object

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

      • BeadsSonification

        public BeadsSonification()