Renamed MIMOSampleSink to MIMOChannel and include in build

This commit is contained in:
f4exb
2019-09-03 08:30:24 +02:00
parent 8b5e71a1cc
commit 99a5ffbcfb
5 changed files with 97 additions and 4 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ void PluginManager::createMIMOChannelInstance(int channelPluginIndex, DeviceUISe
if (channelPluginIndex < m_mimoChannelRegistrations.size())
{
PluginInterface *pluginInterface = m_mimoChannelRegistrations[channelPluginIndex].m_plugin;
MIMOSampleSink *mimoChannel = pluginInterface->createMIMOChannelBS(deviceAPI);
MIMOChannel *mimoChannel = pluginInterface->createMIMOChannelBS(deviceAPI);
pluginInterface->createMIMOChannelGUI(deviceUISet, mimoChannel);
}
}