# HG changeset patch # User Chris Cannam # Date 1500650571 -3600 # Node ID 7253d73ac7c90f5bb146764d5a2ba522ec73f6f9 # Parent 0fbba61603b39311d3d2f89827590ca9d9ef647a Use new Region layer diff -r 0fbba61603b3 -r 7253d73ac7c9 src/app/visualisations/regions/regions.component.ts --- a/src/app/visualisations/regions/regions.component.ts Thu Jul 20 16:15:40 2017 +0100 +++ b/src/app/visualisations/regions/regions.component.ts Fri Jul 21 16:22:51 2017 +0100 @@ -42,7 +42,7 @@ protected get featureLayers(): Layer[] { this.currentVerticalRange = findVerticalRange(this.feature); return [ - new Waves.helpers.PianoRollLayer( + new Waves.helpers.RegionLayer( this.feature, { height: this.height,