Mercurial > hg > ugly-duckling
diff src/app/app.component.html @ 347:82d476b976e0
Move waveform.component and remove all logic not concerned with rendering an audio buffer as a waveform. Wire app in app.component.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 25 May 2017 17:55:29 +0100 |
parents | 53ea6406d601 |
children | 02e7be2daf31 |
line wrap: on
line diff
--- a/src/app/app.component.html Thu May 25 17:52:46 2017 +0100 +++ b/src/app/app.component.html Thu May 25 17:55:29 2017 +0100 @@ -34,7 +34,8 @@ </md-sidenav> <ugly-notebook-feed [analyses]="analyses.toIterable()" - [rootAudioUri]="rootAudioUri"></ugly-notebook-feed> + [rootAudioUri]="rootAudioUri" + [onSeek]="onSeek"></ugly-notebook-feed> </md-sidenav-container> </div> </div>