log src/app/visualisations/vertical-scale.component.ts @ 509:041468f553e1 tip master

age author description
Wed, 05 Jul 2017 19:18:27 +0100 Lucas Thompson Actually call the remove function for each play head
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.
Fri, 02 Jun 2017 19:12:38 +0100 Lucas Thompson Have animation controlled by a prop, clearing up animation tasks when set to false. Wire up accordingly.
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:02:37 +0100 Lucas Thompson Introduce vertical-scale component which is a polymorphic container, the child components know how to render their own scales.