tom_strike method

void tom_strike(
  1. Pointer<FaustTom> tom,
  2. double velocity
)

Implementation

void tom_strike(ffi.Pointer<FaustTom> tom, double velocity) {
  return _tom_strike(tom, velocity);
}