mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 04:50:43 +02:00
Further reduce allocations by reusing responses
On the plugin's side, still need to do a lot of work on the Wine side of things.
This commit is contained in:
@@ -489,6 +489,13 @@ class Vst3PluginProxyImpl : public Vst3PluginProxy {
|
||||
*/
|
||||
YaAudioProcessor::Process process_request;
|
||||
|
||||
/**
|
||||
* The response object we'll get in return when we send the
|
||||
* `process_request` object above to the Wine plugin host. This object also
|
||||
* contains heap data, so we also want to reuse this.
|
||||
*/
|
||||
YaAudioProcessor::ProcessResponse process_response;
|
||||
|
||||
// Caches
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user