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/apollo/widgets/TrackWidgetCommons.java

    r1102 r1561  
    1717        public static final String META_LAST_WIDTH_TAG = "lw=";
    1818        public static final String META_OMIT_LAYOUT_TAG = "dontlayout";
     19        public static final String META_BEAT_DETECT_TAG="beatDetect=";
     20
    1921       
    2022        public static final int CACHE_DEPTH = 1;
Note: See TracChangeset for help on using the changeset viewer.