log src/app/visualisations/FeatureUtilities.ts @ 509:041468f553e1 tip master

age author description
Mon, 14 Aug 2017 17:43:09 +0100 Lucas Thompson Merge branch 'master' of github.com:piper-audio/ugly-duckling into upgrade-piper-js
Mon, 14 Aug 2017 09:01:06 +0100 Lucas Thompson Fix note deduction edge case.
Sun, 13 Aug 2017 19:44:07 +0100 Lucas Thompson Upgrade to released piper version, which had a lot of breaking changes due to shifting modules around and renaming.
Fri, 21 Jul 2017 14:29:02 +0100 Lucas Thompson Work-around for causing a compile error for non-exhaustive switch on discriminated union.
Fri, 21 Jul 2017 17:12:11 +0100 Lucas Thompson Remove console log and tighten object member check.
Thu, 20 Jul 2017 16:15:40 +0100 Chris Cannam Begin to add regions component
Fri, 30 Jun 2017 16:25:58 +0100 Lucas Thompson Rename type and make it an abstract class to stop angular-cli complaining (I still don't understand this).
Fri, 30 Jun 2017 09:07:12 +0100 Chris Cannam Bring through (but don't yet use) bin names from output descriptor
Sat, 03 Jun 2017 09:59:56 +0100 Lucas Thompson Alter Plot types slightly, moving yDomain to top level.
Thu, 01 Jun 2017 23:04:39 +0100 Lucas Thompson Revert changes relating to bodging unit onto the shaped features. Now return from the extraction service and add to the analysis item, and send into the cross-hair component with a prop.
Thu, 01 Jun 2017 18:55:55 +0100 Lucas Thompson Use the cross hair layer for notes, tracks and curve. This involved bodging in unit to ShapedFeatureData, which isn't particularly easy to do because this isn't an encapsulated type. Need to come back to improving this, as I am monkey-patching a unit property onto Arrays etc.
Tue, 30 May 2017 22:50:49 +0100 Lucas Thompson Forward Tracks features.
Tue, 30 May 2017 22:15:42 +0100 Lucas Thompson Refactor the curve reshaping stuff to a utility function.
Thu, 25 May 2017 17:57:03 +0100 Lucas Thompson Restore some of the feature related logic from waveform.component into a utilities module. Introduce some additional types for representing reshaped features. A work in progress.