log

age author description
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.