Delegate
ModuleExtInterfaceInteractive3.ModuleExtInterfaceInteractive3.SetCurrentTempoDelegate2

Summary

Syntax

[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate int ModuleExtInterfaceInteractive3.SetCurrentTempoDelegate2(IntPtr modExt, int tempo) : 
    MulticastDelegate, ICloneable, ISerializable

Remarks

The tempo may be reset by pattern commands at any time. Use SetTempoFactor to apply a tempo factor that is independent of pattern commands.

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