Function reaper_low::delete_cpp_reaper_pitch_shift
source · [−]pub unsafe fn delete_cpp_reaper_pitch_shift(
pitch_shift: NonNull<IReaperPitchShift>
)
Expand description
Destroys a C++ IReaperPitchShift
object.
Intended to be used on pointers returned by ReaperGetPitchShiftAPI()
.
Safety
REAPER can crash if you pass an invalid pointer because C++ will attempt to free the wrong location in memory.