#include <libopenmpt/libopenmpt_ext.h>
◆ get_channel_panning
double(* openmpt_module_ext_interface_interactive2::get_channel_panning) (openmpt_module_ext *mod_ext, int32_t channel) |
Get the current panning position for a channel.
- Parameters
-
mod_ext | The module handle to work on. |
channel | The channel whose panning should be retrieved. This is the value returned by a previous play_note call. |
- Returns
- The current channel panning, in range [-1.0, 1.0], 0.0 is center.
- See also
- openmpt_module_ext_interface_interactive2::set_channel_panning
- Since
- 0.6.0
◆ get_note_finetune
double(* openmpt_module_ext_interface_interactive2::get_note_finetune) (openmpt_module_ext *mod_ext, int32_t channel) |
◆ note_fade
int(* openmpt_module_ext_interface_interactive2::note_fade) (openmpt_module_ext *mod_ext, int32_t channel) |
◆ note_off
int(* openmpt_module_ext_interface_interactive2::note_off) (openmpt_module_ext *mod_ext, int32_t channel) |
◆ set_channel_panning
int(* openmpt_module_ext_interface_interactive2::set_channel_panning) (openmpt_module_ext *mod_ext, int32_t channel, double panning) |
Set the current panning for a channel.
- Parameters
-
mod_ext | The module handle to work on. |
channel | The channel that should be panned. This is the value returned by a previous play_note call. |
panning | The panning position to set on the channel, in range [-1.0, 1.0], 0.0 is center. |
- Returns
- 1 on success, 0 on failure (channel out of range).
- See also
- openmpt_module_ext_interface_interactive2::get_channel_panning
- Since
- 0.6.0
◆ set_note_finetune
int(* openmpt_module_ext_interface_interactive2::set_note_finetune) (openmpt_module_ext *mod_ext, int32_t channel, double finetune) |
The documentation for this struct was generated from the following file: