Files
ardour/libs/ardour
Robin Gareus a80920c016 Tweak/optimize VST callback:
The audioMasterAutomate callback from plugin to host does include
the parameter-value.

Previously there was a redundant call
Plugin::parameter_changed_externally() -> get_parameter
-> VSTPlugin::get_parameter()   back into the plugin to query the value.

calling back into the plugin from the callback, may explain
oddities and/or crashes with some VSTs.
2017-02-28 20:20:18 +01:00
..
2017-02-28 20:20:18 +01:00
2017-02-27 20:16:10 +01:00
2017-02-04 22:57:36 +11:00
2017-02-05 10:58:10 +01:00
2017-02-27 20:16:10 +01:00
2017-02-04 22:57:36 +11:00
2017-02-07 17:09:28 +01:00
2017-02-04 22:57:36 +11:00
2017-02-28 20:20:18 +01:00