| libopenmpt 0.9.0-pre.9+r24349
    cross-platform C++ and C library to decode tracked music files | 
#include <libopenmpt/libopenmpt_ext.h>
| Public Attributes | |
| int(* | set_current_tempo2 )(openmpt_module_ext *mod_ext, double tempo) | 
| int(* openmpt_module_ext_interface_interactive3::set_current_tempo2) (openmpt_module_ext *mod_ext, double tempo) | 
Set the current module tempo
| mod_ext | The module handle to work on. | 
| tempo | The new tempo in range [32, 512]. The exact meaning of the value depends on the tempo mode used by the module. |