changeset 105:f8436dd53e7f

Bring in CC's latest wave-ui stuff.
author Lucas Thompson <dev@lucas.im>
date Mon, 06 Mar 2017 11:29:47 +0000
parents 5f14819a5af2
children fe6b0c525a7d
files package.json src/app/waveform/waveform.component.ts
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/package.json	Fri Mar 03 13:10:48 2017 +0000
+++ b/package.json	Mon Mar 06 11:29:47 2017 +0000
@@ -27,7 +27,7 @@
     "requirejs": "^2.3.2",
     "rxjs": "5.0.0-beta.12",
     "ts-helpers": "^1.1.1",
-    "waves-ui": "github:cannam/waves-ui#a4fd26a8cd1cad31d34d7af82026e083f26997fd",
+    "waves-ui": "github:cannam/waves-ui#22679ac96808d3d2d9360202849908a0efb16e75",
     "zone.js": "^0.6.23"
   },
   "devDependencies": {
--- a/src/app/waveform/waveform.component.ts	Fri Mar 03 13:10:48 2017 +0000
+++ b/src/app/waveform/waveform.component.ts	Mon Mar 06 11:29:47 2017 +0000
@@ -227,12 +227,12 @@
           };
         });
 
-        let breakpointLayer = new wavesUI.helpers.BreakpointLayer(plotData, {
+        let lineLayer = new wavesUI.helpers.LineLayer(plotData, {
           color: colour,
           height: height
         });
         this.colouredLayers.set(this.addLayer(
-          breakpointLayer,
+          lineLayer,
           mainTrack,
           this.timeline.timeContext
         ), colour);