dev191 - kind of remove DIV_ALWAYS_SET_VOLUME
it's useless crap I put during the Defle compat days it serves nearly no purpose nowadays also why is it a command?
This commit is contained in:
parent
95aff38cb2
commit
f8187b9a5f
87 changed files with 105 additions and 207 deletions
|
|
@ -248,8 +248,6 @@ enum DivDispatchCmds {
|
|||
DIV_CMD_ESFM_MODIN, // (op, value)
|
||||
DIV_CMD_ESFM_ENV_DELAY, // (op, value)
|
||||
|
||||
DIV_ALWAYS_SET_VOLUME, // () -> alwaysSetVol
|
||||
|
||||
DIV_CMD_MAX
|
||||
};
|
||||
|
||||
|
|
@ -611,6 +609,13 @@ class DivDispatch {
|
|||
*/
|
||||
virtual int getPortaFloor(int ch);
|
||||
|
||||
/**
|
||||
* check whether to always set volume on volume change (even when same volume).
|
||||
* only for compatibility purposes!
|
||||
* @return truth.
|
||||
*/
|
||||
virtual bool getLegacyAlwaysSetVolume();
|
||||
|
||||
/**
|
||||
* get the required amplification level of this dispatch's output.
|
||||
* @return the amplification level.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue