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-13 14:34:36 +01:00
2017-02-27 20:16:10 +01:00
2017-02-04 22:57:36 +11:00
2017-02-27 16:40:53 +01:00
2017-02-21 15:07:07 +01:00
2017-02-05 10:58:10 +01:00
2017-02-08 18:55:05 +01:00
2017-02-21 15:07:07 +01:00
2016-07-14 14:45:23 -04:00
2017-02-21 15:24:20 +01:00
2017-02-21 16:15:13 +01:00
2017-02-27 20:16:10 +01:00
2017-02-24 16:10:14 +01:00
2017-02-17 18:58:11 +01:00
2017-02-21 15:24:20 +01:00
2017-01-13 11:29:30 +01:00
2017-02-15 14:20:26 +01:00
2017-02-13 02:03:05 +11:00
2017-02-28 17:27:51 +01:00
2017-02-28 05:01:17 +01:00
2016-07-20 16:10:11 -04:00
2016-07-14 14:45:23 -04:00
2017-02-15 14:20:26 +01:00
2017-02-21 15:24:20 +01:00
2017-02-26 18:24:56 +01:00
2017-02-04 22:57:36 +11:00
2017-02-15 22:55:51 +11:00
2017-02-06 16:49:08 +01:00
2017-02-07 17:09:28 +01:00
2016-07-14 14:45:23 -04:00
2017-02-08 18:55:05 +01:00
2017-02-22 10:51:08 +01:00
2017-02-13 23:01:11 +01:00
2017-02-19 01:29:08 +01:00
2017-02-24 22:54:25 +01:00
2017-02-06 16:49:08 +01:00
2017-02-04 22:57:36 +11:00
2017-03-01 01:58:53 +11:00
2016-07-14 14:45:23 -04:00
2017-02-28 20:20:18 +01:00