Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

cdfUnregRemasterTrigger

cdfUnregRemasterTrigger(
)
=> l_ids / nil

Description

Unregisters a trigger previously registered with cdfRegRemasterTrigger. The callback infrastructure is only called when the resetOnRemaster environment variable is set to t.

It is possible to register a trigger before defining the function. No capturing of the function is performed and only the most up-to-date implementation is called. Only one trigger can be registered and any existing registration is replaced.

Arguments

None

Value Returned

t

The user-specified trigger was registered.

nil

The argument cannot be converted to a string.

Examples

Registers the remaster function.

cdfRegRemasterTrigger("MyRemasterFunc")
=>t

Unregisters the remaster function.

cdfUnregRemasterTrigger("MyRemasterFunc")
=>t

Related Topics

cdfRegRemasterTrigger

cdfRemasterAction


Return to top
 ⠀
X