mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 04:50:43 +02:00
Rename YaEditController2 to YaEditController
Adding versions to our implementations doesn't work when the versions and extensions start becoming non-numerical. This is what happened with `IComponentHandler`.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
class Vst3PluginProxy : public YaAudioProcessor,
|
||||
public YaComponent,
|
||||
public YaConnectionPoint,
|
||||
public YaEditController2,
|
||||
public YaEditController,
|
||||
public YaPluginBase {
|
||||
public:
|
||||
/**
|
||||
@@ -80,7 +80,7 @@ class Vst3PluginProxy : public YaAudioProcessor,
|
||||
YaAudioProcessor::ConstructArgs audio_processor_args;
|
||||
YaComponent::ConstructArgs component_args;
|
||||
YaConnectionPoint::ConstructArgs connection_point_args;
|
||||
YaEditController2::ConstructArgs edit_controller_2_args;
|
||||
YaEditController::ConstructArgs edit_controller_2_args;
|
||||
YaPluginBase::ConstructArgs plugin_base_args;
|
||||
|
||||
template <typename S>
|
||||
|
||||
Reference in New Issue
Block a user