|
libopenmpt
0.2.10050
cross-platform C++ and C library to decode tracked music files
|
#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 () |
|
inlineprotected |
|
inlineprotectedvirtual |
|
pure virtual |
Get pattern command type for pattern highlighting.
| pattern | The pattern whose data should be retrieved. |
| row | The row from which the data should be retrieved. |
| channel | The channel from which the data should be retrieved. |
|
pure virtual |
Get pattern command type for pattern highlighting.
| pattern | The pattern whose data should be retrieved. |
| row | The row from which the data should be retrieved. |
| channel | The channel from which the data should be retrieved. |