Function reaper_low::delete_cpp_pcm_sink
source · [−]Expand description
Destroys a C++ PCM_sink
object.
Intended to be used on pointers returned from create_cpp_to_rust_pcm_sink()
.
Safety
REAPER can crash if you pass an invalid pointer because C++ will attempt to free the wrong location in memory.