#include <libopenmpt/libopenmpt_ext.hpp>
|
virtual void | note_off (int32_t channel)=0 |
| Sends a key-off command for the note playing on the specified channel. More...
|
|
virtual void | note_fade (int32_t channel)=0 |
| Sends a note fade command for the note playing on the specified channel. More...
|
|
virtual void | set_channel_panning (int32_t channel, double panning)=0 |
| Set the current panning position for a channel. More...
|
|
virtual double | get_channel_panning (int32_t channel)=0 |
| Get the current panning position for a channel. More...
|
|
virtual void | set_note_finetune (int32_t channel, double finetune)=0 |
| Set the finetune for the currently playing note on a channel. More...
|
|
virtual double | get_note_finetune (int32_t channel)=0 |
| Get the finetune for the currently playing note on a channel. More...
|
|
◆ interactive2()
openmpt::ext::interactive2::interactive2 |
( |
| ) |
|
|
inlineprotected |
◆ ~interactive2()
virtual openmpt::ext::interactive2::~interactive2 |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ get_channel_panning()
virtual double openmpt::ext::interactive2::get_channel_panning |
( |
int32_t |
channel | ) |
|
|
pure virtual |
◆ get_note_finetune()
virtual double openmpt::ext::interactive2::get_note_finetune |
( |
int32_t |
channel | ) |
|
|
pure virtual |
◆ note_fade()
virtual void openmpt::ext::interactive2::note_fade |
( |
int32_t |
channel | ) |
|
|
pure virtual |
◆ note_off()
virtual void openmpt::ext::interactive2::note_off |
( |
int32_t |
channel | ) |
|
|
pure virtual |
◆ set_channel_panning()
virtual void openmpt::ext::interactive2::set_channel_panning |
( |
int32_t |
channel, |
|
|
double |
panning |
|
) |
| |
|
pure virtual |
◆ set_note_finetune()
virtual void openmpt::ext::interactive2::set_note_finetune |
( |
int32_t |
channel, |
|
|
double |
finetune |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: