Ignore:
Timestamp:
05/19/21 09:01:33 (3 years ago)
Author:
davidb
Message:

A set of changes that spans three things: beat detection, time stretching; and a debug class motivated by the need to look at a canvas redraw issue most notable when a waveform widget is playing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameMouseActions.java

    r1102 r1561  
    17121712        public void mouseDragged(MouseEvent e) {
    17131713                _lastMouseDragged = e;
    1714                 // System.out.println("MouseDragged");
     1714                //System.out.println("MouseDragged");
    17151715
    17161716                // Stop the longDepress mouse timer if the user drags above a threshold
Note: See TracChangeset for help on using the changeset viewer.