Home
last modified time | relevance | path

Searched refs:parameter_changed_externally (Results 1 – 9 of 9) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dvst_plugin.h111 void parameter_changed_externally (uint32_t which, float val);
H A Dplugin_insert.h325 void parameter_changed_externally (uint32_t, float);
H A Dplugin.h356 virtual void parameter_changed_externally (uint32_t which, float val);
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession_vst.cc103 plug->parameter_changed_externally (index, opt); in vst_callback()
H A Dplugin.cc503 Plugin::parameter_changed_externally (uint32_t which, float /* value */) in parameter_changed_externally() function in Plugin
H A Dvst_plugin.cc225 VSTPlugin::parameter_changed_externally (uint32_t which, float value) in parameter_changed_externally() function in VSTPlugin
H A Dplugin_insert.cc590 PluginInsert::parameter_changed_externally (uint32_t which, float val) in parameter_changed_externally() function in PluginInsert
3222 …nally.connect_same_thread (*this, boost::bind (&PluginInsert::parameter_changed_externally, this, … in add_plugin()
H A Daudio_unit.cc3510 Plugin::parameter_changed_externally (i->second, new_value); in parameter_change_listener()
H A Dvst3_plugin.cc120 Plugin::parameter_changed_externally (param, value); in parameter_change_handler()