Class GridSound

  • java.lang.Object
    • uk.ac.qmul.eecs.depic.daw.referencesound.GridSound


  • public abstract class GridSound
    extends java.lang.Object
    Sonification of the haptic grid used to edit automation points. It implements the sonification strategies we used during our studies: no reference, single reference, multiple reference. It uses an in-package modified version BeadsSequenceMapping to produce the single tones that make up the sonification.
    • Field Detail

      • mapping

        protected uk.ac.qmul.eecs.depic.daw.referencesound.BeadsSequenceMapping mapping
      • timer

        protected java.util.Timer timer
    • Constructor Detail

      • GridSound

        protected GridSound()