tom_destroy method

void tom_destroy(
  1. Pointer<FaustTom> tom
)

Implementation

void tom_destroy(ffi.Pointer<FaustTom> tom) {
  return _tom_destroy(tom);
}