Mercurial > hg > ugly-duckling
diff src/app/app.module.ts @ 372:bc2680f0736b
Move curve logic to a tracks component, and use that component to create a curve component.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Wed, 31 May 2017 02:42:45 +0100 |
parents | c8a585de46ac |
children | 9fe6e00e0700 |
line wrap: on
line diff
--- a/src/app/app.module.ts Tue May 30 23:21:13 2017 +0100 +++ b/src/app/app.module.ts Wed May 31 02:42:45 2017 +0100 @@ -32,6 +32,7 @@ import {PlayHeadComponent} from './playhead/playhead.component'; import {LivePlayHeadComponent} from './playhead/live-play-head.component'; import {CurveComponent} from "./visualisations/curve/curve.component"; +import {TracksComponent} from "./visualisations/tracks/tracks.components"; export function createAudioContext(): AudioContext { return new ( @@ -120,7 +121,8 @@ ProgressBarComponent, PlayHeadComponent, LivePlayHeadComponent, - CurveComponent + CurveComponent, + TracksComponent ], imports: [ BrowserModule,