comparison src/app/visualisations/waves-base.component.ts @ 497:c39df81c4dae

Upgrade to released piper version, which had a lot of breaking changes due to shifting modules around and renaming.
author Lucas Thompson <dev@lucas.im>
date Sun, 13 Aug 2017 19:44:07 +0100
parents 97ffab611a55
children
comparison
equal deleted inserted replaced
496:3c962af5342c 497:c39df81c4dae
3 */ 3 */
4 import {AfterViewInit, ElementRef, Input, ViewChild} from '@angular/core'; 4 import {AfterViewInit, ElementRef, Input, ViewChild} from '@angular/core';
5 import {OnSeekHandler} from '../playhead/PlayHeadHelpers'; 5 import {OnSeekHandler} from '../playhead/PlayHeadHelpers';
6 import {attachTouchHandlerBodges} from './WavesJunk'; 6 import {attachTouchHandlerBodges} from './WavesJunk';
7 import Waves from 'waves-ui-piper'; 7 import Waves from 'waves-ui-piper';
8 import {countingIdProvider} from 'piper/client-stubs/WebWorkerStreamingClient'; 8 import {countingIdProvider} from 'piper-js/web-worker';
9 import {ShapedFeatureData} from './FeatureUtilities'; 9 import {ShapedFeatureData} from './FeatureUtilities';
10 10
11 const trackIdGenerator = countingIdProvider(0); 11 const trackIdGenerator = countingIdProvider(0);
12 12
13 // has to be an abstract class vs as interface for Angular's DI 13 // has to be an abstract class vs as interface for Angular's DI