ma_delay_set_dry function

  1. @Native<Void Function(Pointer<ma_delay>, Float)>(ffi.Pointer<ma_delay>, ffi.Float)>()
void ma_delay_set_dry(
  1. Pointer<ma_delay> pDelay,
  2. double value
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ma_delay>, ffi.Float)>()
external void ma_delay_set_dry(ffi.Pointer<ma_delay> pDelay, double value);