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/Browser.java

    r1552 r1561  
    144144public class Browser implements SaveStateChangedEventListener {
    145145       
    146         public static final boolean DEBUG = true;
     146        public static final boolean DEBUG = false;
    147147       
    148148        public static final Ecosystem ECOSYSTEM_TYPE = Ecosystem.Swing;
Note: See TracChangeset for help on using the changeset viewer.