Summary
Set the current module pitch factor without affecting playback speed.
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 != |
bool |
Inherited from Delegate
|
operator != |
bool |
Inherited from MulticastDelegate
|
operator == |
bool |
Inherited from Delegate
|
operator == |
bool |
Inherited from MulticastDelegate
|