diff src/app/app.component.html @ 203:f9088265a1fc

Some basic idea of a session - though barely. Add new items after opening a file and extracting features.
author Lucas Thompson <dev@lucas.im>
date Fri, 24 Mar 2017 11:08:32 +0000
parents 5e8a2eb8bdbf
children 76f2cd2c5a68
line wrap: on
line diff
--- a/src/app/app.component.html	Fri Mar 24 11:07:54 2017 +0000
+++ b/src/app/app.component.html	Fri Mar 24 11:08:32 2017 +0000
@@ -33,29 +33,14 @@
         </app-feature-extraction-menu>
       </md-sidenav>
       <ugly-notebook-feed
-        [audioBuffer]="audioBuffer"></ugly-notebook-feed>
-      <ugly-progress-spinner [isVisible]="isProcessing"></ugly-progress-spinner>
+        [analyses]="analyses"
+        [rootAudioUri]="rootAudioUri"></ugly-notebook-feed>
     </md-sidenav-container>
   </div>
 
   <div class="app-footer">
     <md-toolbar color="primary">
-      <md-icon svgIcon="duck"></md-icon>
 
-      <span class="app-toolbar-filler"></span>
-
-      <app-playback-control></app-playback-control>
-      <ugly-recording-control
-        (finishedRecording)="onFileOpened($event)"
-      ></ugly-recording-control>
-
-      <!-- This fills the remaining space of the current row -->
-      <span class="app-toolbar-filler"></span>
-
-
-      <app-audio-file-open
-        (fileOpened)="onFileOpened($event)"
-      ></app-audio-file-open>
       <!-- menu opens when trigger button is clicked -->
       <button md-icon-button (click)="sidenav.toggle()">
         <md-icon>extension</md-icon>