Deletes an object, e.g., a selection of sequences, from the global data storage.

$USAGE$
<sequencesName> name of the sequences to be cleaned-up
<neqSequencesName> name of the cleaned-up sequences
<mode> defines whether KeyReleased events without a matching KeyPressed are removed (mode: REMOVAL) or if a matching KeyPressed event is added directly in front of the KeyReleased event (mode: ADDITION)

Example(s):
cleanupKeyInteractions sequences cleanedSequences REMOVAL
cleanupKeyInteractions sequences cleanedSequences ADDITION