|
| | CarlaLv2Client () |
| | ~CarlaLv2Client () override |
| bool | init (const int argc, const char *argv[]) override |
| void | idleUI () override |
| void * | getWidget () const noexcept override |
| const Options & | getOptions () const noexcept override |
| void | dspParameterChanged (const uint32_t index, const float value) override |
| void | dspParameterChanged (const char *const uri, const float value) override |
| void | dspProgramChanged (const uint32_t index) override |
| void | dspMidiProgramChanged (const uint32_t bank, const uint32_t program) override |
| void | dspStateChanged (const char *const, const char *const) override |
| void | dspNoteReceived (const bool onOff, const uint8_t channel, const uint8_t note, const uint8_t velocity) override |
| void | dspAtomReceived (const uint32_t portIndex, const LV2_Atom *const atom) override |
| void | dspURIDReceived (const LV2_URID urid, const char *const uri) override |
| void | uiOptionsChanged (const BridgeFormatOptions &opts) override |
| void | setScaleFactor (const double scaleFactor) override |
| void | uiResized (const uint width, const uint height) override |
| LV2_URID | getCustomURID (const char *const uri) |
| const char * | getCustomURIDString (const LV2_URID urid) const noexcept |
| void | handleProgramChanged (const int32_t index) |
| uint32_t | handleUiPortMap (const char *const symbol) |
| char * | handleStateMapToAbstractPath (const char *const absolutePath) |
| char * | handleStateMapToAbsolutePath (const bool createDir, const char *const abstractPath) |
| LV2UI_Request_Value_Status | handleUiRequestValue (const LV2_URID key, const LV2_URID type, const LV2_Feature *const *features) |
| int | handleUiResize (const int width, const int height) |
| void | handleUiWrite (uint32_t rindex, uint32_t bufferSize, uint32_t format, const void *buffer) |
|
| static int | carla_lv2_log_printf (LV2_Log_Handle handle, LV2_URID type, const char *fmt,...) |
| static int | carla_lv2_log_vprintf (LV2_Log_Handle handle, LV2_URID type, const char *fmt, va_list ap) |
| static void | carla_lv2_program_changed (LV2_Programs_Handle handle, int32_t index) |
| static void | carla_lv2_state_free_path (LV2_State_Free_Path_Handle handle, char *path) |
| static char * | carla_lv2_state_make_path_tmp (LV2_State_Make_Path_Handle handle, const char *path) |
| static char * | carla_lv2_state_map_abstract_path_tmp (LV2_State_Map_Path_Handle handle, const char *absolute_path) |
| static char * | carla_lv2_state_map_absolute_path_tmp (LV2_State_Map_Path_Handle handle, const char *abstract_path) |
| static uint32_t | carla_lv2_uri_to_id (LV2_URI_Map_Callback_Data data, const char *map, const char *uri) |
| static LV2_URID | carla_lv2_urid_map (LV2_URID_Map_Handle handle, const char *uri) |
| static const char * | carla_lv2_urid_unmap (LV2_URID_Map_Handle handle, LV2_URID urid) |
| static uint32_t | carla_lv2_ui_port_map (LV2UI_Feature_Handle handle, const char *symbol) |
| static LV2UI_Request_Value_Status | carla_lv2_ui_request_value (LV2UI_Feature_Handle handle, LV2_URID key, LV2_URID type, const LV2_Feature *const *features) |
| static int | carla_lv2_ui_resize (LV2UI_Feature_Handle handle, int width, int height) |
| static void | carla_lv2_ui_write_function (LV2UI_Controller controller, uint32_t port_index, uint32_t buffer_size, uint32_t format, const void *buffer) |
◆ CarlaLv2Client()
| CarlaLv2Client::CarlaLv2Client |
( |
| ) |
|
|
inline |
◆ ~CarlaLv2Client()
| CarlaLv2Client::~CarlaLv2Client |
( |
| ) |
|
|
inlineoverride |
◆ carla_lv2_log_printf()
◆ carla_lv2_log_vprintf()
◆ carla_lv2_program_changed()
◆ carla_lv2_state_free_path()
◆ carla_lv2_state_make_path_tmp()
◆ carla_lv2_state_map_absolute_path_tmp()
◆ carla_lv2_state_map_abstract_path_tmp()
◆ carla_lv2_ui_port_map()
◆ carla_lv2_ui_request_value()
◆ carla_lv2_ui_resize()
◆ carla_lv2_ui_write_function()
◆ carla_lv2_uri_to_id()
◆ carla_lv2_urid_map()
◆ carla_lv2_urid_unmap()
◆ dspAtomReceived()
◆ dspMidiProgramChanged()
◆ dspNoteReceived()
◆ dspParameterChanged() [1/2]
◆ dspParameterChanged() [2/2]
◆ dspProgramChanged()
◆ dspStateChanged()
◆ dspURIDReceived()
◆ getCustomURID()
◆ getCustomURIDString()
◆ getOptions()
| const Options & CarlaLv2Client::getOptions |
( |
| ) |
const |
|
inlineoverridenoexcept |
◆ getWidget()
| void * CarlaLv2Client::getWidget |
( |
| ) |
const |
|
inlineoverridenoexcept |
◆ handleProgramChanged()
◆ handleStateMapToAbsolutePath()
| char * CarlaLv2Client::handleStateMapToAbsolutePath |
( |
const bool | createDir, |
|
|
const char *const | abstractPath ) |
|
inline |
◆ handleStateMapToAbstractPath()
| char * CarlaLv2Client::handleStateMapToAbstractPath |
( |
const char *const | absolutePath | ) |
|
|
inline |
◆ handleUiPortMap()
◆ handleUiRequestValue()
◆ handleUiResize()
◆ handleUiWrite()
◆ idleUI()
| void CarlaLv2Client::idleUI |
( |
| ) |
|
|
inlineoverride |
◆ init()
| bool CarlaLv2Client::init |
( |
const int | argc, |
|
|
const char * | argv[] ) |
|
inlineoverride |
◆ setScaleFactor()
| void CarlaLv2Client::setScaleFactor |
( |
const double | scaleFactor | ) |
|
|
inlineoverride |
◆ uiOptionsChanged()
| void CarlaLv2Client::uiOptionsChanged |
( |
const BridgeFormatOptions & | opts | ) |
|
|
inlineoverride |
◆ uiResized()
◆ fControlDesignatedPort
| uint32_t CarlaLv2Client::fControlDesignatedPort |
|
private |
◆ fCustomURIDs
| std::vector<std::string> CarlaLv2Client::fCustomURIDs |
|
private |
◆ fDescriptor
◆ fExt
◆ fFeatures
◆ fHandle
◆ fLv2Options
◆ fRdfDescriptor
| const LV2_RDF_Descriptor* CarlaLv2Client::fRdfDescriptor |
|
private |
◆ fRdfUiDescriptor
| const LV2_RDF_UI* CarlaLv2Client::fRdfUiDescriptor |
|
private |
◆ fUiOptions
| Options CarlaLv2Client::fUiOptions |
|
private |
◆ fWidget
The documentation for this class was generated from the following file: