Guitarix
ladspa::LadspaPluginList Class Reference

#include <ladspaback.h>

Inheritance diagram for ladspa::LadspaPluginList:
Collaboration diagram for ladspa::LadspaPluginList:

Public Member Functions

 LadspaPluginList ()
 
 ~LadspaPluginList ()
 
void readJSON (gx_system::JsonParser &jp)
 
void writeJSON (gx_system::JsonWriter &jw)
 
void load (gx_system::CmdlineOptions &options, std::vector< std::string > &old_not_found)
 
void save (gx_system::CmdlineOptions &options)
 

Public Attributes

LV2Preset pdata
 

Detailed Description

Definition at line 201 of file ladspaback.h.

Constructor & Destructor Documentation

◆ LadspaPluginList()

ladspa::LadspaPluginList::LadspaPluginList ( )

Definition at line 1267 of file ladspaback.cpp.

◆ ~LadspaPluginList()

ladspa::LadspaPluginList::~LadspaPluginList ( )

Definition at line 1818 of file ladspaback.cpp.

Member Function Documentation

◆ load()

void ladspa::LadspaPluginList::load ( gx_system::CmdlineOptions options,
std::vector< std::string > &  old_not_found 
)

Definition at line 1617 of file ladspaback.cpp.

Referenced by gx_engine::GxMachine::load_ladspalist().

◆ readJSON()

void ladspa::LadspaPluginList::readJSON ( gx_system::JsonParser jp)

Definition at line 1802 of file ladspaback.cpp.

Referenced by gx_engine::GxMachineRemote::load_ladspalist().

◆ save()

void ladspa::LadspaPluginList::save ( gx_system::CmdlineOptions options)

Definition at line 1747 of file ladspaback.cpp.

Referenced by gx_engine::GxMachine::save_ladspalist().

◆ writeJSON()

void ladspa::LadspaPluginList::writeJSON ( gx_system::JsonWriter jw)

Definition at line 1810 of file ladspaback.cpp.

Referenced by gx_engine::GxMachineRemote::save_ladspalist().

Member Data Documentation

◆ pdata

LV2Preset ladspa::LadspaPluginList::pdata

Definition at line 229 of file ladspaback.h.

Referenced by LadspaPluginList().


The documentation for this class was generated from the following files: