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 304 of file gx_internal_plugins.h.
gx_engine::GxJConvSettings::GxJConvSettings | ( | ) |
Definition at line 248 of file gx_internal_plugins.cpp.
|
inline |
Definition at line 330 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 271 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 327 of file gx_internal_plugins.h.
Referenced by gx_engine::ConvolverAdapter::conv_start(), and gx_engine::ConvolverAdapter::restart().
|
inline |
Definition at line 331 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 332 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 333 of file gx_internal_plugins.h.
Referenced by gx_jconv::IRWindow::create(), and gx_engine::ConvolverAdapter::getIRDir().
|
inline |
Definition at line 325 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 329 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 328 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 259 of file gx_internal_plugins.cpp.
bool gx_engine::GxJConvSettings::operator== | ( | const GxJConvSettings & | jcset | ) | const |
Definition at line 305 of file gx_internal_plugins.cpp.
void gx_engine::GxJConvSettings::readJSON | ( | gx_system::JsonParser & | jp | ) |
Definition at line 340 of file gx_internal_plugins.cpp.
|
inline |
Definition at line 340 of file gx_internal_plugins.h.
Referenced by gx_jconv::IRWindow::create().
void gx_engine::GxJConvSettings::setFullIRPath | ( | string | name | ) |
Definition at line 279 of file gx_internal_plugins.cpp.
Referenced by gx_jconv::IRWindow::create().
|
inline |
Definition at line 336 of file gx_internal_plugins.h.
Referenced by gx_jconv::IRWindow::create().
|
inline |
Definition at line 337 of file gx_internal_plugins.h.
Referenced by gx_jconv::IRWindow::create().
|
inline |
Definition at line 341 of file gx_internal_plugins.h.
Referenced by gx_jconv::IRWindow::create().
|
inline |
Definition at line 335 of file gx_internal_plugins.h.
|
inline |
Definition at line 339 of file gx_internal_plugins.h.
Referenced by gx_jconv::IRWindow::create().
|
inline |
Definition at line 338 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 284 of file gx_internal_plugins.cpp.
|
friend |
Definition at line 318 of file gx_internal_plugins.h.
|
friend |
Definition at line 319 of file gx_internal_plugins.h.