libopenmpt 0.8.0-pre.5+r20620
cross-platform C++ and C library to decode tracked music files
openmpt::ext::pattern_vis Class Referenceabstract

#include <libopenmpt/libopenmpt_ext.hpp>

Public Types

enum  effect_type {
  effect_unknown = 0 , effect_general = 1 , effect_global = 2 , effect_volume = 3 ,
  effect_panning = 4 , effect_pitch = 5
}
 Pattern command type. More...
 

Public Member Functions

virtual effect_type get_pattern_row_channel_volume_effect_type (std::int32_t pattern, std::int32_t row, std::int32_t channel) const =0
 Get pattern command type for pattern highlighting. More...
 
virtual effect_type get_pattern_row_channel_effect_type (std::int32_t pattern, std::int32_t row, std::int32_t channel) const =0
 Get pattern command type for pattern highlighting. More...
 

Protected Member Functions

 pattern_vis ()
 
virtual ~pattern_vis ()
 

Member Enumeration Documentation

◆ effect_type

Pattern command type.

Enumerator
effect_unknown 
effect_general 
effect_global 
effect_volume 
effect_panning 
effect_pitch 

Constructor & Destructor Documentation

◆ pattern_vis()

openmpt::ext::pattern_vis::pattern_vis ( )
inlineprotected

◆ ~pattern_vis()

virtual openmpt::ext::pattern_vis::~pattern_vis ( )
inlineprotectedvirtual

Member Function Documentation

◆ get_pattern_row_channel_effect_type()

virtual effect_type openmpt::ext::pattern_vis::get_pattern_row_channel_effect_type ( std::int32_t  pattern,
std::int32_t  row,
std::int32_t  channel 
) const
pure virtual

Get pattern command type for pattern highlighting.

Parameters
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 volume column at the given pattern position (see openmpt::ext::pattern_vis::effect_type)
See also
openmpt::ext::pattern_vis::get_pattern_row_channel_volume_effect_type

◆ get_pattern_row_channel_volume_effect_type()

virtual effect_type openmpt::ext::pattern_vis::get_pattern_row_channel_volume_effect_type ( std::int32_t  pattern,
std::int32_t  row,
std::int32_t  channel 
) const
pure virtual

Get pattern command type for pattern highlighting.

Parameters
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::ext::pattern_vis::effect_type)
See also
openmpt::ext::pattern_vis::get_pattern_row_channel_effect_type

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