libopenmpt 0.7.6+release
cross-platform C++ and C library to decode tracked music files
openmpt_module_ext_interface_pattern_vis Struct Reference

#include <libopenmpt/libopenmpt_ext.h>

Public Attributes

int(* get_pattern_row_channel_volume_effect_type )(openmpt_module_ext *mod_ext, int32_t pattern, int32_t row, int32_t channel)
 
int(* get_pattern_row_channel_effect_type )(openmpt_module_ext *mod_ext, int32_t pattern, int32_t row, int32_t channel)
 

Member Data Documentation

◆ get_pattern_row_channel_effect_type

int(* openmpt_module_ext_interface_pattern_vis::get_pattern_row_channel_effect_type) (openmpt_module_ext *mod_ext, int32_t pattern, int32_t row, int32_t channel)

Get pattern command type for pattern highlighting

Parameters
mod_extThe module handle to work on.
patternThe pattern whose data should be retrieved.
rowThe row from which the data should be retrieved.
channelThe channel from which the data should be retrieved.
Returns
The command type in the effect column at the given pattern position (see OPENMPT_MODULE_EXT_INTERFACE_PATTERN_VIS_EFFECT_TYPE_*)
See also
openmpt_module_ext_interface_pattern_vis::get_pattern_row_channel_volume_effect_type

◆ get_pattern_row_channel_volume_effect_type

int(* openmpt_module_ext_interface_pattern_vis::get_pattern_row_channel_volume_effect_type) (openmpt_module_ext *mod_ext, int32_t pattern, int32_t row, int32_t channel)

Get pattern command type for pattern highlighting

Parameters
mod_extThe module handle to work on.
patternThe pattern whose data should be retrieved.
rowThe row from which the data should be retrieved.
channelThe channel from which the data should be retrieved.
Returns
The command type in the effect column at the given pattern position (see OPENMPT_MODULE_EXT_INTERFACE_PATTERN_VIS_EFFECT_TYPE_*)
See also
openmpt_module_ext_interface_pattern_vis::get_pattern_row_channel_volume_effect_type

The documentation for this struct was generated from the following file: