All the annotations are red
Closed this issue · 2 comments
cannam commented
There is some code in (ahem) waveform.component.ts that I think is supposed to pick a new colour for each annotation layer, but it doesn't seem to be working any more. All of the annotations and their cursors and highlight layers are coming out red.
LucasThompson commented
I realised the same thing last night actually.
The component should probably take a colour as an input and the parent component decides.
There's a lot of logic hanging around in that class from when we were overlaying the features etc.
…On 28 Apr 2017, at 09:33, Chris Cannam ***@***.***> wrote:
There is some logic in (ahem) waveform.component.ts to pick a new colour for each annotation layer, but it doesn't seem to be working any more. All of the annotations and their cursors and highlight layers are coming out red.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
cannam commented
I bodged it in cannam/master for now.