lilv_instance_deactivate

Function lilv_instance_deactivate 

Source
pub unsafe fn lilv_instance_deactivate(instance: *mut LilvInstance)
Expand description

Deactivate a plugin instance. Note that to run the plugin after this you must activate it, which will reset all state information (except port connections).

ยงSafety

Makes use of unsafe ffi functions.