#include <instrument.h>
|
enum | A : char {
A::HBANK,
A::LBANK,
A::PROGRAM,
A::VOLUME,
A::PAN,
A::CHORUS,
A::REVERB,
A::INIT_COUNT
} |
|
enum | Prop : char {
Prop::VOLUME,
Prop::PAN,
Prop::CHORUS,
Prop::REVERB,
Prop::NAME,
Prop::DESCR,
Prop::PROGRAM,
Prop::BANK,
Prop::COLOR,
Prop::SOLOMUTE,
Prop::SOLO,
Prop::MUTE,
Prop::SYNTI,
Prop::CHANNEL,
Prop::USER_BANK_CONTROL
} |
|
Enumerator |
---|
HBANK | |
LBANK | |
PROGRAM | |
VOLUME | |
PAN | |
CHORUS | |
REVERB | |
INIT_COUNT | |
◆ Prop
Enumerator |
---|
VOLUME | |
PAN | |
CHORUS | |
REVERB | |
NAME | |
DESCR | |
PROGRAM | |
BANK | |
COLOR | |
SOLOMUTE | |
SOLO | |
MUTE | |
SYNTI | |
CHANNEL | |
USER_BANK_CONTROL | |
◆ Channel()
◆ addListener()
◆ bank()
int Ms::Channel::bank |
( |
| ) |
const |
|
inline |
◆ channel()
int Ms::Channel::channel |
( |
| ) |
const |
|
inline |
◆ chorus()
char Ms::Channel::chorus |
( |
| ) |
const |
|
inline |
◆ color()
int Ms::Channel::color |
( |
| ) |
const |
|
inline |
◆ descr()
QString Ms::Channel::descr |
( |
| ) |
const |
|
inline |
◆ firePropertyChanged()
◆ initList()
◆ mute()
bool Ms::Channel::mute |
( |
| ) |
const |
|
inline |
◆ name()
QString Ms::Channel::name |
( |
| ) |
const |
|
inline |
◆ operator==()
bool Ms::Channel::operator== |
( |
const Channel & |
c | ) |
|
|
inline |
◆ pan()
char Ms::Channel::pan |
( |
| ) |
const |
|
inline |
◆ program()
int Ms::Channel::program |
( |
| ) |
const |
|
inline |
◆ read()
◆ removeListener()
◆ reverb()
char Ms::Channel::reverb |
( |
| ) |
const |
|
inline |
◆ setBank()
void Channel::setBank |
( |
int |
value | ) |
|
◆ setChannel()
void Channel::setChannel |
( |
int |
value | ) |
|
◆ setChorus()
void Channel::setChorus |
( |
char |
value | ) |
|
◆ setColor()
void Channel::setColor |
( |
int |
value | ) |
|
◆ setDescr()
void Channel::setDescr |
( |
const QString & |
value | ) |
|
◆ setMute()
void Channel::setMute |
( |
bool |
value | ) |
|
◆ setName()
void Channel::setName |
( |
const QString & |
value | ) |
|
◆ setPan()
void Channel::setPan |
( |
char |
value | ) |
|
◆ setProgram()
void Channel::setProgram |
( |
int |
value | ) |
|
◆ setReverb()
void Channel::setReverb |
( |
char |
value | ) |
|
◆ setSolo()
void Channel::setSolo |
( |
bool |
value | ) |
|
◆ setSoloMute()
void Channel::setSoloMute |
( |
bool |
value | ) |
|
◆ setSynti()
void Channel::setSynti |
( |
const QString & |
value | ) |
|
◆ setUserBankController()
void Channel::setUserBankController |
( |
bool |
val | ) |
|
◆ setVolume()
void Channel::setVolume |
( |
char |
value | ) |
|
◆ solo()
bool Ms::Channel::solo |
( |
| ) |
const |
|
inline |
◆ soloMute()
bool Ms::Channel::soloMute |
( |
| ) |
const |
|
inline |
◆ switchExpressive()
void Channel::switchExpressive |
( |
Synthesizer * |
synth, |
|
|
bool |
expressive, |
|
|
bool |
force = false |
|
) |
| |
◆ synti()
QString Ms::Channel::synti |
( |
| ) |
const |
|
inline |
◆ updateInitList()
void Channel::updateInitList |
( |
| ) |
const |
◆ userBankController()
bool Ms::Channel::userBankController |
( |
| ) |
const |
|
inline |
◆ volume()
char Ms::Channel::volume |
( |
| ) |
const |
|
inline |
◆ write()
◆ _bank
◆ _channel
int Ms::Channel::_channel { 0 } |
|
private |
◆ _chorus
char Ms::Channel::_chorus |
|
private |
◆ _color
◆ _descr
QString Ms::Channel::_descr |
|
private |
◆ _init
◆ _mustUpdateInit
bool Ms::Channel::_mustUpdateInit = true |
|
mutableprivate |
◆ _mute
◆ _name
QString Ms::Channel::_name |
|
private |
◆ _notifier
◆ _pan
◆ _program
int Ms::Channel::_program |
|
private |
◆ _reverb
char Ms::Channel::_reverb |
|
private |
◆ _solo
◆ _soloMute
bool Ms::Channel::_soloMute |
|
private |
◆ _switchedToExpressive
bool Ms::Channel::_switchedToExpressive = false |
|
private |
◆ _synti
QString Ms::Channel::_synti |
|
private |
◆ _userBankController
bool Ms::Channel::_userBankController = false |
|
private |
◆ _volume
char Ms::Channel::_volume |
|
private |
◆ articulation
◆ DEFAULT_COLOR
const int Ms::Channel::DEFAULT_COLOR = 0x3399ff |
|
staticprivate |
◆ DEFAULT_NAME
const char * Channel::DEFAULT_NAME = "normal" |
|
static |
◆ defaultVolume
constexpr char Ms::Channel::defaultVolume = 100 |
|
static |
◆ midiActions
The documentation for this class was generated from the following files: