mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 12:30:00 +02:00
Use a getter for a proxy object's instance ID
We also need this to get some random other object's instance ID, so might as well use it everywhere.
This commit is contained in:
@@ -39,8 +39,6 @@ class Vst3PluginProxyImpl : public Vst3PluginProxy {
|
||||
tresult PLUGIN_API queryInterface(const Steinberg::TUID _iid,
|
||||
void** obj) override;
|
||||
|
||||
inline size_t instance_id() { return arguments.instance_id; }
|
||||
|
||||
// From `IAudioProcessor`
|
||||
tresult PLUGIN_API
|
||||
setBusArrangements(Steinberg::Vst::SpeakerArrangement* inputs,
|
||||
|
||||
Reference in New Issue
Block a user