mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 12:30:00 +02:00
Fix IComponent::getBusCount()
This commit is contained in:
@@ -84,10 +84,8 @@ YaComponentPluginImpl::setIoMode(Steinberg::Vst::IoMode mode) {
|
||||
int32 PLUGIN_API
|
||||
YaComponentPluginImpl::getBusCount(Steinberg::Vst::MediaType type,
|
||||
Steinberg::Vst::BusDirection dir) {
|
||||
return bridge
|
||||
.send_message(YaComponent::GetBusCount{
|
||||
.instance_id = arguments.instance_id, .type = type, .dir = dir})
|
||||
.native();
|
||||
return bridge.send_message(YaComponent::GetBusCount{
|
||||
.instance_id = arguments.instance_id, .type = type, .dir = dir});
|
||||
}
|
||||
|
||||
tresult PLUGIN_API
|
||||
|
||||
Reference in New Issue
Block a user