Delegate
ModuleExtInterfaceInteractive.ModuleExtInterfaceInteractive.SetPitchFactorDelegate

Summary

Syntax

[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate int ModuleExtInterfaceInteractive.SetPitchFactorDelegate(IntPtr modExt, double factor) : 
    MulticastDelegate, ICloneable, ISerializable

Remarks

Modifying the pitch without applying the same tempo factor may cause rhythmic samples (e.g., drum loops) to go out of sync. To shift the pitch by n semitones, use the formula: pow(2.0, n / 12.0).

Operators

Name Value Summary
operator !=(Delegate, Delegate) bool
Inherited from Delegate
operator !=(MulticastDelegate, MulticastDelegate) bool
Inherited from MulticastDelegate
operator ==(Delegate, Delegate) bool
Inherited from Delegate
operator ==(MulticastDelegate, MulticastDelegate) bool
Inherited from MulticastDelegate

See Also