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:34:03 +0100 |
Lucas Thompson |
Revert that, probably sensible to set the duration with the audio buffer.
|
Mon, 05 Jun 2017 14:27:16 +0100 |
Lucas Thompson |
No need for this opaque bodge anymore, base uses prop instead.
|
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.
|
Wed, 31 May 2017 19:24:21 +0100 |
Lucas Thompson |
Remove redundant imports.
|
Wed, 31 May 2017 19:21:02 +0100 |
Lucas Thompson |
ViewChild properties are, of course, inherited (why wouldn't they be?!). So, further de-duping.
|
Wed, 31 May 2017 19:14:46 +0100 |
Lucas Thompson |
Refactor based on pattern which emerged when implementing multiple components. Still some very obvious dupe regarding the ElementRef stuff, I don't think ViewChild decorated props are inherited.. but I haven't actually verified that.
|
Wed, 31 May 2017 14:49:46 +0100 |
Lucas Thompson |
Move colour prop to base class
|
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.
|
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.
|