Class DawHapticListener

  • java.lang.Object
    • HapticListener
      • uk.ac.qmul.eecs.depic.daw.haptics.DawHapticListener


  • public class DawHapticListener
    extends HapticListener
    A concrete subclass of HapticListener from the jHapticGUI library. It listens to haptic device commands and it executes them in the DAW.
    • Constructor Detail

      • DawHapticListener

        public DawHapticListener(MainFrame frame)
    • Method Detail

      • setGridSound

        public void setGridSound(GridSound gs)
      • setScrubEnabled

        public void setScrubEnabled(boolean enabled)
      • setTrack

        public void setTrack(AudioTrack track)
      • fireMessageReceived

        protected void fireMessageReceived(Message m)
        executes the messages in the Event Dispatching Thread
      • messageReceived

        public void messageReceived(java.lang.String msg,
                                    java.lang.String args,
                                    long ID)