libopenmpt 0.7.11+release
cross-platform C++ and C library to decode tracked music files
|
This is the complete list of members for openmpt::module_ext, including all inherited members.
command_effect enum value | openmpt::module | |
command_index enum name | openmpt::module | |
command_instrument enum value | openmpt::module | |
command_note enum value | openmpt::module | |
command_parameter enum value | openmpt::module | |
command_volume enum value | openmpt::module | |
command_volumeffect enum value | openmpt::module | |
ctl_get(const std::string &ctl) const | openmpt::module | |
ctl_get_boolean(std::string_view ctl) const | openmpt::module | |
ctl_get_floatingpoint(std::string_view ctl) const | openmpt::module | |
ctl_get_integer(std::string_view ctl) const | openmpt::module | |
ctl_get_text(std::string_view ctl) const | openmpt::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) const | openmpt::module | |
format_pattern_row_channel_command(std::int32_t pattern, std::int32_t row, std::int32_t channel, int command) const | openmpt::module | |
get_channel_names() const | openmpt::module | |
get_ctls() const | openmpt::module | |
get_current_channel_vu_left(std::int32_t channel) const | openmpt::module | |
get_current_channel_vu_mono(std::int32_t channel) const | openmpt::module | |
get_current_channel_vu_rear_left(std::int32_t channel) const | openmpt::module | |
get_current_channel_vu_rear_right(std::int32_t channel) const | openmpt::module | |
get_current_channel_vu_right(std::int32_t channel) const | openmpt::module | |
get_current_estimated_bpm() const | openmpt::module | |
get_current_order() const | openmpt::module | |
get_current_pattern() const | openmpt::module | |
get_current_playing_channels() const | openmpt::module | |
get_current_row() const | openmpt::module | |
get_current_speed() const | openmpt::module | |
get_current_tempo() const | openmpt::module | |
get_current_tempo2() const | openmpt::module | |
get_duration_seconds() const | openmpt::module | |
get_instrument_names() const | openmpt::module | |
get_interface(const std::string &interface_id) | openmpt::module_ext | |
get_metadata(const std::string &key) const | openmpt::module | |
get_metadata_keys() const | openmpt::module | |
get_num_channels() const | openmpt::module | |
get_num_instruments() const | openmpt::module | |
get_num_orders() const | openmpt::module | |
get_num_patterns() const | openmpt::module | |
get_num_samples() const | openmpt::module | |
get_num_subsongs() const | openmpt::module | |
get_order_names() const | openmpt::module | |
get_order_pattern(std::int32_t order) const | openmpt::module | |
get_pattern_names() const | openmpt::module | |
get_pattern_num_rows(std::int32_t pattern) const | openmpt::module | |
get_pattern_row_channel_command(std::int32_t pattern, std::int32_t row, std::int32_t channel, int command) const | openmpt::module | |
get_position_seconds() const | openmpt::module | |
get_render_param(int param) const | openmpt::module | |
get_repeat_count() const | openmpt::module | |
get_sample_names() const | openmpt::module | |
get_selected_subsong() const | openmpt::module | |
get_subsong_names() const | openmpt::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) const | openmpt::module | |
highlight_pattern_row_channel_command(std::int32_t pattern, std::int32_t row, std::int32_t channel, int command) const | openmpt::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_ext(std::istream &stream, std::ostream &log=std::clog, const std::map< std::string, std::string > &ctls=detail::initial_ctls_map()) | openmpt::module_ext | |
module_ext(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_ext | |
module_ext(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_ext | |
module_ext(const std::vector< char > &data, std::ostream &log=std::clog, const std::map< std::string, std::string > &ctls=detail::initial_ctls_map()) | openmpt::module_ext | |
module_ext(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_ext | |
module_ext(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_ext | |
module_ext(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_ext | |
module_ext(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_ext | |
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 value | openmpt::module | |
RENDER_MASTERGAIN_MILLIBEL enum value | openmpt::module | |
render_param enum name | openmpt::module | |
RENDER_STEREOSEPARATION_PERCENT enum value | openmpt::module | |
RENDER_VOLUMERAMPING_STRENGTH enum value | openmpt::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::module | virtual |
~module_ext() | openmpt::module_ext | virtual |