log

age author description
Tue, 30 May 2017 15:08:34 +0100 Lucas Thompson Set up some logic for rendering different items. Might belong somewhere else.
Tue, 30 May 2017 15:08:15 +0100 Lucas Thompson Populate item with features when extracted. This should be moved to happen in a subscription.
Tue, 30 May 2017 15:07:32 +0100 Lucas Thompson Change AnalysisItem type slightly to actually contain the feature data. Improve type guards a tad.
Tue, 30 May 2017 15:06:37 +0100 Lucas Thompson Move typings out of waveform folder
Tue, 30 May 2017 15:06:11 +0100 Lucas Thompson Add skeleton for a curve component.
Fri, 26 May 2017 21:11:05 +0100 Lucas Thompson Id will always be present
Fri, 26 May 2017 18:30:58 +0100 Lucas Thompson Explicitly state the change detection strategy, despite the fact it will already be OnPush here because its parent is.
Fri, 26 May 2017 18:28:54 +0100 Lucas Thompson Shuffle some stuff around, putting generic stuff in the base class.
Fri, 26 May 2017 18:20:02 +0100 Lucas Thompson There's nothing waveform specific about these, they'll likely be used for other waves-ui components.
Fri, 26 May 2017 18:17:31 +0100 Lucas Thompson Introduce an abstract base class for components using waves-ui.
Fri, 26 May 2017 13:10:18 +0100 Lucas Thompson fix playhead regression. TypeScript doesn't seem to catch errors for non existent properties used as values for attribute directives.
Fri, 26 May 2017 13:04:07 +0100 Lucas Thompson Remove debug print
Fri, 26 May 2017 13:03:55 +0100 Lucas Thompson Fix erroneous type guard caused by blindly copy pasting.
Fri, 26 May 2017 12:59:41 +0100 Lucas Thompson Split AnalysisItem out into individual types for root audio items and features. This is messy as is, these need revising and should perhaps be actual concrete types with methods.