ma_delay_get_wet function

  1. @Native<Float Function(Pointer<ma_delay>)>(ffi.Pointer<ma_delay>)>()
double ma_delay_get_wet(
  1. Pointer<ma_delay> pDelay
)

Implementation

@ffi.Native<ffi.Float Function(ffi.Pointer<ma_delay>)>()
external double ma_delay_get_wet(ffi.Pointer<ma_delay> pDelay);