public void SetChorus(int numVoices, double level, double speed, double depthMS, FluidChorusMod type) { LibFluidsynth.Synth.fluid_synth_set_chorus (Handle, numVoices, level, speed, depthMS, type); }
public void SetChorus(int numVoices, double level, double speed, double depthMS, FluidChorusMod type) { ThrowIfDisposed(); LibFluidsynth.fluid_synth_set_chorus(Handle, numVoices, level, speed, depthMS, type); }
internal static extern void fluid_synth_set_chorus(fluid_synth_t_ptr synth, int nr, double level, double speed, double depth_ms, FluidChorusMod type);
internal static extern void fluid_synth_set_chorus(fluid_synth_t_ptr synth, [MarshalAs(UnmanagedType.SysInt)] int nr, double level, double speed, double depth_ms, [MarshalAs(UnmanagedType.SysInt)] FluidChorusMod type);