Returns a deep copy of this instance, preserving op if present.
@override MusicD clone() => .new( op: op, stream: stream.clone(), frameCount: frameCount, looping: looping, ctxType: ctxType, );