Mercurial > hg > ugly-duckling
diff src/app/app.module.ts @ 407:6e14dd416e12
A play-head which attaches itself to WavesComponents.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Sun, 04 Jun 2017 20:17:43 +0100 |
parents | 308ea1c2612e |
children | 7e6b9b557179 |
line wrap: on
line diff
--- a/src/app/app.module.ts Sun Jun 04 20:16:39 2017 +0100 +++ b/src/app/app.module.ts Sun Jun 04 20:17:43 2017 +0100 @@ -39,6 +39,7 @@ import {VerticalScaleComponent} from './visualisations/vertical-scale.component'; import {CrossHairInspectorComponent} from './visualisations/cross-hair-inspector.component'; import {RenderLoopService} from './services/render-loop/render-loop.service'; +import {WavesPlayHeadComponent} from "./playhead/waves-ui-play-head.component"; export function createAudioContext(): AudioContext { return new ( @@ -133,7 +134,8 @@ InstantsComponent, GridComponent, VerticalScaleComponent, - CrossHairInspectorComponent + CrossHairInspectorComponent, + WavesPlayHeadComponent ], imports: [ BrowserModule,