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

age author description
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.
Wed, 05 Jul 2017 18:52:12 +0100 Lucas Thompson Rename to something a bit more appropriate.
Wed, 05 Jul 2017 18:42:12 +0100 Lucas Thompson Introduce PlayheadRenderer, implement in the waves base. Make VerticallyBounded and VerticalScaleRenderer generic and remove bin equivalents. Forward calls for a PlayheadRenderer from VerticalScaleComponent on to its children. Also update other components accordingly.
Mon, 05 Jun 2017 14:25:54 +0100 Lucas Thompson Set duration on the LayerTimeContext to the length of the underlying audio file.
Sun, 04 Jun 2017 20:15:20 +0100 Lucas Thompson Angular DI can't figure out these are derived from WavesComponent. Add provider for base.
Fri, 02 Jun 2017 19:10:47 +0100 Lucas Thompson Change curve component to not render vertical scale / highlight by default. Delegate to child TrackComponent for that work, so the curve can be used like tracks, notes etc.
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.
Thu, 01 Jun 2017 16:26:52 +0100 Lucas Thompson cross-hair-inspector component, much the same technique used for the vertical-scale. Change curve to use it. Doesn't currently animate.
Thu, 01 Jun 2017 10:06:31 +0100 Lucas Thompson Implement VerticallyBoundedWavesComponent for tracks, notes. Wrap curves in a vertical-scale component, and use scales by default for supported components dynamically instantiated in analysis-item.
Wed, 31 May 2017 13:59:29 +0100 Lucas Thompson Lint
Wed, 31 May 2017 12:55:03 +0100 Lucas Thompson Use module scoped id generator instead of passing in an id to components.
Wed, 31 May 2017 02:44:14 +0100 Lucas Thompson Remove unnecessary style template
Wed, 31 May 2017 02:42:45 +0100 Lucas Thompson Move curve logic to a tracks component, and use that component to create a curve component.
Tue, 30 May 2017 23:01:12 +0100 Lucas Thompson Tracks. With slight modifications, ugly-curve is essentially ugly-tracks. Some refactoring is perhaps in order.
Tue, 30 May 2017 22:15:42 +0100 Lucas Thompson Refactor the curve reshaping stuff to a utility function.
Tue, 30 May 2017 18:19:55 +0100 Lucas Thompson Clear when updating, not functional difference in this app as it stands because components only receive inputs once atm.
Tue, 30 May 2017 18:14:05 +0100 Lucas Thompson Core logic copied over from old waveform.component.ts for drawing curve. Needs refactoring as some logic is used for tracks. No highlight or vertical scale yet.
Tue, 30 May 2017 15:06:11 +0100 Lucas Thompson Add skeleton for a curve component.