mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Fix typos in comment
This commit is contained in:
@@ -22,8 +22,8 @@ Vst3ComponentHandlerProxyImpl::Vst3ComponentHandlerProxyImpl(
|
||||
Vst3Bridge& bridge,
|
||||
Vst3ComponentHandlerProxy::ConstructArgs&& args)
|
||||
: Vst3ComponentHandlerProxy(std::move(args)), bridge(bridge) {
|
||||
// The lifecycle is thos object is managed together with that of the plugin
|
||||
// object instance instance this belongs to
|
||||
// The lifecycle of this object is managed together with that of the plugin
|
||||
// object instance this host context got passed to
|
||||
}
|
||||
|
||||
tresult PLUGIN_API
|
||||
|
||||
@@ -24,8 +24,8 @@ Vst3HostContextProxyImpl::Vst3HostContextProxyImpl(
|
||||
Vst3Bridge& bridge,
|
||||
Vst3HostContextProxy::ConstructArgs&& args)
|
||||
: Vst3HostContextProxy(std::move(args)), bridge(bridge) {
|
||||
// The lifecycle is thos object is managed together with that of the plugin
|
||||
// object instance instance this belongs to
|
||||
// The lifecycle of this object is managed together with that of the plugin
|
||||
// object instance this host context got passed to
|
||||
}
|
||||
|
||||
tresult PLUGIN_API
|
||||
|
||||
@@ -22,8 +22,8 @@ Vst3PlugFrameProxyImpl::Vst3PlugFrameProxyImpl(
|
||||
Vst3Bridge& bridge,
|
||||
Vst3PlugFrameProxy::ConstructArgs&& args)
|
||||
: Vst3PlugFrameProxy(std::move(args)), bridge(bridge) {
|
||||
// The lifecycle is thos object is managed together with that of the plugin
|
||||
// object instance instance this belongs to
|
||||
// The lifecycle of this object is managed together with that of the plugin
|
||||
// object instance this host context got passed to
|
||||
}
|
||||
|
||||
tresult PLUGIN_API
|
||||
|
||||
Reference in New Issue
Block a user