Summary
Get the current tempo (recommended).
Syntax
[DllImport(DLL, EntryPoint = "openmpt_module_get_current_tempo2")]
public static extern double ModuleGetCurrentTempo2(IntPtr mod)
Attributes
Type | Description |
---|---|
DllImportAttribute |
Parameters
Name | Type | Description |
---|---|---|
mod | IntPtr | The module handle to work on. |
Return Value
Type | Description |
---|---|
double | The current tempo in tracker units. The exact meaning of this value depends on the tempo mode being used. |