libopenmpt 0.7.6+release
cross-platform C++ and C library to decode tracked music files
openmpt::module Member List

This is the complete list of members for openmpt::module, including all inherited members.

command_effect enum valueopenmpt::module
command_index enum nameopenmpt::module
command_instrument enum valueopenmpt::module
command_note enum valueopenmpt::module
command_parameter enum valueopenmpt::module
command_volume enum valueopenmpt::module
command_volumeffect enum valueopenmpt::module
ctl_get(const std::string &ctl) constopenmpt::module
ctl_get_boolean(std::string_view ctl) constopenmpt::module
ctl_get_floatingpoint(std::string_view ctl) constopenmpt::module
ctl_get_integer(std::string_view ctl) constopenmpt::module
ctl_get_text(std::string_view ctl) constopenmpt::module
ctl_set(const std::string &ctl, const std::string &value)openmpt::module
ctl_set_boolean(std::string_view ctl, bool value)openmpt::module
ctl_set_floatingpoint(std::string_view ctl, double value)openmpt::module
ctl_set_integer(std::string_view ctl, std::int64_t value)openmpt::module
ctl_set_text(std::string_view ctl, std::string_view value)openmpt::module
format_pattern_row_channel(std::int32_t pattern, std::int32_t row, std::int32_t channel, std::size_t width=0, bool pad=true) constopenmpt::module
format_pattern_row_channel_command(std::int32_t pattern, std::int32_t row, std::int32_t channel, int command) constopenmpt::module
get_channel_names() constopenmpt::module
get_ctls() constopenmpt::module
get_current_channel_vu_left(std::int32_t channel) constopenmpt::module
get_current_channel_vu_mono(std::int32_t channel) constopenmpt::module
get_current_channel_vu_rear_left(std::int32_t channel) constopenmpt::module
get_current_channel_vu_rear_right(std::int32_t channel) constopenmpt::module
get_current_channel_vu_right(std::int32_t channel) constopenmpt::module
get_current_estimated_bpm() constopenmpt::module
get_current_order() constopenmpt::module
get_current_pattern() constopenmpt::module
get_current_playing_channels() constopenmpt::module
get_current_row() constopenmpt::module
get_current_speed() constopenmpt::module
get_current_tempo() constopenmpt::module
get_current_tempo2() constopenmpt::module
get_duration_seconds() constopenmpt::module
get_instrument_names() constopenmpt::module
get_metadata(const std::string &key) constopenmpt::module
get_metadata_keys() constopenmpt::module
get_num_channels() constopenmpt::module
get_num_instruments() constopenmpt::module
get_num_orders() constopenmpt::module
get_num_patterns() constopenmpt::module
get_num_samples() constopenmpt::module
get_num_subsongs() constopenmpt::module
get_order_names() constopenmpt::module
get_order_pattern(std::int32_t order) constopenmpt::module
get_pattern_names() constopenmpt::module
get_pattern_num_rows(std::int32_t pattern) constopenmpt::module
get_pattern_row_channel_command(std::int32_t pattern, std::int32_t row, std::int32_t channel, int command) constopenmpt::module
get_position_seconds() constopenmpt::module
get_render_param(int param) constopenmpt::module
get_repeat_count() constopenmpt::module
get_sample_names() constopenmpt::module
get_selected_subsong() constopenmpt::module
get_subsong_names() constopenmpt::module
highlight_pattern_row_channel(std::int32_t pattern, std::int32_t row, std::int32_t channel, std::size_t width=0, bool pad=true) constopenmpt::module
highlight_pattern_row_channel_command(std::int32_t pattern, std::int32_t row, std::int32_t channel, int command) constopenmpt::module
module(std::istream &stream, std::ostream &log=std::clog, const std::map< std::string, std::string > &ctls=detail::initial_ctls_map())openmpt::module
module(const std::vector< std::byte > &data, std::ostream &log=std::clog, const std::map< std::string, std::string > &ctls=detail::initial_ctls_map())openmpt::module
module(const std::byte *beg, const std::byte *end, std::ostream &log=std::clog, const std::map< std::string, std::string > &ctls=detail::initial_ctls_map())openmpt::module
module(const std::byte *data, std::size_t size, std::ostream &log=std::clog, const std::map< std::string, std::string > &ctls=detail::initial_ctls_map())openmpt::module
module(const std::vector< std::uint8_t > &data, std::ostream &log=std::clog, const std::map< std::string, std::string > &ctls=detail::initial_ctls_map())openmpt::module
module(const std::uint8_t *beg, const std::uint8_t *end, std::ostream &log=std::clog, const std::map< std::string, std::string > &ctls=detail::initial_ctls_map())openmpt::module
module(const std::uint8_t *data, std::size_t size, std::ostream &log=std::clog, const std::map< std::string, std::string > &ctls=detail::initial_ctls_map())openmpt::module
module(const std::vector< char > &data, std::ostream &log=std::clog, const std::map< std::string, std::string > &ctls=detail::initial_ctls_map())openmpt::module
module(const char *beg, const char *end, std::ostream &log=std::clog, const std::map< std::string, std::string > &ctls=detail::initial_ctls_map())openmpt::module
module(const char *data, std::size_t size, std::ostream &log=std::clog, const std::map< std::string, std::string > &ctls=detail::initial_ctls_map())openmpt::module
module(const void *data, std::size_t size, std::ostream &log=std::clog, const std::map< std::string, std::string > &ctls=detail::initial_ctls_map())openmpt::module
module_extopenmpt::modulefriend
read(std::int32_t samplerate, std::size_t count, std::int16_t *mono)openmpt::module
read(std::int32_t samplerate, std::size_t count, std::int16_t *left, std::int16_t *right)openmpt::module
read(std::int32_t samplerate, std::size_t count, std::int16_t *left, std::int16_t *right, std::int16_t *rear_left, std::int16_t *rear_right)openmpt::module
read(std::int32_t samplerate, std::size_t count, float *mono)openmpt::module
read(std::int32_t samplerate, std::size_t count, float *left, float *right)openmpt::module
read(std::int32_t samplerate, std::size_t count, float *left, float *right, float *rear_left, float *rear_right)openmpt::module
read_interleaved_quad(std::int32_t samplerate, std::size_t count, std::int16_t *interleaved_quad)openmpt::module
read_interleaved_quad(std::int32_t samplerate, std::size_t count, float *interleaved_quad)openmpt::module
read_interleaved_stereo(std::int32_t samplerate, std::size_t count, std::int16_t *interleaved_stereo)openmpt::module
read_interleaved_stereo(std::int32_t samplerate, std::size_t count, float *interleaved_stereo)openmpt::module
RENDER_INTERPOLATIONFILTER_LENGTH enum valueopenmpt::module
RENDER_MASTERGAIN_MILLIBEL enum valueopenmpt::module
render_param enum nameopenmpt::module
RENDER_STEREOSEPARATION_PERCENT enum valueopenmpt::module
RENDER_VOLUMERAMPING_STRENGTH enum valueopenmpt::module
select_subsong(std::int32_t subsong)openmpt::module
set_position_order_row(std::int32_t order, std::int32_t row)openmpt::module
set_position_seconds(double seconds)openmpt::module
set_render_param(int param, std::int32_t value)openmpt::module
set_repeat_count(std::int32_t repeat_count)openmpt::module
~module()openmpt::modulevirtual