diff 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
line wrap: on
line diff
--- a/src/app/visualisations/waves-base.component.ts	Fri Jul 21 14:29:02 2017 +0100
+++ b/src/app/visualisations/waves-base.component.ts	Sun Aug 13 19:44:07 2017 +0100
@@ -5,7 +5,7 @@
 import {OnSeekHandler} from '../playhead/PlayHeadHelpers';
 import {attachTouchHandlerBodges} from './WavesJunk';
 import Waves from 'waves-ui-piper';
-import {countingIdProvider} from 'piper/client-stubs/WebWorkerStreamingClient';
+import {countingIdProvider} from 'piper-js/web-worker';
 import {ShapedFeatureData} from './FeatureUtilities';
 
 const trackIdGenerator = countingIdProvider(0);