Skip to content
Snippets Groups Projects
Verified Commit 5b735fb7 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Use waveform_sequence to create GenericOverlapping

parent 8eeb4e5c
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ GenericOverlapping(other_waveform::AbstractOverlapping) = GenericOverlapping(dur
make_generic(ao::AbstractOverlapping) = GenericOverlapping(
duration(ao),
make_generic.(waveform(ao)),
make_generic.(waveform_sequence(ao)),
[(index=i.index, time=i.time, object=make_generic(i.object)) for i in interruptions(ao)]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment