|
|
void | isBeingAdjustedChanged () |
|
void | infoChanged () |
|
void | valueChanged () |
|
void | modulatedValueChanged () |
|
|
| ClapPluginParam (const clap_param_info &info, double value, QObject *parent=nullptr) |
| double | value () const |
|
void | setValue (double v) |
| double | modulation () const |
|
void | setModulation (double v) |
| double | modulatedValue () const |
|
bool | isValueValid (const double v) const |
|
void | printShortInfo (std::ostream &os) const |
|
void | printInfo (std::ostream &os) const |
| void | setInfo (const clap_param_info &info) noexcept |
|
bool | isInfoEqualTo (const clap_param_info &info) const |
|
bool | isInfoCriticallyDifferentTo (const clap_param_info &info) const |
| clap_param_info & | info () noexcept |
| const clap_param_info & | info () const noexcept |
| bool | isBeingAdjusted () const noexcept |
| void | setIsAdjusting (bool isAdjusting) |
| void | beginAdjust () |
| void | endAdjust () |
Definition at line 49 of file clap_plugin_param.h.
◆ beginAdjust()
| void zrythm::plugins::ClapPluginParam::beginAdjust |
( |
| ) |
|
|
inline |
◆ endAdjust()
| void zrythm::plugins::ClapPluginParam::endAdjust |
( |
| ) |
|
|
inline |
◆ info() [1/2]
| const clap_param_info & zrythm::plugins::ClapPluginParam::info |
( |
| ) |
const |
|
inlinenoexcept |
◆ info() [2/2]
| clap_param_info & zrythm::plugins::ClapPluginParam::info |
( |
| ) |
|
|
inlinenoexcept |
◆ isBeingAdjusted()
| bool zrythm::plugins::ClapPluginParam::isBeingAdjusted |
( |
| ) |
const |
|
inlinenoexcept |
◆ modulatedValue()
| double zrythm::plugins::ClapPluginParam::modulatedValue |
( |
| ) |
const |
|
inline |
◆ modulation()
| double zrythm::plugins::ClapPluginParam::modulation |
( |
| ) |
const |
|
inline |
◆ setInfo()
| void zrythm::plugins::ClapPluginParam::setInfo |
( |
const clap_param_info & | info | ) |
|
|
inlinenoexcept |
◆ setIsAdjusting()
| void zrythm::plugins::ClapPluginParam::setIsAdjusting |
( |
bool | isAdjusting | ) |
|
|
inline |
◆ value()
| double zrythm::plugins::ClapPluginParam::value |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: