Method
Libopenmpt.ModuleGetCurrentTempo(IntPtr)

Summary

Syntax

[DllImport(DLL, EntryPoint = "openmpt_module_get_current_tempo")]
public static extern int ModuleGetCurrentTempo(IntPtr mod)

Remarks

This function is deprecated. Please use ModuleGetCurrentTempo2() instead.

Attributes

Type Description
DllImportAttribute

Parameters

Name Type Description
mod IntPtr The module handle to work on.

Return Value

Type Description
int The current tempo in tracker units. The exact meaning of this value depends on the tempo mode being used.