Guitarix
|
#include <gx_internal_plugins.h>
Public Member Functions | |
GxJConvSettings () | |
GxJConvSettings & | operator= (GxJConvSettings const &jcset) |
bool | operator== (const GxJConvSettings &jcset) const |
const std::string & | getIRFile () const |
std::string | getFullIRPath () const |
float | getGain () const |
guint | getOffset () const |
guint | getLength () const |
guint | getDelay () const |
bool | getGainCor () const |
const Gainline & | getGainline () const |
const std::string & | getIRDir () const |
void | setFullIRPath (string name) |
void | setIRFile (string name) |
void | setGain (float gain) |
void | setGainCor (bool gain) |
void | setOffset (guint offs) |
void | setLength (guint leng) |
void | setDelay (guint del) |
void | setGainline (const Gainline &gain) |
void | readJSON (gx_system::JsonParser &jp) |
void | writeJSON (gx_system::JsonWriter &w) const |
Friends | |
class | ConvolverAdapter |
class | ParameterV< GxJConvSettings > |
Definition at line 256 of file gx_internal_plugins.h.
gx_engine::GxJConvSettings::GxJConvSettings | ( | ) |
Definition at line 106 of file gx_internal_plugins.cpp.
|
inline |
Definition at line 282 of file gx_internal_plugins.h.
Referenced by gx_engine::ConvolverAdapter::conv_start(), gx_jconv::IRWindow::create(), and gx_engine::ConvolverAdapter::restart().
std::string gx_engine::GxJConvSettings::getFullIRPath | ( | ) | const |
Definition at line 129 of file gx_internal_plugins.cpp.
Referenced by gx_engine::ConvolverAdapter::conv_start(), gx_jconv::IRWindow::create(), gx_engine::ConvolverAdapter::getFullIRPath(), and gx_engine::ConvolverAdapter::restart().
|
inline |
Definition at line 279 of file gx_internal_plugins.h.
Referenced by gx_engine::ConvolverAdapter::conv_start(), and gx_engine::ConvolverAdapter::restart().
|
inline |
Definition at line 283 of file gx_internal_plugins.h.
Referenced by gx_engine::ConvolverAdapter::conv_start(), gx_jconv::IRWindow::create(), and gx_engine::ConvolverAdapter::restart().
|
inline |
Definition at line 284 of file gx_internal_plugins.h.
Referenced by gx_engine::ConvolverAdapter::conv_start(), gx_jconv::IRWindow::create(), and gx_engine::ConvolverAdapter::restart().
|
inline |
Definition at line 285 of file gx_internal_plugins.h.
Referenced by gx_jconv::IRWindow::create(), and gx_engine::ConvolverAdapter::getIRDir().
|
inline |
Definition at line 277 of file gx_internal_plugins.h.
Referenced by gx_jconv::IRWindow::create(), gx_gui::StackBoxBuilder::get_box(), gx_engine::ConvolverAdapter::getIRFile(), and JConvPluginUI::JConvPluginUI().
|
inline |
Definition at line 281 of file gx_internal_plugins.h.
Referenced by gx_engine::ConvolverAdapter::conv_start(), gx_jconv::IRWindow::create(), and gx_engine::ConvolverAdapter::restart().
|
inline |
Definition at line 280 of file gx_internal_plugins.h.
Referenced by gx_engine::ConvolverAdapter::conv_start(), gx_jconv::IRWindow::create(), and gx_engine::ConvolverAdapter::restart().
GxJConvSettings & gx_engine::GxJConvSettings::operator= | ( | GxJConvSettings const & | jcset | ) |
Definition at line 117 of file gx_internal_plugins.cpp.
bool gx_engine::GxJConvSettings::operator== | ( | const GxJConvSettings & | jcset | ) | const |
Definition at line 163 of file gx_internal_plugins.cpp.
void gx_engine::GxJConvSettings::readJSON | ( | gx_system::JsonParser & | jp | ) |
Definition at line 198 of file gx_internal_plugins.cpp.
|
inline |
Definition at line 292 of file gx_internal_plugins.h.
Referenced by gx_jconv::IRWindow::create().
void gx_engine::GxJConvSettings::setFullIRPath | ( | string | name | ) |
Definition at line 137 of file gx_internal_plugins.cpp.
Referenced by gx_jconv::IRWindow::create().
|
inline |
Definition at line 288 of file gx_internal_plugins.h.
Referenced by gx_jconv::IRWindow::create().
|
inline |
Definition at line 289 of file gx_internal_plugins.h.
Referenced by gx_jconv::IRWindow::create().
|
inline |
Definition at line 293 of file gx_internal_plugins.h.
Referenced by gx_jconv::IRWindow::create().
|
inline |
Definition at line 287 of file gx_internal_plugins.h.
|
inline |
Definition at line 291 of file gx_internal_plugins.h.
Referenced by gx_jconv::IRWindow::create().
|
inline |
Definition at line 290 of file gx_internal_plugins.h.
Referenced by gx_jconv::IRWindow::create().
void gx_engine::GxJConvSettings::writeJSON | ( | gx_system::JsonWriter & | w | ) | const |
Definition at line 142 of file gx_internal_plugins.cpp.
|
friend |
Definition at line 270 of file gx_internal_plugins.h.
|
friend |
Definition at line 271 of file gx_internal_plugins.h.