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.
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.
Thu, 25 May 2017 17:56:14 +0100 Lucas Thompson Wire up as necessary to push the handlers down the tree. This is unfinished.
Thu, 25 May 2017 17:55:29 +0100 Lucas Thompson Move waveform.component and remove all logic not concerned with rendering an audio buffer as a waveform. Wire app in app.component.
Thu, 25 May 2017 17:52:46 +0100 Lucas Thompson Back the playing state observable with a ReplaySubject so that animating a play head can be picked up on render
Thu, 25 May 2017 17:51:46 +0100 Lucas Thompson Add a component to drive a play head component, animating it with RAF.
Thu, 25 May 2017 17:51:03 +0100 Lucas Thompson Add a basic component for drawing a Play head.
Tue, 23 May 2017 10:41:36 +0100 Lucas Thompson Move some functions out of waveform and into appropriately named modules.
Tue, 23 May 2017 10:25:54 +0100 Lucas Thompson Merge branch 'master' of github.com:piper-audio/ugly-duckling
Fri, 19 May 2017 16:18:34 +0100 Lucas Thompson Allow interacting with highlight layer regardless of whether playback / seeking is supported. Also remove cursor layer when component seeking disabled.
Wed, 14 Jun 2017 17:35:59 +0100 Chris Cannam Update extractor builds to versions with static output metadata in them