diff src/app/app.module.ts @ 382:c1cedba9557b

Basic grid, bringing in old code from waveform.component.ts. Issues with display when rendered when zoom level / offset is non zero. Same for some other components too, probably needs to be solved upstream in waves-ui-piper.
author Lucas Thompson <dev@lucas.im>
date Wed, 31 May 2017 17:33:23 +0100
parents b220ed78a250
children 5f775358c3cf
line wrap: on
line diff
--- a/src/app/app.module.ts	Wed May 31 17:09:36 2017 +0100
+++ b/src/app/app.module.ts	Wed May 31 17:33:23 2017 +0100
@@ -35,6 +35,7 @@
 import {TracksComponent} from './visualisations/tracks/tracks.components';
 import {NotesComponent} from './visualisations/notes/notes.component';
 import {InstantsComponent} from './visualisations/instants/instants.component';
+import {GridComponent} from './visualisations/grid/grid.component';
 
 export function createAudioContext(): AudioContext {
   return new (
@@ -126,7 +127,8 @@
     CurveComponent,
     TracksComponent,
     NotesComponent,
-    InstantsComponent
+    InstantsComponent,
+    GridComponent
   ],
   imports: [
     BrowserModule,