Delete()
Delete a Sequencer.
Returns
None
Comments
The call to Delete() removes the reference held by the Explorer dialog. It marks the sequencer as deleted and renders it unusable for all other references. As soon as the last reference terminates the Sequencer is deleted. If the Sequencer is still running it will be stopped first.
Example
Delete the Sequencer from the above example:
oMySeq.Delete
# Now remove our object reference
del oMySeq