Overlay segments and normal segments exist at the same time. #544
Unanswered
jason30704
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Currently no. We would need to add more per-segment options to make this work. Something like: peaks.segments.add({
startTime: 1.0,
endTime: 2.0,
overlay: false, // overrides default options.segmentOptions.overlay
editable: true
}); |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
If I want to use overlay segments and normal segments at the same time in waveform, is it possible?
Beta Was this translation helpful? Give feedback.
All reactions