Err UnloadInsTemplate (Item InsTemplate)
CreateInsTemplate()
, LoadInsTemplate()
, and DefineInsTemplate()
. It unloads the Template from memory and frees its resources. Any Instruments created using the Template are deleted as well, with the expected side-effects. Any Attachments made to this Template are also deleted.
Unlike DeleteInstrument()
, any Envelopes or Samples attached to this Template are also deleted, along with the expected side-effects. If you need to protect the Envelopes or Attachments, detach them from the Template first.
DeleteInsTemplate()
function, but there isn't one yet. Sorry for any confusion that might arise from pairing CreateInsTemplate()
or DefineInsTemplate()
with UnloadInsTemplate()
.
CreateInsTemplate
(), LoadInsTemplate(), DefineInsTemplate()