Files
ardour/libs
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
2016-10-27 15:57:47 +02:00
2016-12-03 15:18:21 -05:00
2017-02-18 16:22:34 +01:00